开发者

Is there any difference between .NET and ASP.NET

What is the difference between .NET and ASP.NET? How开发者_JAVA技巧 are they related?


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.


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


C# and C#.net are same as 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 i.e; VB.Net,C#.Net Asp.Net is a .Net framework that use .Net Library for making Web Sites. The Web Forms which is the oldest way of making web sites and MVC is a new day technology. You can say C# Desktop applications like WPF is use .Net technology and MVC is use Asp.Net technology.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜