Programmer's Heaven C# School Book

Programmer's Heaven C# School Book

Covers the .NET framework and the C# language. Teaches the basics of the language, object oriented programming techniques, practical topics including database access with ADO.NET, building Windows forms applications, multi-threading and asynchronous I/O.

Publication date: 31 Dec 2006

ISBN-10: n/a

ISBN-13: n/a

Paperback: 338 pages

Views: 37,857

Type: Book

Publisher: Synchron Data

License: n/a

Post time: 16 Oct 2007 01:52:56

Programmer's Heaven C# School Book

Programmer's Heaven C# School Book Covers the .NET framework and the C# language. Teaches the basics of the language, object oriented programming techniques, practical topics including database access with ADO.NET, building Windows forms applications, multi-threading and asynchronous I/O.
Tag(s): Microsoft .NET
Publication date: 31 Dec 2006
ISBN-10: n/a
ISBN-13: n/a
Paperback: 338 pages
Views: 37,857
Document Type: Book
Publisher: Synchron Data
License: n/a
Post time: 16 Oct 2007 01:52:56
Terms and Conditions:
Synchron Data S.L wrote:Electronic redistribution of this book is permitted if the book is transmitted unmodified, in its entirety and non-commercially. All other redistribution and copying beyond that allowed by fair use is prohibited without written permission from Synchron Data S.L.

Excerpts from the Introduction:

The book is divided in to three progressive levels. In the first beginner stage we will be discussing the .Net Framework, C# Language Fundamentals and Object Oriented Programming.

In the second intermediate section we will go into depth with Object Oriented constructs such as inheritance, polymorphism, abstract classes, interfaces, structures, enumerations and exceptions.

In the third and final advanced section we will delve into what is required to implement real world applications using C# with Base Libraries, focusing on topics such as Collections, Delegates, Events and Windows Programming with a number of controls, as well as Data Access with ADO.Net, Threads and Streams.

Tools of the trade

Our examples have been written within the standard IDE (Visual Studio.Net). We recommend that you obtain this. Microsoft are currently offering Visual Studio.Net 2005 Express Edition for free, and this is available at http://msdn.microsoft.com/vstudio/express/ . An alternative open source IDE, SharpDevelop, is available from http://www.icsharpcode.com/OpenSource/SD/ . It is also possible to use any text editor (such as Notepad) to write the C# code.

You will need to download and install the .Net Framework SDK, which can be obtained freely from http://msdn2.microsoft.com/en-us/netframework/default.aspx . This is needed to run .NET applications and, more importantly for us, contains the C# Compiler that you will need to compile programs you write.

Finally, for non-Windows users, the Mono Project supplies an open source C# compiler, .Net runtime and class library implementation. For more information, see http://www.mono-project.com/ .

The code examples in this book were written and tested with the .Net Framework version 1.1 and Visual Studio 2003, but should work fine with later versions. They have not been tested with Mono.
 




About The Author(s)


No information is available for this author.

Faraz Rasheed

No information is available for this author.


Book Categories
Sponsors