Category:CSharp

From eqqon

(Difference between revisions)
Jump to: navigation, search
(Useful C# Links)
Line 6: Line 6:
* [http://www.yoda.arachsys.com/csharp/singleton.html Implementing Singletons in C#]
* [http://www.yoda.arachsys.com/csharp/singleton.html Implementing Singletons in C#]
* [http://www.fincher.org/tips/Languages/csharp.shtml Very large C# code snippet collection]
* [http://www.fincher.org/tips/Languages/csharp.shtml Very large C# code snippet collection]
 +
* [http://csharpcomputing.com/Tutorials/TOC.htm C# Tutorial]
 +
* [http://www.csharp-station.com/Tutorial.aspx C# Tutorial - Introduction]
 +
* [http://alexonasp.net/samples/stringformatting/ C# String Formatting]
 +
* [http://www.dotnetspider.com/ Dot NET for beginners]
 +
* [http://www.cs.umd.edu/hcil/jazz/index.shtml Piccolo Toolkit - A Structured 2D Graphics Framework]
;Libraries
;Libraries
* [http://www.wintellect.com/PowerCollections.aspx PowerCollections] free data structures  
* [http://www.wintellect.com/PowerCollections.aspx PowerCollections] free data structures  

Revision as of 12:02, 31 March 2008

C# Knowhow gathered by eqqon

Useful C# Links

Tutorials and Articles
Libraries
Tools