您的位置:首页 > 编程语言 > C#

Reading CLR via c# 4th Edition

2013-11-05 19:32 369 查看
The Microsoft .NET Framework introduces many concepts, technologies, and terms. My goal in this
chapter is to give you an overview of how the .NET Framework is designed, introduce you to some
of the technologies the framework includes, and define many of the terms you’ll be seeing when you
start using it. I’ll also take you through the process of building your source code into an application or
a set of redistributable components (files) that contain types (classes, structures, etc.) and then explain
how your application will execute.

微软.NET框架介绍很多概念、技术和术语。本章的目的是给大家介绍.NET框架是如何设计的,它包含哪些技术,以及将来会用到的一些术语的解释。同时,我也会给大家介绍源代码是如何被创建成应用程序或者包含类型(类、结构等)的可再发布的组件包,然后应用程序是如何被执行的。

(文章 --仅作翻译学习用)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: