S
S
sergealmazov2014-06-14 02:05:43
ASP.NET
sergealmazov, 2014-06-14 02:05:43

What's new in ASP.Net MVC6?

A new version of ASP.Net is coming soon.
But in short, what will be new in it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
Funbit, 2014-06-14
@sergealmazov

MVC 6 is an almost completely new framework built on top of ASP.NET vNext.
The main changes at a glance:
- getting rid of the System.Web dependency, which will significantly speed up the execution of requests (judging by the numbers, almost by an order of magnitude)
- merging with WebAPI and SignalR (in previous versions, some classes were duplicated in different namespaces)
- vNext !!! (compilation of sources on the fly, deployment of ALL dependencies along with the application, new deployment via PowerShell, and a bunch of other fundamentally new things)
- the ability to run MVC applications outside of IIS, based on OWIN (so far this can only be done with WebAPI and SignalR). As a result - the ability to work on Mono (poppy, Linux, etc.)
- improvements in Attribute Routing
- many more little things
A big plus is that the new platform is now completely open (sources on github) and you can try it out right now: www.asp.net/vnext

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question