代码改变世界

随笔档案-2011年11月3日

MIME Types

2011-11-03 15:22 by iRead, 747 阅读, 收藏,
摘要: This book is about HTML5, not previous versions of HTML, and not any version of XHTML. But to understand the history of HTML5 and the motivations behind it, you need to understand a few technical details first. Specifically, MIME types.Every time your web browser requests a page, the web server send 阅读全文

1.3 加载公共语言运行时

2011-11-03 14:19 by iRead, 901 阅读, 收藏,
摘要: 你生成的每个程序集既可以是一个可执行应用程序,也可以是一个DLL(其中含有一组可执行程序使用的类型)。当然,最终是由CLR管理这些程序集中的代码执行。这意味着必须在目标机器上安装好.NET Framework。Microsoft创建了一个重发分包(redistribution package),允许将.NET Framework免费分发并安装到你的用户的计算机上。一些版本的Windows在发售时就已经打包好了.NET Framework。 要知道是否已安装.NET Framework,只需检查%SystemRoot%System32目录中的MSCorEE.dll文件。存在该文件,表明.N... 阅读全文

Basics of the Common Language Runtime

2011-11-03 13:55 by iRead, 376 阅读, 收藏,
摘要: The .NET common language runtime is but one of many aspects of the .NET concept, but it’s the core of .NET. (Note that, for variety’s sake, I’ll sometimes refer to the common language runtime as the runtime.) Rather than focusing on an overall description of the .NET platform here, then, let’s co... 阅读全文

Chapter 1 - Simple Sample

2011-11-03 13:52 by iRead, 286 阅读, 收藏,
摘要: This chapter offers a general overview of the MSIL assembly language (ILAsm). (MSIL stands for Microsoft intermediate language, which will soon be discussed in this chapter.) We’ll review a relatively simple program written in ILAsm, and then I’ll suggest some modifications that illustrate how the.. 阅读全文

目录 - Essential .Net

2011-11-03 12:09 by iRead, 207 阅读, 收藏,
摘要: Essential .NET, Volume 1, provides everything developers need to take full advantage of the power of Microsoft .NET. This book describes, in depth, the glue of the .NET Framework: the Common Language Runtime (CLR). Box and Sells explain the inner workings of the CLR梩he rationale behind its design, the problems it solves, and the role of type in CLR programming and show readers how to build better applications using the .NET Framework while gaining a more complete understanding of how the CLR wor 阅读全文

Introduction

2011-11-03 11:50 by iRead, 295 阅读, 收藏,
摘要: Why This Book Was Written To tell the truth, I don't think I had much choice in this matter. Let me explain. With Microsoft .NET technology taking the world by storm, with more and more information professionals getting involved, large numbers of books covering various aspects of this technology 阅读全文

目录 - Expert .NET 2.0 IL Assembler

2011-11-03 11:49 by iRead, 228 阅读, 收藏,
摘要: 《Inside Microsoft .Net Assembler》 目录 阅读全文

封面 - Expert .NET 2.0 IL Assembler

2011-11-03 11:48 by iRead, 171 阅读, 收藏,
摘要: 封面 阅读全文