What's new in ASP.NET and CLR?

We now will use two frameworks, and have two options to develop web applications:

  • The Framework 4.6, which offers us maximum compatibility with legacy apps and the previous .NET frameworks. Framework 4.6 only works on Windows. One of the most interesting new features of ASP.NET 4.6 is HTTP2, which gives us:
    • Asynchronous ModelBinding
    • Ability to always encrypt exchanges on the web
    • Pre-population of the browser's cache
    • Interruption of a TCP connection without closing
  • The .NET Core 2.0, which is the modular and lightweight approach above the Core CLR to develop cross-platform applications.

We can use them independently, or both at the same time, in order to create a two-frameworks-compatible application, and ...

Get ASP.NET Core MVC 2.0 Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.