null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

The C# Type System

List Price: $49.99
SKU:
9781718501584
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Steve Love
    Format:
    Paperback
    Pages:
    344
    Publisher:
    No Starch Press (October 31, 2023)
    Language:
    English
    ISBN-13:
    9781718501584
    ISBN-10:
    1718501587
    Weight:
    23oz
    Dimensions:
    7" x 9.2" x 0.84"
    File:
    RandomHouse-PRH_Book_Company_PRH_PRT_Onix_full_active_D20260405T170602_155746828-20260405.xml
    Folder:
    RandomHouse
    List Price:
    $49.99
    Case Pack:
    20
    As low as:
    $38.49
    Publisher Identifier:
    P-RH
    Discount Code:
    A
    QuickShip:
    Yes
    Audience:
    General/trade
    Country of Origin:
    United States
    Pub Discount:
    65
    Imprint:
    No Starch Press
  • Overview

    Harness the power of the C# type system to write programs that are clearer, simpler, and more efficient.

    The type system is the foundation upon which all C# programs are built. The C# Type System will show you how todefine and implement value types effectively, and write more performant and robust code. Real-world code examplesand test cases throughout will elevate your programming with C# and show you how best to implement the principlesyou’re learning.

    Among the core aspects of working with the type system, you’ll learn:

    • How user-defined value types, and even simple types, can enhance your code’s readability
    • How reference and value types differ within C#
    • How method parameters and arguments relate to reference and value types
    • How differences in copy semantics between value and reference types affect a program’s behavior
    • How the different methods of value comparisons for equality work behind the scenes
    • The unique characteristics and roles of various types in an application, especially how value types go beyond meredata storage
    • Why inheritance isn’t optimal for value types
    • How to measure and evaluate the performance of an app’s use of different data types

    Whether you’re a novice or seasoned programmer, you’ll find The C# Type System indispensable in your efforts to turngood code into great.