It is estimated that many people have not figured it out, including myself.ArticleYou can take a look at the concept and understand it at a glance.
1. NET is an abstract platform concept.
The implementation of the. NET platform is actually a library. In the abstract aspect, it is a platform.
My personal understanding is that. NET Framework is the core. NET Framework.
. NET Framework includes two key components:
Common Language Runtime, common language runtime-Provides memory management,CodeSecurity Detection and other functions.
. NET Framework class library and. NET Framework class library-provides a large number of application class libraries to improve development efficiency.
2 C # IsProgramA design language is just a language.
The programming language is only a tool for developers to communicate with computers. Although the C # syntax is more than C and C ++, the C # syntax is relatively fixed, this is easy to use.
3. ASP. NET is a website development technology and is only an application model in the. NET Framework.
ASP. NET is a rich programming framework used to generate Web-based applications.
Differences between Asp.net and C:
Writing Asp.net usually consists of two parts: the webpage layer and the background processing layer. A webpage is written in a markup language, and the background processing program corresponding to the webpage is required. net Language. Currently, C # And VB.net are mainly used.
It can be said that the entire Asp.net website is implemented through C # Or VB.net. C # is the main language of ms. NET Framework and can be used in websites, desktop applications, and other aspects. It can be regarded as a popularProgramming Language.