My Recent Weblogs
-
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…
-
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…
My Code Project Articles
-
Partial View Auto Refresh in ASP.NET MVC3
Partial View Auto Refresh in ASP.NET MVC3
-
Collection Binding in ASP.NET MVC3 with AJAX
Collection Binding in ASP.NET MVC3 with AJAX
-
Azure Table Storage, Domain Persistence and Concerns
This post is about the anti-corruption layer between domain objects and data persistence in the Azure world.