Posts

What are Default Model Binding and Explicit Model Binding in MVC?

Image
Model Binding is a great feature we use today with Web Forms and MVC. In this post you will learn what are Default Model Binding and Explicit Model Binding in MVC. I will use few code snippets in this post so that you can understand it quickly.

What is Eager Loading and what is Lazy Loading and what is N+1 Problem in Entity Framework

Image
In this post you will learn what Eager Loading is and what Lazy Loading is and how this works in the application, and how you can take its advantages.

Instant StyleCop Code Analysis How-to by Franck LEVEQUE - A Book Review

Image
The very nice people at PACKT Publication recently asked me to write a review of their new book StyleCop Code Analysis , and you know I never miss the changes to learn things when it is for free J . Yes you heard it right, I received this book from publisher for free.

View without Controller Action in MVC

Image
In this quick post you will learn how a view can be rendered without its native Controller Action method.

What is Model and ViewModel in MVC Pattern?

Image
Model and ViewModel are two things we always hear in MVC. And in this post I am going to show you the differences between them.

Windows Authentication in MVC4 with IIS Express

Image
MVC4 gone through some major changes in Windows Authentication functionality with IIS Express. In this article you will learn how to enable Windows Authentication in MVC4 Web Application on IIS Express, just follow the given steps.

I Am Now The Published Author of Instant Razor View Engine How-To

Image
I am happy to announce the release of my book ‘ Instant Razor View Engine How-To ’, published by PACKT; and now available at Amazon for purchase. Click on the image to enlarge. Amazon: http://www.amazon.com/dp/1849696306/?tag=packtpubli-20 Packt Publication: http://www.packtpub.com/razor-view-engine/book Like us on Facebook here: https://www.facebook.com/RazorViewEngine

Three ways to populate selected value in DropDownList on Edit or Update views - MVC

Image
I have been asked this question many times that ‘how to populate/activate selected value/item (which I selected while inserting/adding new record) in Edit/Update mode’. I’m going to address few possible approaches here.

Visual Studio 2012 and .NET 4.5 Expert Development Cookbook - A Book Review

Image
In this post you will find my review notes and links to purchase this book. I am feeling very proud to be the reviewer of this book and will recommend everyone to purchase it.

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System

Lambda two tables and three tables inner join code samples