Hanselman uses IPrincipal for user object, and easier testing
Source: IPrincipal (User) ModelBinder in ASP.NET MVC for easier testing – Scott Hanselman
Hanselman uses IPrincipal for user object, and easier testing
Source: IPrincipal (User) ModelBinder in ASP.NET MVC for easier testing – Scott Hanselman
How to initialize IEnumberable variable with Lambda Expression
Source: c# – How to initialize IEnumerable that be empty and allow to Concat to it? – Stack Overflow
Simple tools and JSON Deserialization method
Source: javascript – Convert Json String to C# Object List – Stack Overflow
ViewModel, and Assign your result to that model.
Source: c# – Selecting multiple columns with linq query and lambda expression – Stack Overflow
This will be used for MVC Selected Item Case
Source: c# – Asp.Net MVC with Drop Down List, and SelectListItem Assistance – Stack Overflow
This article will provide you an idea of JsonResult, JsonResult Properties, the use of JsonResult with various scenarios and how can you test the JsonResult by using Test Project in a MVC application.
Source: JsonResult Type in MVC