Free C Sharp Ebooks

Download free programming, computer, it, technology books

Download Free C Sharp Programming Books

Apr
17

Coding Standard: C#

Posted by admin

A considerable part of a coding standard for C or C++ could be condensed into a single rule, avoid undefined behavior, and maybe shun implementation defined behavior. Read the rest of this entry »

Feb
16

The Language C Sharp

Posted by admin

In this chapter we assume that the reader already has some programming experience, preferably in Java or C++. While we are explaining the concepts of C# we will also compare them with Java and C++.
Read the rest of this entry »

Feb
16

Threading in C Sharp

Posted by admin

C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads.
Read the rest of this entry »

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.
Read the rest of this entry »

Jan
08

Pro ASP.NET 3.5 in C# 2008

Posted by admin

ASP.NET 3.5 is the latest version of Microsoft’s revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in C# 2008 raises the bar for high–quality, practical advice on learning and deploying Microsoft’s dynamic web solution.

Read the rest of this entry »

Beginning C# Objects: From Concepts to Code is a comprehensive yet approachable guide for anyone interested in learning the C# language, beginning with the basics.
Read the rest of this entry »

Jan
04

Dissecting A C Sharp Applications

Posted by admin

The SharpDevelop project started as a “one man show” in September of 2000, just a few months after Microsoft released an Alpha of what was to become .NET 1.0 in early 2002.
Read the rest of this entry »