A Programmers Overview of C#
The Common Language Infrastructure (CLI) is a specification jubmitted jointly by Microsoft, Intel, and Hewlett-Packard as an ECMA standard. The Common Language Runtime (CLR) is Microsoft's implementation of the CLI.
Quick C#
Learn C# in less than an hour. Discover the C# language constructs and features in a brief yet comprehensive way using code examples. This article is especially good if you know C++ and feel lazy about learning C#!
Herong's Tutorial Notes On C# - Part A
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning C# himself. Topics include array, C#, C sharp, data types, expression, literal, loop, .NET.
Herong's Tutorial Notes On C# - Part B
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning C# himself. Topics include array, C#, C sharp, class, data types, decimal, float, method, performance, .NET.
Working with Files and Directories using ASP.NET
In our real life applications it is required to read, write, or manipulate files and directories. The .NET Framework provides a set of classes in the System.IO namespace to allow synchronous and asynchronous reading from and writing to data streams and files. Before working with files and directories it is essential to make sure that security permissions are set properly on folders and files where you want to write. The .NET Framework runs all ASP.NET processes under the local ASPNET account. This account needs to have write permissions to all the folders and files that are being used to write data.
Data Structures and Algorithmswith Object-Oriented Design Patterns in C#
This book is about the fundamentals of data structures and algorithms--the basic elements from which large and complex software artifacts are built.
Dissecting a C# Application: Inside SharpDevelop
The developers who created SharpDevelop give you an inside track on application development with a guided tour of the source code for SharpDeveloper
Sams Teach Yourself C# in 24 Hours
Learn C#, Microsoft's newest programming language, one step at a time from leading expert, James Foxall.
Sams Teach Yourself C# in 24 Hours
Learn C#, Microsoft's newest programming language, one step at a time from leading expert, James Foxall.
C# The Basics
Microsoft has always had a habit of doing things in style. Whether it was the basic yet robust Disk Operating System (DOS) or the (user-friendly?) Windows Operating System, Microsoft has always managed to rewrite the rules in the computer world. In fact it won't be exaggeration to say that today it is thanks to the efforts of Microsoft and the vision of its founder, Bill Gates, that it is software and not machines, that occupy centrestage. But then that is another story altogether.
ECMA C# and Common Language Infrastructure Standards - Free eBook ECMA C# and Common Language Infrastructure Standards - Download ebook ECMA C# and Common Language Infrastructure Standards free
|