Skip to content

Programming C# 3. 0 Best-Selling Guide to Building Windows and Web Applications with C# 3. 0

Best in textbook rentals since 2012!

ISBN-10: 0596527438

ISBN-13: 9780596527433

Edition: 5th 2007 (Revised)

Authors: Jesse Liberty, Donald Xie

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

Written by popular author and .NET expert Jesse Liberty, this thoroughly updated tutorial for beginning to intermediate programmers covers the latest release of Microsoft's popular C# language (C# 3.0) and the newest .NET platform for developing Windows and web applications. Our bestselling Programming C# 3.0 , now in its fifth edition, is a world-class tutorial that goes well beyond the documentation otherwise available. Liberty doesn't just teach C#; he tells the complete story of the C# language and how it integrates with all of .NET programming, so that you can get started creating professional quality web and Windows applications. This book: Provides a comprehensive tutorial in C#…    
Customers also bought

Book details

List price: $49.99
Edition: 5th
Copyright year: 2007
Publisher: O'Reilly Media, Incorporated
Publication date: 1/29/2008
Binding: Paperback
Pages: 607
Size: 7.00" wide x 9.00" long x 1.25" tall
Weight: 1.892
Language: English

Jesse Liberty is a Master Consultant for Falafel Software, aMicrosoft MVP, a Telerik MVP, an author, and he creates courses forPluralsight. Liberty hosts the popular Yet Another Podcast and his blog isconsidered required reading. He was a Senior Evangelist for Microsoft, a XAML Evangelistfor Telerik, a Distinguished Software Engineer at ATT; Software Architectfor PBS and Vice President of Information Technology at Citibank. Jesse can befollowed on twitter at @JesseLiberty

Donald Xie is a business analyst with Chevron. He loves programming and has worked as an independent solution consultant for many organizations. He is co-author of several books on general and .NET programming including Pro Visual Studio.NET and Fast Track ADO.NET.

Preface C# and .NET
About This Book
What You Need to Use This Book
How This Book Is Organized
Who This Book Is For
Conventions Used in This Book
Support
We'd Like to Hear from You
Using Code Examples
Safari#
AE; Books Online
Acknowledgments
Dedications
The C# Language
C# 3.0 and .NET 3.5
The Evolution of C#
The C# Language
The .NET Platform
Getting Started: "Hello World"
Classes, Objects, and Types
Developing "Hello World"
Using the Visual Studio 2008 Debugger
C# Language Fundamentals
Types
Variables and Constants
Whitespace
Statements
Operators
Preprocessor Directives
Classes and Objects
Defining Classes
Creating Objects
Using Static Members
Destroying Objects
Passing Parameters
Overloading Methods and Constructors
Encapsulating Data with Properties
readonly Fields
Inheritance and Polymorphism
Specialization and Generalization
Inheritance
Polymorphism
Abstract Classes
The Root of All Types: Object
Nesting Classes
Operator Overloading
Using the operator Keyword
Supporting Other .NET Languages
Creating Useful Operators
Logical Pairs
The Equality Operator
Conversion Operators
Putting Operators to Work
Structs