会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
さくら舞う季節数え
一起去数漫天飞舞的樱花吧
博客园
首页
博问
闪存
新随笔
订阅
管理
Learning c # note_1 chapter 1
Learning C# Chaptor One notes
Chapter 1 C# and .Net Programming
About the .NET Platform:
It consists of three separate product groups:
A set of languages; A set of development tools(Visual Studio .NET; CLR: platform for compiling debugging excuting)
A set of .Net Enterprise Servers(SQL Server, Exchange, BizTalk)
New .net enabled non-PC devices, from cell phones to game boxes
About the .NET Framework:
Central to the .Net platform is a developing environment known as the .NET Framework.
It specifies how .Net programming constructs( classes, interfaces, intrinsic types ) are implemented.
It sits on top of any flavor of the windows os.
It contains CLR(Common Language Runtime), FCL(Framework Class Liberary)
About the C# Language:
Can be used to create three types of programs:
Web applications
Windows applications
Console applications
posted on
2007-06-04 11:16
ziy
阅读(
210
) 评论(
0
)
收藏
举报
刷新页面
返回顶部