1 / 12

Features And Changes Of ASP.NET 5 & MVC6

ASP.NET 5 is a new open-source and cross-platform framework for building modern cloud-based Web applications using .NET<br>

Download Presentation

Features And Changes Of ASP.NET 5 & MVC6

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Features And Changes Of ASP.NET 5 & MVC6

  2. What is ASP.NET5 & MVC6? • ASP.NET 5 is a new open-source and cross-platform framework for building modern cloud-based Web applications using .NET • It includes the next versions of ASP.NET MVC, Web API, Web Pages and SignalR • It is a high-performance and modular design, and supports full side by side to make it seamless to migrate from on premise to the cloud.

  3. What is ASP.NET5 & MVC6? • Included in MVC 6 is Web API and Web Pages, allowing Microsoft to remove a lot of the overlap between the three frameworks. • One result of this change means that MVC will be self-hosting just like Web API 2 and SignalR 2. • MVC 6 provides you a much leaner framework, faster startup time and reduced resource consumption.

  4. Features and Changes Host Agnosticism: • Host Agnosticism is a great new feature that not only eliminates the dependencies on the legacy system. • Web Namespace but boosts application responsiveness to a considerable extent.

  5. Features and Changes Host Agnosticism: • Internet Information Services(IIS). • OWIN(Open Web Interface for .Net) • Self-hosted in custom process.

  6. Features and Changes Cloud-Ready Deployment: • Self Contained core runtime. • Multiple ASP .Net 5 apps can now be deployed side by side on the same host but configured and updated separately.

  7. Features and Changes Cross-Platform Runtime: • You can run asp.net 5 application on Linux and OSX. • The Core CLR is cross-platform and open source with ports for windows, Linux, Mac OS X and FreeBSD in theworks.

  8. Features and Changes Unified Core Framework: • Unified programming model means you can build applications that leverage MVC, Web API and Web pages without the need to reconcile differences in the three frameworks.

  9. Features and Changes Simplified Configuration • With ASP.Net 5 you no longer need to use the Web.config file for storing your configuration values. • You can deploy your application in the cloud and use a Startup.cs file.

  10. Features and Changes Tag Helpers: • Enable pre-processing of HTML attributes with server side content. • In essence, tag helpers are a new way for you to enable dynamic rendering in ASP.Net.

  11. Features and Changes Dynamic Compilation: • ASP.Net 5 developing in ASP.Net 5 is more like developing in a dynamic language.

  12. Thank You !

More Related