What is the difference between .NET and ASP.NET?
The question is about ASP.NET
Answer:
Microsoft’s .NET is a multilanguage, multi-framework, all-in-one development platform where multiple platforms enable the development of applications. ASP is an aging server-side scripting language designed exclusively for the Web. ASP.NET represents a high-order framework within the .NET platform to replace this with something more performant, more secure, and fit for modern web development.