Posts

Microsoft MVP: Honored to have received the Microsoft MVP award for the 2nd year

Image
Do you know, 1st July has a very special meaning to me, this day starts with full of expectations which lasts until the moment of receiving email from Microsoft. Today, once again Microsoft awarded me with the MVP (Most Valuable Professional) award for the 2nd time in a row in the ASP.NET/IIS category. I'm honored to be the part of Microsoft MVP Program, this is one of the most prestigious award and one of the great achievement of my life. Here is the body of the mail that I received: Dear Abhimanyu Kumar Vatsa, Congratulations! We are pleased to present you with the 2013 Microsoft® MVP Award! This award is given to exceptional technical community leaders who actively share their high quality, real world expertise with others. We appreciate your outstanding contributions in ASP.NET/IIS technical communities during the past year. I'd like to thanks to my all friends, family, community, blog readers and also like to send my special thanks to Shivprasad K

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.

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