ASP.net Core Framework (.NET Framework) pdf presentation

yassermagelna 10 views 5 slides Jun 25, 2024
Slide 1
Slide 1 of 5
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5

About This Presentation

.net solution pdf


Slide Content

ASP.NET Core is a free and open-source web framework and successor to ASP.NET, developed by Microsoft. It is a modular framework that runs on both the full .NET Framework, on Windows, and the cross-platform .NET. However, ASP.NET Core version 3 only works on .NET Core, dropping support of the .NET Framework.  ASP.NET Core is a Web Framework that is used to build Web Applications, Mobile Back End, and IoT Apps on .   NET Framework whereas the .   Net Core is the runtime to run the applications built on it .

.NET Core  is for developing cloud applications. It is a cross-platform framework. Thus, it operates on Windows, Linux, and Mac operating systems. On the other hand, the  .NET framework  is for developing desktop applications, web applications, and web services. However, it only works on Windows.