glossarysh.github.io/_topic/aspnet.markdown

749 B

layout title description website
topic ASP.NET ASP.NET is a software framework for building websites using Microsofts .NET platform. https://www.asp.net/

ASP.NET is a set of tools for building websites using Microsofts .NET platform. It is the most commonly used framework used for building websites by C# Developers. There are multiple versions of ASP.NET:

  • ASP.NET Webforms is an older version of ASP.NET and is designed to run on Windows.
  • ASP.NET MVC is a version of ASP.NET that follows the Model-View-Controller paradigm.
  • ASP.NET Core is a newer version of ASP.NET and is designed to run on multiple operating systems and is released as open-source-software.