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 »
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 »
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 »
A Programmer’s Introduction to C# 2.0, Third Edition is a critical update to the highly successful second edition. It is written by a member of the original C# language-design team and a C# program manager, so you can be certain this book contains the expertise you’re looking for.
Read the rest of this entry »
The programming language C# was built with the future of application development in mind. Pursuing that vision, C#’s designers succeeded in creating a safe, simple, component-based, high-performance language that works effectively with Microsoft’s .NET Framework.
Read the rest of this entry »
C# 2005 has changed the .NET 2.0 landscape. To name just a few improvements, C# now supports generics, partial types and nullable types when you’re coding. And the Framework boasts improved speed, data access, security, and scalability.
Read the rest of this entry »
With Beginning Visual C#, you will learn how to use Visual C# from first principles. Visual C# is an object-oriented programming language designed specifically for programming Microsoft’s new platform, the .NET Framework. You’ll quickly and easily learn how to write Visual C# code and create your own applications - for both Windows and the Web.
Read the rest of this entry »