1 / 5

ASP.NET CORE 2.0 FEATURES

ASP.Net Core 2.0 supports Windows, Linux, and macOS without any relying on individual runtimes. Additionally, it enables developers to take advantage of several application programming interfaces (APIs) included in .NET Core 2.0. The latest version of ASP.Net Core further introduces a new coding paradigm – Razor Pages.Microsoft even complements ASP.Net Core 2.0 with Entity Framework Core 2.0 and updated Visual Studio 2017. Hence, it becomes essential for web developers to understand some of the new and improved features included in ASP.Net Core 2.0.

Télécharger la présentation

ASP.NET CORE 2.0 FEATURES

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. ASP.NET CORE 2.0 FEATURES

  2. In 2016, the company replaced ASP.Net with ASP.Net Core 1.0. In addition to being open source, ASP.Net Core also supported three distinct platforms – Windows, Linux, and macOS.  Also, the developers can use ASP.Net Core to build mobile back-ends and Internet of Things (IoT) apps, in addition to websites, web applications and web services. In 2017, Microsoft released ASP.Net Core 2.0 with several new features and enhancements. Unlike its predecessor, ASP.Net Core 2.0 supports Windows, Linux, and macOS without any relying on individual runtimes. Additionally, it enables developers to take advantage of several application programming interfaces (APIs) included in .NET Core 2.0. The latest version of ASP.Net Core further introduces a new coding paradigm – Razor Pages. Microsoft even complements ASP.

  3. Overview of New and Improved Features in ASP.Net Core 2.0 Razor Pages ASP.Net Core 2.0 simplifies web application development by providing a new coding paradigm – Razor Pages. Razor Pages implements a page-first structure and allows programmers to write razor syntax based pages.  The asp .net developers can take advantage of the PageModel object to create razor views without controller.  They can even use PageModel to execute methods and bind properties to the page content during the rendering process.

  4. Updated Templates  ASP.Net Core 2.0 comes with a number of updated templates. The updated templates help developers to build a variety of web applications rapidly.  For instance, the developers can take advantage of a series of templates provide by ASP.Net Core 2.0 to simplify development of single-page-applications (SPA). Entity Framework Core 2.0 While using ASP.Net Core, the developers can take advantage of Entity Framework Core 2.0. The updated version of the popular ORM system for .Net helps developers to boost the performance of ASP.Net Core applications. Entity Framework Core 2.0 comes with several new features – compiled queries, flexible object mapping, scalar function mapping and string manipulation.

More Related