文件名称:《Microsoft.net框架程序设计》英文版
文件大小:3.03MB
文件格式:RAR
更新时间:2011-05-09 05:54:14
.net Framework microsoft
The purpose of this book is to explain how to develop applications for the .NET Framework.
Specifically, this means that I intend to explain how the CLR works and the facilities it offers.
I’ll also discuss various parts of the FCL. No book could fully explain the FCL—it contains
literally thousands of types, and this number is growing at an alarming rate. So, here I’m
concentrating on the core types that every developer needs to be aware of. And while this
book isn’t specifically about Windows Forms, XML Web services, Web Forms, and so on,
the technologies presented in the book are applicable to all these application types.
With this book, I’m not attempting to teach you any particular programming language. I’m
assuming that you’re familiar with a programming language such as C++, C#, Visual Basic,
or Java. I also assume that you’re familiar with object-oriented programming concepts such
as data abstraction, inheritance, and polymorphism. A good understanding of these
concepts is critical because all .NET Framework features are offered via an object-oriented
paradigm. If you’re not familiar with these concepts, I strongly suggest you first find a book
that teaches these concepts.
Although I don’t intend to teach basic programming, I will spend time on various
programming topics that are specific to the .NET Framework. All .NET Framework
developers must be aware of these topics, which I explain and use throughout this book.
Finally, because this is a book about the .NET Framework’s common language runtime, it’s
not about programming in any one specific programming language. However, I provide lots
of code examples in the book to show how things really work. To remain programming
language agnostic, the best language for me to use for these examples would be IL
(intermediate language) assembly language. IL is the only programming language that the
CLR understands. All language compilers compile source code to IL, which is later
processed by the CLR. Using IL, you can access every feature offered by the CLR.
However, using IL assembly language is a pretty low-level way to write programs and isn’t
an ideal way to demonstrate programming concepts. So I decided to use C# as my
programming language of choice throughout this entire book. I chose C# because it is the
language Microsoft designed specifically for developing code for the .NET Framework. If
you’ve decided not to use C# for your programming projects, that’s OK—I’ll just assume that
you can read C# even if you’re not programming in it.
【文件预览】:
Microsoft.netk框架程序设计英文版CLR VIA C#.pdf