简体   繁体   English

.NET和ASP.NET之间有什么区别

[英]Is there any difference between .NET and ASP.NET

What is the difference between .NET and ASP.NET? .NET和ASP.NET有什么区别? How are they related? 它们有什么关系?

ASP.Net is built on the .Net framework to provide additional functionality around web development. ASP.Net建立在.Net框架上,以提供有关Web开发的其他功能。

You might go look at the wikipedia article on this . 您可能会去看有关Wikipedia的文章 In particular, pay attention to the .Net Framework stack under the Versions section. 特别要注意“版本”部分下的.Net Framework堆栈。

ASP.NET是一种Web技术,它使用.NET Framework(以及其他)作为执行Web开发任务的方法。

C# and C#.net are same as C#. C#和C#.net与C#相同。 .Net is a Code of Library that .net languages can talk to .Net languages use CIL (Common Intermediate Language) which means that all start talking with same language .Net languages come in different flavor ie; .Net是一个库代码,.net语言可以与.Net语言使用CIL(通用中间语言)进行通信。这意味着所有语言都开始使用相同的语言进行交流。 VB.Net,C#.Net Asp.Net is a .Net framework that use .Net Library for making Web Sites. VB.Net,C#.Net Asp.Net是一个使用.Net库制作网站的.Net框架。 The Web Forms which is the oldest way of making web sites and MVC is a new day technology. Web表单是制作网站的最古老方法,而MVC是一种新兴技术。 You can say C# Desktop applications like WPF is use .Net technology and MVC is use Asp.Net technology. 您可以说C#桌面应用程序(例如WPF)使用.Net技术,而MVC使用Asp.Net技术。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM