24ASP.NET Core

UNDERSTANDING WEB TECHNOLOGIES

After ASP.NET with the .NET Framework was released in 2002, ASP.NET Core (the first version released in 2016) was a complete rewrite that not only offers running this technology on Linux but also uses modern patterns (for example, dependency injection is built in) and offers new ways to create web applications. Razor Pages offer an easy way to create HTML pages mixed with C# code with support for dependency injection. From the outside, ASP.NET Core MVC looks similar to the previous MVC technology with ASP.NET, but inside it's very different. Blazor gives a full-stack .NET option. Instead of writing ...

Get Professional C# and .NET, 2021st Edition 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.