博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
C# Language Introduction
阅读量:5751 次
发布时间:2019-06-18

本文共 742 字,大约阅读时间需要 2 分钟。

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.

转载地址:http://nrzkx.baihongyu.com/

你可能感兴趣的文章
Linux下的C编程实战
查看>>
[32期] html中部分代码与英语单词关系
查看>>
PHP安装环境,服务器不支持curl_exec的解决办法
查看>>
jQuery|元素遍历
查看>>
用 ThreadLocal 管理用户session
查看>>
setprecision后是要四舍五入吗?
查看>>
上云就是这么简单——阿里云10分钟快速入门
查看>>
MFC多线程的创建,包括工作线程和用户界面线程
查看>>
我的友情链接
查看>>
FreeNAS8 ISCSI target & initiator for linux/windows
查看>>
PostgreSQL数据库集群初始化
查看>>
++重载
查看>>
Rainbond 5.0.4版本发布-做最好用的云应用操作系统
查看>>
nodejs 完成mqtt服务端
查看>>
sql server 触发器
查看>>
[工具]前端自动化工具grunt+bower+yoman
查看>>
关于完成生鲜电商项目后的一点总结
查看>>
noip2012 普及组
查看>>
第二阶段 铁大Facebook——十天冲刺(10)
查看>>
Java判断是否为垃圾_Java GC如何判断对象是否为垃圾
查看>>