C# Essentials 2e (2ND)

個数:

C# Essentials 2e (2ND)

  • 提携先の海外書籍取次会社に在庫がございます。通常3週間で発送いたします。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合が若干ございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 218 p.
  • 言語 ENG
  • 商品コード 9780596003159
  • DDC分類 005.133

Full Description

Concise but thorough, this second edition of C# Essentials introduces the Microsoft C# programming language, including the Microsoft .NET Common Language Runtime (CLR) and .NET Framework Class Libraries (FCL) that support it. This book?s compact format and terse presentation of key concepts serve as a roadmap to the online documentation included with the Microsoft .NET Framework SDK; the many examples provide much-needed context. This new edition has been updated to cover the final release of the C# language. In addition to overviews of C#, the CLR, and the FCL, this new edition of C# Essentials covers: *Every C# language element and its syntax, in reference format, including new keywords *The major C# datatypes, with code examples *Common C# programming tasks *Interoperation with legacy Win32 APIs and COM components, and the use of C/C++ style pointers within the managed context of the CLR *Common development issues C# Essentials is an easy way for experienced programmers to evaluate and get up to speed quickly on the language best suited to developing web applications and services on the new Microsoft .NET platform.

Contents

Preface 1. Introduction C SHARP Language Common Language Runtime Framework Class Library A First C SHARP Program 2. C SHARP Language Reference Identifiers Types Variables Expressions and Operators Statements Organizing Types Inheritance Access Modifiers Classes and Structs Interfaces Arrays Enums Delegates Events try Statements and Exceptions Attributes Unsafe Code and Pointers Preprocessor Directives XML Documentation 3. Programming the .NET Framework Common Types Math Strings Collections Regular Expressions Input/Output Networking Threading Assemblies Reflection Custom Attributes Automatic Memory Management Interop with Native DLLs Interop with COM 4. Framework Class Library Overview Core Types Text Collections Streams and I/O Networking Threading Security Reflection and Metadata Assemblies Serialization Remoting Web Services Data Access XML Graphics Rich Client Applications Web-Based Applications Globalization Configuration Advanced Component Services Diagnostics and Debugging Interoperating with Unmanaged Code Compiler and Tool Support Runtime Facilities Native OS Facilities Undocumented Types 5. Essential .NET Tools A. C SHARP Keywords B. Regular Expressions C. Format Specifiers D. Data Marshaling E. Working with Assemblies F. Namespaces and Assemblies Index