Reading CLR via c# 4th Edition
摘要:In fact, at runtime, the CLR has no idea which programming language the developer used for thesource code. This means that you should choose whatever programming language allows you toexpress your intentions most easily. You can develop your code in any programming language youdesire as long as the
阅读全文
Reading CLR via c# 4th Edition
摘要:The common language runtime (CLR) is just what its name says it is: a runtime that is usable bydifferent and varied programming languages. The core features of the CLR (such as memory management,assembly loading, security, exception handling, and thread synchronization) are availableto any and all p
阅读全文
Reading CLR via c# 4th Edition
摘要:The Microsoft .NET Framework introduces many concepts, technologies, and terms. My goal in thischapter is to give you an overview of how the .NET Framework is designed, introduce you to someof the technologies the framework includes, and define many of the terms you’ll be seeing when youstart using
阅读全文