ASP.NET MVC View Model: Entity Framework & JSON Serialization
Many times I came across an ASP.NET MVC application, where Entity Framework Model (or Database Model) is being used as view model as well. No this post is not about to discuss whether entity model should be used as view model or not but in this post we will discuss one tip with respect to JSON Serialization which will help to improve performance in terms of CPU processing and bandwidth usage while using entity model as view model.