C# & VB.NET Conversion Pocket Reference

個数:

C# & VB.NET Conversion Pocket Reference

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

Full Description

Though most programmers use two or more languages, they usually have a mastery of one. Although Microsoft has advertised that the .NET runtime is language agnostic and that C# and Visual Basic .NET are so close that switching between the two is really quite easy, that?s only true up to a point. Some of the differences are obvious, but others are very subtle. C# & VB.NET Conversion Pocket Reference helps you easily make the switch from one language to another. The differences occur in three main areas: syntax, object-oriented principles, and the Visual Studio .NET IDE. Syntax concerns the statements and language elements. Object oriented differences are less obvious, and concern differences in implementation and feature sets between the two languages. IDE differences include things like compiler settings or attributes. There is also a fourth area of difference: language features that are present in one language but have no equivalent in the other. These unique language features are also covered in this book. C# & VB.NET Conversion Pocket Reference is a perfect companion for documents and books that don?t have examples using your mastered language.
Author Jose Mojica expects that you know one of the two languages, but does not make an assumption about which one. He presents the information in a language-neutral point of view so that programmers from either background can read a section and feel that it is targeted to them.

Contents

Introduction Conventions Used in This Book Syntax Differences Case Sensitivity Line Termination Comments Namespace Declaration and Usage Variable Declaration Variable Initialization Declaring Function Parameters Passing Function Parameters Optional Parameters Parameter Lists Method Declaration Returning Output Parameters Program Startup Exiting Programs/Methods/Loops Member Scope Static and Shared Methods Classes Versus Modules If Statements Short-Circuiting Conditional Statement Properties and Indexers Arrays for Loops For/Each Loops Try/Catch Blocks Attribute Usage Control Characters Type Comparison and Conversion Object-Oriented Features Inheritance Syntax Method Overloading Constructors and Field Initializers Invoking Other Constructors Invoking Base Constructors Initializers Hiding Base Class Members Overriding Methods Requiring/Preventing Inheritance Declaring and Implementing Interfaces Delegates and Events Comparing Classes String Comparisons IDE Differences AssemblyInfo.x Default/Root Namespace Startup Object App.ico Imports / using COM References Compiler Constants Option Explicit, Option Strict, Option Compare Errors and Warnings Unique Language Features Unsafe Blocks (C SHARP) using (C SHARP) Documentation Comments (C SHARP) Operator Overloading (C SHARP) Late Binding (VB)