Skip to content

C# Precisely

Best in textbook rentals since 2012!

ISBN-10: 0262693178

ISBN-13: 9780262693172

Edition: 2004

Authors: Peter Sestoft, Henrik I. Hansen

List price: $23.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

C# is an object-oriented programming language that is similar to the Java programming language in many respects but more comprehensive and different in most details. This book gives a concise description of C#. It is intended as a guide for readers who know Java and want to learn C# and as a quick reference for anyone who wants to know C# in more detail than that provided by a standard textbook. The final chapter of C# Preciselysummarizes the differences between C# and Java. C# Preciselyis one of the first books on C# to cover version 2.0. It presents the entire C# 2.0 programming language, including generics, iterators, and anonymous methods. It excludes most of the extensive…    
Customers also bought

Book details

List price: $23.00
Copyright year: 2004
Publisher: MIT Press
Publication date: 9/3/2004
Binding: Paperback
Pages: 224
Size: 8.00" wide x 9.00" long x 0.75" tall
Weight: 0.946
Language: English

Preface
Notational Conventions
Compiling, Loading and Executing C# Programs
Names and Reserved Names
C# Naming Conventions
Comments and Program Layout
Data and Types
Variables, Parameters, Fields, and Scope
Strings
String Builders
Arrays
Classes
The Machine Model: Stack, Heap, and Garbage Collection
Expressions
Statements
Struct Types
Interfaces
Enum Types
Delegate Types
Nullable Types over Value Types (C# 2.0)
Exceptions
Threads, Concurrent Execution, and Synchronization
Mathematical Functions
Input and Output
Generic Types and Methods (C# 2.0)
Generic Collections: Lists and Dictionaries (C# 2.0)
Namespaces
Partial Type Declarations (C# 2.0)
Assertions and the Debug.Assert Method
Attributes
Main Differences between C# and Java
References
Index