Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any difference between .NET and ASP.NET

Tags:

What is the difference between .NET and ASP.NET? How are they related?

like image 961
user498432 Avatar asked Nov 05 '10 14:11

user498432


People also ask

Is ASP.NET A .NET framework?

ASP.NET is an open source web framework, created by Microsoft, for building modern web apps and services with . NET. ASP.NET is cross platform and runs on Linux, Windows, macOS, and Docker.

Is ASP.NET and .NET core different?

Asp.net Core is a new version of Asp.net released by Microsoft. It is an open-source used to develop a web framework and can be executed with different browsers like Windows, Mac or Linux. ASP.Net Core is a new version of asp.net. It is a free open source which can run on different OS like Mac, Windows and Linux.


2 Answers

ASP.Net is built on the .Net framework to provide additional functionality around web development.

You might go look at the wikipedia article on this. In particular, pay attention to the .Net Framework stack under the Versions section.

like image 111
NotMe Avatar answered Sep 28 '22 10:09

NotMe


ASP.NET is a web technology that uses .NET Framework (among others) as the means to do web development tasks.

like image 43
Liviu Mandras Avatar answered Sep 28 '22 09:09

Liviu Mandras