This book is a comprehensive introduction to the C# programming language.
It is written for programmers who are new to C# and new to object-oriented
programming, but who have experience with another language, such as Visual
Basic or Perl. It is written in the Deitel's signature "live code" style, where every
programming concept is explored in the context of a complete working
program, not a code fragment. All code is carefully documented, and output
screens appear in the text right next to the code listings. The book contains a
remarkably rich library of sample program code, more than 26,000 lines of C#
code. Deitel books are know for their completeness, and this one does not
disappoint. It covers everything from C# fundamentals up through such new
topics as WPF, WCF, ASP.NET Ajax, and extensive coverage of LINQ. All
coverage in the book is updated to Visual Studio 2008. C# is steadily gaining in
usage, and this book's sales should increase with that.
For Sale in Indian subcontinent only
Features
- A comprehensive tutorial to the C# programming language, for programmers who are new to C# and to object-oriented programming
- Uses the Deitels' signature "live code" style, where every programming concept is explored in the context of a complete working program, not a code fragment
- Covers everything from C# fundamentals to advanced .NET topics
Contents
Introduction to Computers, the Internet and Visual C#
Introduction to the Visual C# 2008 Express IDE
Introduction to C# Applications
Introduction to Classes and Objects
Control Statements: Part 1
Control Statements: Part 2
Methods: A Deeper Look
Arrays
Introduction to LINQ
Classes and Objects: A Deeper Look
Object-Oriented Programming: Inheritance
Polymorphism, Interfaces and Operator Overloading
Exception Handling
Graphical User Interfaces with Windows Forms
Graphical User Interfaces with Windows Presentation Foundation and XAML
Strings, Characters and Regular Expressions
Files and Streams
Extensible Markup Language (XML) and LINQ to XML
Databases, LINQ to SQL and LINQ to DataSets
ASP.NET and ASP.NET Ajax
Web Services and Windows Communication Foundation (WCF)
Data Structures
Generics
Collections