Skip to main content

Posts

Showing posts with the label Features of MVC 6 and ASP.Net vNext

13 New Key Features of MVC 6 - [vNext Architecture]

“What”? ‘Why” and “When”? This article introduces to 13 new key Features for MVC 6 and Roslyn Compiler and let’s explore in detail without writing the code. Try the live example of the vNext code shown in this page! Key Features as following as, =>  MVC 6   Added new cloud computing optimization system of MVC , web API, SignalR and entity framework. => The Microsoft  make a bundle of MVC, Web API, WebPages, SignalR , that bundle we called  MVC 6 . => In MVC 6, Microsoft removed the dependency of system.web.dll from MVC 6 because it's so expensive. Typically  it consume 30K memory per request/response. => Right now, in MVC 6 consume 2K  memory per request response. It's too small memory  consume. => Most of the problem solved using the Roslyn Compiler . => Added a Start-up class that replaces to global.asax file. => The Session state and caching adjust our behavior dependin...