C#: a simple,modern,object-oriented,type-safe programming language.

 

VS is development tool. it includes an interactive development environment,visual designers for building windows and web applications,a compiler,and a debugger.

 

.NET Framwork:includes a common execution engine and a rich class library.

 

.NET Framework defines a "Common Language Specification"(CLS):a sort of lingua franca that ensures seamless interoperability between CLS-compliant languages and class libraries.---------->C# Language Specifiation

For C# developers,this means that even though C# is a new language.it has complete access to the same rich class libraries that are used by seasoned tools such as VB.net and VC.net.C# itselft does not include a class library.

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2022-01-01
  • 2021-10-27
  • 2021-12-15
  • 2021-08-14
  • 2021-07-24
猜你喜欢
  • 2021-09-20
  • 2021-07-17
  • 2021-12-26
  • 2021-09-28
  • 2022-12-23
  • 2021-10-16
  • 2021-10-26
相关资源
相似解决方案