Skip to content

Programming C# Building . NET Applications with C#

Best in textbook rentals since 2012!

ISBN-10: 0596006993

ISBN-13: 9780596006990

Edition: 4th 2005

Authors: Jesse Liberty

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

The programming language C# was built with the future of application development in mind. Pursuing that vision, C#'s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft's .NET Framework. Now the favored language among those programming for the Microsoft platform, C# continues to grow in popularity as more developers discover its strength and flexibility. And, from the start, C# developers have relied on Programming C# both as an introduction to the language and a means of further building their skills. The fourth edition of "Programming C#--the top-selling C# book on the market--has been updated to the C# ISO…    
Customers also bought

Book details

List price: $44.95
Edition: 4th
Copyright year: 2005
Publisher: O'Reilly Media, Incorporated
Publication date: 3/8/2005
Binding: Paperback
Pages: 672
Size: 6.75" wide x 8.75" long x 1.25" tall
Weight: 2.024
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

Preface
The C# Language
C# and the .NET Framework
The .NET Platform
The .NET Framework
Compilation and the MSIL
The C# Language
Getting Started: "Hello World"
Classes, Objects, and Types
Developing "Hello World"
Using the Visual Studio .NET Debugger
C# Language Fundamentals
Types
Variables and Constants
Expressions
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 Classes: Object
Boxing and Unboxing Types
Nesting Classes
Operator Overloading
Using the operator Keyword
Supporting Other .NET Languages
Creating Useful Operators
Logical Pairs
The Equality Operator
Conversion Operators
Structs
Defining Structs
Creating Structs
Interfaces
Defining and Implementing an Interface
Accessing Interface Methods
Overriding Interface Implementations
Explicit Interface Implementation
Arrays, Indexers, and Collections
Arrays
The foreach Statement
Indexers
Collection Interfaces
Constraints
List[left angle bracket]T[right angle bracket]
Queues
Stacks
Dictionaries
Strings and Regular Expressions
Strings
Regular Expressions
Handling Exceptions
Throwing and Catching Exceptions
Exception Objects
Custom Exceptions
Rethrowing Exceptions
Delegates and Events
Delegates
Multicasting
Events
Using Anonymous Methods
Retrieving Values from Multicast Delegates
Programming with C#
Building Windows Applications
Creating a Simple Windows Form
Creating a Windows Forms Application
XML Documentation Comments
Accessing Data with ADO.NET
Relational Databases and SQL
The ADO.NET Object Model
Getting Started with ADO.NET
Using OLE DB Managed Providers
Working with Data-Bound Controls
Programming ASP.NET Applications and Web Services
Understanding Web Forms
Creating a Web Form
Adding Controls
Data Binding
Web Services
SOAP, WSDL, and Discovery
Building a Web Service
Creating the Proxy
Putting It All Together
The Overall Design
Creating the Web Services Client
Displaying the Output
Searching by Category
The CLR and the .NET Framework
Assemblies and Versioning
PE Files
Metadata
Security Boundary
Manifests
Multimodule Assemblies
Private Assemblies
Shared Assemblies
Attributes and Reflection
Attributes
Reflection
Marshaling and Remoting
Application Domains
Context
Remoting
Threads and Synchronization
Threads
Synchronization
Race Conditions and Deadlocks
Streams
Files and Directories
Reading and Writing Data
Asynchronous I/O
Network I/O
Web Streams
Serialization
Isolated Storage
Programming .NET and COM
Importing ActiveX Controls
Importing COM Components
Exporting .NET Components
P/Invoke
Pointers
C# Keywords
Index