开发者

What's the relationship between c# and asp.net?

开发者 https://www.devze.com 2022-12-11 23:49 出处:网络
Are the two the same thing or ?开发者_如何转开发No. C# is a language. ASP.Net is a Framework for building Web Applications. Which is a set of classes/methods than can speed up development and you w

Are the two the same thing or ?开发者_如何转开发


No.

C# is a language.

ASP.Net is a Framework for building Web Applications. Which is a set of classes/methods than can speed up development and you would use C# to access these classes and call those methods.

You could use ASP.Net with C# or Visual Basic. You can also use C# without ASP.Net.


ASP.NET is a framework (with libraries and a bunch of controls) related to web applications and web sites. C# is one of the languages to use within the ASP.NET framework.

Similarly, you can use different languages, like C# or VB.NET for WinForms development. Same idea for ASP.NET.

0

精彩评论

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