MTU Library Catalogue

Syndetics cover image
Image from Syndetics

Programming C# 3.0 / Jesse Liberty.

By: Liberty, Jesse.
Contributor(s): Xie, Donald.
Material type: materialTypeLabelBookPublisher: Sebastopol, CA : O\'Reilly, 2008Edition: 5th ed.Description: xviii, 587 p. : ill. ; 24 cm. + pbk.ISBN: 9780596527433 ; 0596527438 .Subject(s): C# (Computer program language) | Computer programmingDDC classification: 005.133 LIB
Contents:
Part I: The C# Language -- C# 3.0 and .NET 3.5 -- Getting started: "Hello world" -- C# language fundamentals -- Classes and objects -- Inheritance and polymorphism -- Operator overloading -- Structs -- Interfaces -- Arrays, indexers, and collections -- Strings and regular expressions -- Exceptions -- Delegates and events -- Part II: C# and data -- Introducing LINQ -- Working with XML -- Putting LINQ to work -- ADO.NET and relational databases -- Part III: Programming with C# -- Programming ASP.NET applications -- Programming WPF applications -- Programming windows forms applications -- Part IV: The CLR and the .NET framework -- Attributes and reflection -- Threads and synchronization -- Streams -- Programming .NET and COM.
Holdings
Item type Current library Call number Copy number Status Barcode
General lending MTU Bishopstown Library Store 005.133 LIB (Browse shelf(Opens below)) 1 Available 00114080
Total holds: 0

Enhanced descriptions from Syndetics:

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# and .NET programming that also serves as a useful reference you'll want by your side while you're working Covers all of the new features of the language, thoroughly integrated into every chapter, rather than tacked on at the end Provides insight into best practices and insight into real world programming by a professional programmer who worked with C# as an independent contractor for nearly a decade before joining Microsoft as a Senior Program Manager Every chapter in this book has been totally revised, and the entire book has been reorganized to respond to the significant changes in the language Full coverage, from the ground up of LINQ (Language Integrated Query) and other C# 3.0 language innovations to speed up development tasks Explains how to use C# in creating Web Applications as well as Windows Applications, using both the new Windows Presentation Foundation (WPF) and the older WinForms technology



This new edition of Programming C# 3.0 is for working programmers who want to develop proficiency in Microsoft's most important language. No prior .NET experience is required for you to get started. There's no time like the present to work with C# -- and no book like this one to teach you everything you need to know.



Special note to VB6 and Java programmers: if you've decided to transition to .NET, this book will take you there.

Includes index.

Part I: The C# Language -- C# 3.0 and .NET 3.5 -- Getting started: "Hello world" -- C# language fundamentals -- Classes and objects -- Inheritance and polymorphism -- Operator overloading -- Structs -- Interfaces -- Arrays, indexers, and collections -- Strings and regular expressions -- Exceptions -- Delegates and events -- Part II: C# and data -- Introducing LINQ -- Working with XML -- Putting LINQ to work -- ADO.NET and relational databases -- Part III: Programming with C# -- Programming ASP.NET applications -- Programming WPF applications -- Programming windows forms applications -- Part IV: The CLR and the .NET framework -- Attributes and reflection -- Threads and synchronization -- Streams -- Programming .NET and COM.

CIT Module INFO 6029 - Supplementary reading

CIT Module INFO 6030 - Supplementary reading

Table of contents provided by Syndetics

  • 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
  • Chapter 1 C# 3.0 and .NET 3.5
  • 1.1 The Evolution of C#
  • 1.2 The C# Language
  • 1.3 The .NET Platform
  • Chapter 2 Getting Started: "Hello World"
  • 2.1 Classes, Objects, and Types
  • 2.2 Developing "Hello World"
  • 2.3 Using the Visual Studio 2008 Debugger
  • Chapter 3 C# Language Fundamentals
  • 3.1 Types
  • 3.2 Variables and Constants
  • 3.3 Whitespace
  • 3.4 Statements
  • 3.5 Operators
  • 3.6 Preprocessor Directives
  • Chapter 4 Classes and Objects
  • 4.1 Defining Classes
  • 4.2 Creating Objects
  • Using Static Members
  • 4.4 Destroying Objects
  • 4.5 Passing Parameters
  • 4.6 Overloading Methods and Constructors
  • 4.7 Encapsulating Data with Properties
  • 4.8 readonly Fields
  • Chapter 5 Inheritance and Polymorphism
  • 5.1 Specialization and Generalization
  • 5.2 Inheritance
  • 5.3 Polymorphism
  • 5.4 Abstract Classes
  • 5.5 The Root of All Types: Object
  • 5.6 Nesting Classes
  • Chapter 6 Operator Overloading
  • 6.1 Using the operator Keyword
  • 6.2 Supporting Other .NET Languages
  • 6.3 Creating Useful Operators
  • 6.4 Logical Pairs
  • 6.5 The Equality Operator
  • 6.6 Conversion Operators
  • 6.7 Putting Operators to Work
  • Chapter 7 Structs

Author notes provided by Syndetics

Jesse Liberty, "Silverlight Geek", is a Senior Program Manager for Microsoft.



Even before joining Microsoft, Jesse was well known in the industry in part because of his many bestselling books, including O'Reilly Media's Programming .NET 3.5, Programming C# , Learning ASP.NET with AJAX and the soon to be published Programming Silverlight 4. Jesse has over two decades experience writing software, consulting and training, with stints as at AT&T as a Distinguished Software Engineer and at Citibank as a Vice President in the Information Division.

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.