Rabu, 09 Mei 2018

Sponsored Links

ASP.NET Core and ASP.NET Core MVC
src: appdec.com

ASP.NET Core is a free and open-source web framework, and the next generation of ASP.NET, developed by Microsoft and the community. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET Core.

The framework is a complete rewrite that unites the previously separate ASP.NET MVC and ASP.NET Web API into a single programming model.

Despite being a new framework, built on a new web stack, it does have a high degree of concept compatibility with ASP.NET MVC. ASP.NET Core applications supports side by side versioning in which different applications, running on the same machine, can target different versions of ASP.NET Core. This is not possible with previous versions of ASP.NET.


Video ASP.NET Core



Release History


Maps ASP.NET Core



Naming

Originally deemed ASP.NET vNext, the framework was going to be called ASP.NET 5 when ready. However, in order to avoid implying it is an update to the existing ASP.NET framework, Microsoft later changed the name to ASP.NET Core at the 1.0 release.


ASP.NET Core Web API Tutorial - Part 1 - Web Development Tutorial
src: www.webdevelopmenthelp.net


Features

  • No-compile developer experience (i.e. compilation is continuous, so that the developer does not have to invoke the compilation command)
  • Modular framework distributed as NuGet packages
  • Cloud-optimized runtime (optimised for the internet)
  • Host-agnostic via Open Web Interface for .NET (OWIN) support - runs in IIS or standalone
  • A unified story for building web UI and web APIs (i.e. both the same)
  • A cloud-ready environment-based configuration system
  • A light-weight and modular HTTP request pipeline
  • Build and run cross-platform ASP.NET Core apps on Windows, Mac, and Linux
  • Open-source and community-focused
  • Side-by-side app versioning when targeting .NET Core.

Build a Real-world App with ASP.NET Core and Angular 2 - YouTube
src: i.ytimg.com


Components

  • Entity Framework (EF) Core
  • Identity Core
  • MVC Core
  • Razor Core

Electron.NET â€
src: www.cross-platform-blog.com


See also

  • .NET Compiler Platform
  • .NET Core
  • Mono
  • Visual Studio Code

30. DYNAMIC MENU ITEM - Asp.Net CORE MVC - YouTube
src: i.ytimg.com


References


Build a Secure To-Do App with Vue, ASP.NET Core, and Okta ― Scotch
src: cdn.scotch.io


External links

  • Official website
  • ASP.NET on GitHub
  • Announcing ASP.NET Core 1.0
  • Announcing ASP.NET Core 1.1
  • Announcing ASP.NET Core 2.0

Source of the article : Wikipedia

Comments
0 Comments