Tài liệu học lập trình C#

896 4.1K 2
Tài liệu học lập trình C#

Đang tải... (xem toàn văn)

Tài liệu hạn chế xem trước, để xem đầy đủ mời bạn chọn Tải xuống

Thông tin tài liệu

cho sinh viên và mọi người.

[...]... better performance than if it hadn’t been optimized There are two C# compiler switches that impact code optimization: /optimize and /debug The following table shows the impact these switches have on the quality of the IL code generated by the C# compiler and the quality of the native code generated by the JIT compiler: Compiler Switch Settings C# IL Code Quality JIT Native Code Quality /optimize- /debug-... Microsoft Visual Studio 2010, NET Framework version 4.0, and version 4.0 of the C# programming language Since Microsoft tries to maintain a large degree of backward compatibility when releasing a new version of these technologies, many of the things I discuss in this book apply to earlier versions as well All the code samples use the C# programming language as a way to demonstrate the behavior of the various... Prevention (DEP) and Address Space Layout Randomization (ASLR) in Windows; these two features improve the security of your whole system Chapter 1  The CLR’s Execution Model C# source code file(s) Basic source code file(s) IL source code file(s) C# compiler Basic compiler IL Assembler Managed module (IL and metadata) Managed module (IL and metadata) Managed module (IL and metadata) Figure 1-1  Compiling source... believe that developers will often overlook this feature Programming languages such as C# and Visual Basic are excellent languages for performing I/O operations APL is a great language for performing advanced engineering or financial calculations Through the CLR, you can write the I/O portions of your application in C# and then write the engineering calculations part in APL The CLR offers a level of... incorporate all the threading information in here So this book covers the NET Framework’s CLR and the C# programming language, and it also has my threading book embedded inside it (see Part V, “Threading”) It is October 2009 as I write this text, making it 10 years now that I’ve worked with the NET Framework and C# Over the 10 years, I have built all kinds of applications and, as a consultant to Microsoft,... AppDomains in a single OS process I’ll devote part of Chapter 22, “CLR Hosting and AppDomains,” to a discussion of AppDomains Unsafe Code By default, Microsoft’s C# compiler produces safe code Safe code is code that is verifiably safe However, Microsoft’s C# compiler allows developers to write unsafe code Unsafe code is allowed to work directly with memory addresses and can manipulate bytes at these addresses... introduces a significant risk: unsafe code can corrupt data structures and exploit or even open up security vulnerabilities For this reason, the C# compiler requires that all methods that contain unsafe code be marked with the unsafe keyword In addition, the C# compiler requires you to compile the source code by using the /unsafe compiler switch When the JIT compiler attempts to compile an unsafe method,... least he bought me dinner But no one can tell you more about this book than I can I mean, Catherine could give you a mobile makeover, but I know all kinds of stuff about reflection and exceptions and C# language updates because he has been talking on and on about it for years This is standard dinner conversation in our house! Other people talk about the weather or stuff they heard at the water cooler,... which fields within that object refer to other objects In Chapter 2, “Building, Packaging, Deploying, and Administering Applications and Types,” I’ll describe metadata in much more detail Microsoft’s C#, Visual Basic, F#, and the IL Assembler always produce modules that contain managed code (IL) and managed data (garbage-collected data types) End users must have the CLR (presently shipping as part... the assembly Managed module (IL and metadata) Managed module (IL and metadata) Resource file (.jpeg, gif, html, etc.) Assembly Tool combining multiple managed modules and resource files into an assembly C# compiler (CSC.exe), Visual Basic compiler (VBC.exe), Assembly Linker (AL.exe) Resource file (.jpeg, gif, html, etc.) Figure 1-2  Combining managed modules into assemblies (Manifest: describes the set . ad- heres to the ECMA standard. Introduction xvii Note My editors and I have worked hard to bring you the most accurate, up-to-date, in-depth, easy-to-read,. Attribute-Derived Objects 451 Conditional Attribute Classes 454 19 Nullable Value Types 457 C# s Support for Nullable Value Types 459 C# s Null-Coalescing

Ngày đăng: 24/01/2014, 18:11

Từ khóa liên quan

Mục lục

  • Table of Contents

  • Foreword

  • Introduction

    • Who This Book Is For

    • Dedication

    • Acknowledgments

    • Support for This Book

    • We Want to Hear from You

    • Chapter 1: The CLR’s Execution Model

      • Compiling Source Code into Managed Modules

      • Combining Managed Modules into Assemblies

      • Loading the Common Language Runtime

      • Executing Your Assembly’s Code

        • IL and Verification

        • Unsafe Code

        • The Native Code Generator Tool: NGen.exe

        • The Framework Class Library

        • The Common Type System

        • The Common Language Specification

        • Interoperability with Unmanaged Code

        • Chapter 2: Building, Packaging, Deploying, and Administering Applications and Types

          • .NET Framework Deployment Goals

          • Building Types into a Module

            • Response Files

            • A Brief Look at Metadata

Tài liệu cùng người dùng

  • Đang cập nhật ...

Tài liệu liên quan