X

ASP.NET MVC

Difference between Html.RenderAction and Html.Action

Html.RenderAction() and Html.Action()  methods   are available in ChildActionExtensions (System.Web.Mvc.Html) class in… Read More

Improvements in Razor in ASP.NET MVC 4

First version of razor is shipped with ASP.NET MVC 3. ASP.NET… Read More

OData Querying Support in ASP.NET Web API

The Open Data Protocol (OData) is a Web protocol for querying… Read More

Self-Hosting ASP.NET Web API

ASP.NET Web API is a framework for building HTTP services that… Read More

Upgrading an ASP.NET MVC 3 Project to ASP.NET MVC 4 Project

ASP.NET MVC 4 can be installed side by side with ASP.NET… Read More

Say Hello to ASP.NET Web API

ASP.NET MVC 4 now includes ASP.NET Web API, Which is formerly… Read More

Return JSON from Action Method in ASP.NET MVC

In my application I am calling an action method from JavaScript… Read More

Bundling and Minification support in ASP.NET MVC 4

Update:I have an update blog post explains bundling and minification features,… Read More

Browser Overriding features in ASP.NET MVC 4

ASP.NET MVC 4 provides a new feature called Browser Overriding.Browser Overriding… Read More

What is View Switcher?

View Switcher is a component available as part of jQuery.Mobile.MVC  NuGet… Read More