|
Most comprehensive collection of legally free online C# Books.
http://linkmingle.com/list/List-of-Free-Online-C-h
created by freebooksandarticles on 2008-06-12 09:58:52
|
|
C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads.
http://www.albahari.com/threading/
created by freebooksandarticles on 2008-06-12 07:42:01
|
|
FREE download of chapters 1-7
Click on the appropriate title to download the chapter you want in PDF format.
http://www.murach.com/books/cshp/chapters.htm
created by freebooksandarticles on 2008-06-12 07:11:01
|
|
C# in Detail Jon Jagger
C#, The Basics Vijay Mukhi, Sandeep Shanbhag, Sonal Mukhi
C# Language Specification ECMA
Data Structures and Algorithms with Object-Oriented Design Patterns in C# by Bruno R. Preiss
Dissecting a C# Application - Inside SharpDevelop by Christian Holm, Mike Krüger, Bernhard Spuida
http://www.computer-books.us/csharp.php
created by freebooksandarticles on 2008-06-12 07:38:53
|
|
The developers who created SharpDevelop give you an inside track on application development with a guided tour of the source code for SharpDevelop. They will show you the most important code features and explain how you can use these techniques in your own projects. You will gain valuable experience of building an application on this scale, learning from the decisions, mistakes, problems and solutions that lead to the current version on SharpDevelop.
http://www.icsharpcode.net/OpenSource/SD/InsideSha
created by freebooksandarticles on 2008-06-12 07:36:41
|
|
This is a direct pdf link to a 2.5 megabyte book of the C-Sharp specification.
http://www.ecma-international.org/publications/fil
created by freebooksandarticles on 2008-06-12 07:32:50
|
|
The Programmer's Heaven C# School book covers the .NET framework and the C# language. Starting with the basics of the language, it goes on to cover object oriented programming techniques and a wide range of C# languages features including interfaces, exceptions and delegates.
http://www.programmersheaven.com/2/CSharpBook
created by freebooksandarticles on 2008-06-12 07:27:41
|
|
The Hypertext Transfer Protocol (HTTP) allows information to be
exchanged between a web server and a web browser. C# allows you to
program HTTP directly.
http://www.heatonresearch.com/articles/series/20
created by freebooksandarticles on 2008-06-12 07:27:09
|
|
Writing programs is Fun! This e-book will have you coding your very own C# programs in no time! With fun cartoons and easy to follow code samples, you'll be creating your own inventions in no time! The book is divided into 5 Parts.
http://msdn.microsoft.com/en-us/beginner/bb308756.
created by freebooksandarticles on 2008-06-12 07:25:06
|
|
1. Hello World
2. Types Overview
3. Static and Instance members
4. Inheritance and Polymorphism
5. Value types as References
6. Heap and Stack
7. Reference Types
8. MSIL introduction
9. Windows Controls
10. Windows Forms
11. Internet Programming
12. MSIL II
13. GDI Programming
14. Delegates
15. Events
16. Numerical Methods
17. ADO.NET
18. PInvoke
19. Creating Components
20. Exceptions
21. Recursion
22. Windows Service
23. Optimization
24. Documentation and maintainance
25. Linked List
http://www.csharpcomputing.com/Tutorials/TOC.htm
created by freebooksandarticles on 2008-06-12 07:24:03
|