Introduction

The new features include improved tools for Windows Phone 8.1 and universal Windows apps. The biggest highlight in Visual Studio2013 Update 2 is that developers can create universal Windows application forms in one single project. Microsoft Visual Studio supports the three UI frameworks for universal Windows applications that are XAML, HTML and DirectX. The new version is used to create cloud optimized applications also. Make high performance and high productivity APIs and patterns available.

ASP.NET vNext Frameworks

A very important highlight is that MVC, the Web API and Web Pages now share a unified core, they are merged. Now there is a single type of controller.

  • One routing system, one model binding system, one filter pipeline.
  • Smooth transition from Web Pages to MVC.
  • Return HTML as views (HTML) or data for HTTP Services.
  • Optional small core CLR that only contains fundamental building blocks.
  • Support of true side by side execution of the framework that allows breaking changes scenarios.
  • Enables best-of-breed performance and scalability with a high resource-efficient optimization.
MVC

MVC, the Web API and Web Pages are one framework that include:

SignalR

Data

ASP.NET vNext Strengths

ASP.NET v Next Weaknesses

Summary

This article provided an introduction to the ASP.NET v Next strengths and weaknesses. It will also help you to learn the ASP.NET v Next. Thanks for reading the article.