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 »
Download Free C Sharp Programming Books
Coding Standard: C#
The Language C Sharp
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 »
Threading in C Sharp
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 »
Pro ASP.NET 3.5 in C# 2008
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.
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 »
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 »