Skip to content

Essential C# 2. 0

Best in textbook rentals since 2012!

ISBN-10: 0321150775

ISBN-13: 9780321150776

Edition: 2006

Authors: Mark Michaelis

List price: $64.99
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:

A clear, concise guide to C# 2.0 that gives developers everything they need to get up and running writing C# applications quickly.
Customers also bought

Book details

List price: $64.99
Copyright year: 2006
Publisher: Addison Wesley Professional
Publication date: 7/13/2006
Binding: Paperback
Pages: 768
Size: 7.00" wide x 9.25" long x 1.50" tall
Weight: 2.442
Language: English

Figures
Tables
Foreword
Preface
Acknowledgments
About the Author
Introducing C#
Hello, World
Compiling and Running the Application
Managed Execution and the Common Language Infrastructure
C# Syntax Fundamentals
C# Keywords
Type Definition
Main
Statements and Statement Delimiters
Whitespace
Working with Variables
Data Types
Declaring a Variable
Assigning a Variable
Using a Variable
Console Input and Output
Getting Input from the Console
Writing Output to the Console
Comments
Common Intermediate Language and ILDASM
Data Types
Fundamental Nueric Types
Integer Types
Floating-Point Types (float, double)
Decimal Type
Literal Values
More Fundamental Types
Boolean Type (bool)
Character Type (char)
Strings
null and void
null
The void Nontype
Categories of Types
Value Types
Reference Types
Nullable Modifier
Conversions between Data Types
Explicit Cast
Implicit Cast
Type Conversion without Casting
Arrays
Declaring an Array
Instantiating and Assigning Arrays
Using an Array
Strings as Arrays
Common Errors
Operators and Control Flow
Operators
Plus and Minus Unary Operators (+, -)
Arithmetic Binary Operators (+, -, *, /, %)
Parenthesis Operator
Assignment Operators (+=, -=, *=, /=, %=)
Increment and Decrement Operators (++, --)
Constant Expressions (const)
Introducing Flow Control
if Statement
Nested if
Code Blocks ({})
Scope
Boolean Expressions
Relational and Equality Operators
Logical Boolean Operators
Logical Negation Operator (!)
Conditional Operator (?)
Bitwise Operators ([double left angle bracket], [double right angle bracket], [vertical bar], &, ^,