in

DotNetMarche

.NET Framework User Group delle Marche

Browse by Tags

  • Blackboard project

    In occasione del 9° Workshop DotNetMarche ho realizzato una mini applicazione demo utilizzando Asp.Net MVC e jQuery per dimostrare alcune modalità di utilizzo di jQuery per la manipolazione JSON e l’utilizzo di client-side templates. Il codice è disponibile via subversion al repository DotNetMarche http...
  • Set a wait image with JQuery for asyncronous operations

    I’m modifying an ASP.NEt site to achieve better performances, I’m actually moving some operations client-side with jquery. A typical pattern is to issue requests to a webservice instead of making a postback of the whole page. Here is a typical situation, I have a lot of rows in a grid and the user must...
    Posted to ExternalBlogs (Weblog) by Anonymous on 26 Mar 2009
  • jQuery e ASP.NET Ajax: $(document).ready() VS asynchronous postback

    Molto spesso capita di dover integrare, anche solo per semplici miglioramenti grafici, dei plugin jQuery all’interno delle nostre pagine ASP.NET. Gran parte delle volte l’impatto è indolore mentre in alcuni casi specifici occorre far riferimento ad accorgimenti non banali, soprattutto quando c’è di mezzo...
    Posted to ExternalBlogs (Weblog) by Anonymous on 09 Mar 2009
  • Optimization of Javascript and css files

    The first page of a web application is the first thing that users look at, and it is very important that it performs well. In old post I dealt with some tools to analyze application performances, today I want to spent some time to deal with one of the most common problems of web applications, [...]
    Posted to ExternalBlogs (Weblog) by Anonymous on 24 Jan 2009
  • [WCF] Web Caching con WCF REST Starter Kit

    Il WCF REST Starter Kit rende disponibile tra le varie utility anche una semplice soluzione per abilitare il web caching per WCF sfruttando l'interazione con la proprietà HttpResponse.Cache di ASP.NET. La soluzione si basa sull'utilizzo di un attributo WebCache con cui decorare i nostri OperationContract...
    Posted to ExternalBlogs (Weblog) by Anonymous on 10 Jan 2009
  • Optimize asp.net web application

    The first step to optimize an application is "measure measure measure", you cannot optimize nothing without measuring, you need some number that tells you where the application is slow and suggests you where to apply modifications, then after your optimization is done, run test suite again and...
    Posted to ExternalBlogs (Weblog) by Anonymous on 09 Jan 2009
  • jQuery Flexigrid Fluent Interface

    Dopo aver introdotto il plugin Flexigrid per jQuery in un progetto Asp.Net MVC per convertire una tabella html statica in una griglia interattiva creiamo una interfaccia fluente in c# per la creazione di una tabella partendo da zero. Come indicato nella documentazione ( esempio 3 ) è possibile definire...
  • Utilizzo di Flexigrid in ASP.NET MVC

    Flexigrid è un plugin di jQuery che permette di aggiungere notevoli funzionalità ed un look & feel avanzato alle nostre tabelle HTML. Indipendentemente dalle funzionalità lato client la bellezza del plugin sta (secondo me) nella semplicità nel popolare la griglia tramite chiamate JSON asincrone....
  • Create a “LoginView like” control in asp.net

    The LoginView control is a very interesting one, it permits you to specify different content templates in the page depending on the role of the current user. Sometimes this scheme is not enough, in a project I’m working in, we have five roles, and the software is subdivided in areas, each role can have ...
    Posted to ExternalBlogs (Weblog) by Anonymous on 17 Oct 2008
  • Javascript date UTC and Microsoft Ajax

    Since I’m a noob javascript programmer I tend not to write javascript code if possible, JQuery helped me a lot because it permits me to do complex thing in a very simple way, but quite often javascript continues to surprise me. Yesterday I had to write a really simple piece of js code, I have a [......
    Posted to ExternalBlogs (Weblog) by Anonymous on 16 Oct 2008
Page 3 of 9 (83 items) < Previous 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems