Showing posts with label Visual C# eBook. Show all posts
Showing posts with label Visual C# eBook. Show all posts

Monday, July 7, 2008

Learn C#

Publisher Wordware Publishing, Inc.
Release Date August 31, 2007
ISBN 1598220357

Free eBOOK Description

Learn C# presents the C# programming language. It covers the language features introduced in Visual Studio versions 1.0, 2.0, and 3.0, with an emphasis on the powerful features introduced in C# 2.0 and the great enhancements introduced in C# 3.0. The book demonstrates each language feature with ready-to-run examples and drills. Each chapter ends with a summary of the key points learned in that chapter.

download ebook

Saturday, March 1, 2008

Download Visual C# eBook

This Visual C# ebook, Programming Microsoft Visual C# 2005: The Language, provides detailed explanations and instruction on important features and contructs of the Visual C# programming language. It explains and gives sample code for new features to Visual C# ,including generics, anonymous methods, static classes, and new classes that affect garbage collection. The Exception Assistant, code snippets, and visualizers, as improvments to Visual Studio, are also covered by this ebook. From a debugging perspective, Chapter 12 examines what a managed application is and helps you understand how to debug a managed application. This book is for those looking for a comprehensive explanation of Visual C# or want to explore a specific aspect of the language. It provides in-depth explanations along with lots of sample code. Here is the direct download link for this C# ebook. (5.4MB, CHM format).

Table of Contents:

Introduction
Part I - Core Language
Chapter 1-Introduction to Visual C# Programming
Chapter 2-Types
Chapter 3-Inheritance
Part II - Core Skills
Chapter 4-Introduction to Visual Studio 2005
Chapter 5-Arrays and Collections
Chapter 6-GenericsChapter 7-Iterators
Part III - More C# Language
Chapter 8-Delegates and Events
Chapter 9-Exception Handling
Part IV - Debugging
Chapter 10-Metadata and Reflection
Chapter 11-MSIL Programming
Chapter 12-Debugging with Visual Studio 2005
Chapter 13-Advanced Debugging
Part V - Advanced Concepts
Chapter 14-Memory Management
Chapter 15-Unsafe Code
Appendix A-Operator Overloading