Logo

.NET Book Zero by Charles Petzold

Small book cover: .NET Book Zero

.NET Book Zero
by


Number of pages: 267

Description:
This book covers everything that the C or C++ programmer needs to know about C# and the .NET framework. Object-oriented programming concepts are approached from scratch. Some programming experience with a C-family language is expected.

Home page url

Download or read it online for free here:
Download link
(1.2MB, PDF)

Similar books

Book cover: C# EssentialsC# Essentials
- Techotopia
The book provides everything necessary to gain proficiency as a C# programmer. It gives a detailed overview of the C# environment, the fundamentals of the C# programming language, manipulating strings, arrays and collection classes.
(21461 views)
Book cover: HTTP Programming Recipes for C# BotsHTTP Programming Recipes for C# Bots
by - Heaton Research, Inc.
The programs that access the web much like a human user would, which are called bots, can collect information or automate common web programming tasks. This book presents a collection of very reusable recipes for C# bot programming.
(20721 views)
Book cover: Threading in C#Threading in C#
by
An extensive online book on multithreading in C#. This tackles difficult issues such as thread safety, when to use Abort, Wait Handles vs Wait and Pulse, the implications of Apartment Threading in Windows Forms, using Thread Pooling, etc.
(18422 views)
Book cover: C# From JavaC# From Java
by
These notes should help you convert a program from Java to C#. This is based on the author's original journey from Java to C#. If you are an experienced Java programmer who wants to find out what C# is all about you might find it useful.
(18893 views)