Category:CSharp

From eqqon

(Difference between revisions)
Jump to: navigation, search
m (C# Knowhow gathered by eqqon)
Line 1: Line 1:
= C# Knowhow gathered by eqqon =
= C# Knowhow gathered by eqqon =
== Useful C# Links ==
== Useful C# Links ==
 +
;Tutorials
* [http://blog.stevex.net/index.php/string-formatting-in-csharp/ Comprehensive string formatting help]
* [http://blog.stevex.net/index.php/string-formatting-in-csharp/ Comprehensive string formatting help]
* [http://www.albahari.com/threading/ Threading in C# (by Albahari)]
* [http://www.albahari.com/threading/ Threading in C# (by Albahari)]
 +
;Libraries
* [http://zedgraph.org/wiki/index.php?title=Main_Page ZedGraph: free charting class library]
* [http://zedgraph.org/wiki/index.php?title=Main_Page ZedGraph: free charting class library]
 +
;Tools
 +
* [http://www.aisto.com/roeder/dotnet/ .NET Reflector]
 +
* [http://en.wikipedia.org/wiki/ReSharper Resharper]

Revision as of 08:31, 15 November 2007

C# Knowhow gathered by eqqon

Useful C# Links

Tutorials
Libraries
Tools