. The relationship between net,c# and ASP.
It is estimated that a lot of people do not understand, including myself, is not clear, to find an article, we casually look at the concept of the problem, a look will understand.
1. NET is the concept of a platform, an abstract platform.
. NET platform its own implementation of the way is actually a library, at the level of abstraction is a platform.
Personal understanding. NET core is just the. NET Framework.
The. NET framework includes two key component elements:
Common Language Runtime, Common language runtime-provides functions such as memory management, code security detection, and so on.
The. NET Framework Class Library. NET Framework Class Library--Provides a large number of application class libraries and improves development efficiency.
2. NET Framework is the framework, is the runtime, is the toolkit. For example, if you use C # as an ASP, you need the framework to
such as a dataset, and run in the. NET Framework environment.
3 C # is the language used to express technology, of course, you can use C # to write ASP, or you can use vb.net.
The programming language is just a tool for developers and computers to communicate, although C + + syntax is a bit more than C and C + +, but
C # syntax is relatively fixed in comparison, so it's easy to use.
4 ASP. NET is a website development technology, just. The application model in the NET Framework.
In a word from Microsoft's ASP. NET QuickStart, ASP. NET is the content used to generate WEB-based applications.
A rich programming framework.
The difference between ASP. NET and C #:
Writing ASP. Net usually consists of two parts: the Web page layer and the background processing layer. The Web page is written in markup language, and the Web page corresponding to the background processing program needs to be completed by the.
It can be said that the entire ASP. NET site is implemented via C # or vb.net. C # is the main language of the MS. NET Framework and can be used in Web sites, desktop applications, and so on. Can be considered as a popular programming language.
This article is from the "sunnyting" blog, make sure to keep this source http://sunnyting.blog.51cto.com/8814143/1641830
. The relationship between net,c# and ASP.