MVC 3

Book Review: Architecting Mobile Solutions for the Enterprise by Dino Esposito, O’Reilly

Dino Esposito is the iconic author in Microsoft Press.  His book “.NET: Architecting for Enterprise” is one of my favorite.  Sequel to this, this book covers wide variety of patterns in addition to practical approaches on various mobile development problems. First six chapters are worthful sharing of mobile development experience.  The remaining five chapters are splendid collections [...]

Partial View Auto Refresh in ASP.NET MVC3

Problem A partial view in ASP.NET MVC3 needs to be refreshed on every particular interval. Let us take a typical ASP.NET MVC3 application. In the HomeController, there is a action called “Quote” which displays funny software quote for every new request like below: The partial view “_Quote.cshtml” has nothing other than the code below This [...]

Unobtrusive JavaScript – Video Tutorial

UdoozTube :: Hasha Tech Tutorial

Collection Binding in ASP.NET MVC3 with AJAX

There is a less-common scenario in web applications where we need to edit collection of objects and submit the whole back to the system. For example, let us take the below view model: The UI for this scenario is shown below: Leave the top and bottom “Lorem ipsum” text, these are just gap fillers.  The [...]