Ticker

6/recent/ticker-posts

Entity Framework Tutorial

ASP.NET Core, the rewritten, cross-platform, and open source version of ASP.NET framework is gaining recognition for being easy to apply and for having first rate overall performance when compared to modern solutions like Java, Go and Node.Js. In this article we're going to use ASP.NET Core to create a easy RESTful API that handles grocery lists and then we are going to add authentication to steady this API.

What is ASP.NET Core ?

ASP.NET Core is an open source redecorate of the famous ASP.NET framework. This new version became developed to guide modern cloud based applications, such as web applications, Internet of Things (IoT) devices, and mobile backends. There are a few variations among ASP.NET Core and its predecessor, the first large one is that the new edition is cross-platform and may run on Windows, Mac and Linux. Another big distinction is that ASP.NET Core is absolutely open source and available on GitHub.

ASP.NET Core vs ASP.NET Framework

As mentioned, ASP.NET Core is a new framework and, as such, it has much much less assist and libraries available than its predecessor. Microsoft has written a good article where it exposes whilst to apply the brand new framework and while to apply the antique one. Basically, it says that builders should hold the use of the older version whilst they depend on third-party .NET libraries or NuGet applications that aren't available for .NET Core, or whilst they're extending existing .NET applications.

This article additionally highlights that the subsequent use cases are higher fitted with .NET Core:
  • When cross-platform aid is needed.
  • When microservices are the chosen architecture.
  • When the application will be dockerized (deployed on Docker containers).
  • When overall performance is a large priority (the object says that ASP.NET Core outperforms ASP.NET through a aspect of 10).


Post a Comment

0 Comments