Difference between Model/Domain Model and ViewModel in MVC
In this post, we are going to discuss about the difference between Model and ViewModel with MVC. Before that we are going to start with what is meant by model and What is the Difference
Understanding Routing in ASP.NET MVC – PART II
We have already discussed basic about ASP.NET MVC routing here. So in this post we are going to discuss about more on routing with examples. What is Routing? Routing is set of rules/pattern matching system
Understanding Routing in ASP.NET MVC – PART 1
Introduction In this article we are going to discuss about the basic ASP.NET MVC Routing, how it works and difference between ASP.NET web Form request and ASP.NET MVC request. What is Routing? Routing is set
How to Persist Data with TempData using Peek and Keep in MVC
In this post we are going to discuss about how to preserve the value in next request using TempData Peek and Keep in ASP.NET MVC. What is TempData? Tempdata helps to store/preserve values within in
Server-Side Comment in MVC
In this post we are going to discuss about new feature in mvc, that is server-side comment. What is Client side comments? (<!-- -->) it is a Comment which is support by HTML. It main
Layouts, RenderBody, RenderSection and RenderPage in ASP.NET MVC
What is Layout? The main focus of the developers will be to maintain a consistent look and fell across the application (ie., all the pages within our website/application). To achieve this, Razor View Engine support
Bundling and minification
From which version ? We can use Bundling and minification from ASP.NET 4.5 (ASP.NET MVC 4). In MVC3 and Asp.Net 4.0 application we can utilize by including System.Web.Optimization.dll and WebGrease.dll reference to our projects and we can create
Different ways of rendering layout in MVC
What is Layouts? Layouts is same like as form which may used commonly among all the pages. Layout are like Master page in web form. What is the use? Using Layouts, we can maintain consistent