轉戰C#_001

---------------儘可能用最少的語言描述 C# 世界裏的全部事物-------------------web

1. C#(pronounced "C-sharp") is an OOP language from Microsoft that aims to combine the computing power of C++ with the programming ease of VB.api

2. .NET is the framework/libraries that the language is built on.ui

3. The .NET libraries can run on the CLR and thus any language which can run on the CLR can also use the .NET libraries.spa

4. The Common Language Runtime(CLR) which is the runtime in which .NET assemblies are run.orm

5. .NET languages come in different flavours such as: C#.NET, VB.NET, Managed C++,F#.it

6. .NET languages compile to CIL(Common Intermediate Language) which means they all start "talking" the same language and can therefore interoperate.io

7. ASP.NET is the portion of the .NET library used for making web sites.sed

8. There are other subsections of ASP.NET like Web-Forms(the old way of making web pages) or rapidly maturing MVC library that are worth looking at too.programming

9. im

相關文章
相關標籤/搜索