in

DotNetMarche

.NET Framework User Group delle Marche

Browse by Tags

  • Asp.net solve problem of multiple user control with validator.

    The problem is described in this post, basically it can be summarized in “you have a user control with validators, you put more than one instance of the user control in a page, all validators are fired together” The above post already gives a solution, but is not a general one. I want to avoid the [...
    Posted to ExternalBlogs (Weblog) by Anonymous on 09 Jul 2009
  • Compress your CSS files in asp.net with YUICompressor and an Handler

    Some times ago I spoke about using YUICompressor to reduce number and size of your css files. That solution was based on the original msbuild action included in youicompressor library. That solution has a major drawback, css files gets compressed only during the deploy phase, so during testing the site...
    Posted to ExternalBlogs (Weblog) by Anonymous on 01 Jun 2009
  • Asp.Net, ObjectDataSource and Castle Windsor

    I’m restructuring a portion of a site, it is well structured, and all logic is inside business classes in another assembly, and they are accessed with ObjectDataSources. My problem is that with the new structure I cannot refer to the concrete classes anymore, but I need to resolve them with an IoC container...
    Posted to ExternalBlogs (Weblog) by Anonymous on 22 May 2009
  • jQuery to the rescue – some numbers

    In an old project I have a particular user control dedicated to identify data stored in a tree. The user can type some letters, and press “Search” button to find all the elements that match the search, or it can use a series of DropDownList to navigate from the higher element down to the hierarchy. ...
    Posted to ExternalBlogs (Weblog) by Anonymous on 15 May 2009
  • jQuery tip #3 – dialogare con un webservice

    La potenza di jQuery risiede principalmente nel rendere semplice manipolare un oggetto complesso come il DOM. La chiave di jQuery è quindi quella di dialogare con il server, invocando operazioni ed aggiornando l’interfaccia, senza effettuare postback ed inviando solamente i dati minimali. Esistono molti...
    Posted to ExternalBlogs (Weblog) by Anonymous on 15 May 2009
  • SharePoint 2010 sarà solo a 64 bit !

    La notizia viene direttamente dal blog del team di SharePoint. http://blogs.msdn.com/sharepoint/archive/2009/05/07/announcing-sharepoint-server-2010-preliminary-system-requirements.aspx SharePoint 2010 avrà solamente la versione a 64 bit e necessiterà di: Windows Server 2008, sempre a 64 bit SQL Server...
    Posted to ExternalBlogs (Weblog) by Anonymous on 14 May 2009
  • Hosting wcf service in precompiled web sites

    The situation is the following: I have a web site (not a web application) that have one wcf service hosted with the classic svc file. Everything works as expected, until I use a Deployment Web Project to build a site with “allow the precompiled site to be updatable” to false. Now if I browse the [.....
    Posted to ExternalBlogs (Weblog) by Anonymous on 28 Apr 2009
  • Introducing ABAnalyzer, an Apache Bench runner and analyzer

    In the last few days I've read a lot of blog post about Asp.Net MVC Performance. Following the Simone’s post and Rudi’s post i started to test the Asp.Net MVC engine. First of all i wanted to test using the same Apache Bench Tool used by Rudi and wanted to store and compare different results. After...
  • ASP.NET Routing and DataBinding

    On a project I’m currently working on the new ASP.NET Routing was used to realize a navigation system for the website but also to present the Urls in a way that is friendly to the search engines’ analysis tools in order to improve indexing a bit. In this article I’m going to describe what ASP.NET Routing...
    Posted to ExternalBlogs (Weblog) by Anonymous on 20 Apr 2009
  • Microsoft Ajax ScriptManager and Asp.Net MVC

    I’m porting a sample application from asp.net to MVC, I used this app to make my session during last DotNetMarche event dedicated to JQuery. Now I’m writing the same sample pages in asp.net mvc to compare both technologies. In an Asp.Net page I showed how to use jQuery to do “Edit in place” of some ...
    Posted to ExternalBlogs (Weblog) by Anonymous on 05 Apr 2009
Page 2 of 9 (83 items) < Previous 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems