Category:CSharp

From eqqon

(Difference between revisions)
Jump to: navigation, search
(Useful C# Links)
(Replacing page with '= C# Articles =')
 
(9 intermediate revisions not shown)
Line 1: Line 1:
-
= C# Knowhow gathered by eqqon =
+
= C# Articles =
-
== Useful C# Links ==
+
-
;Tutorials and Articles
+
-
* [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.yoda.arachsys.com/csharp/singleton.html Implementing Singletons in C#]
+
-
* [http://www.fincher.org/tips/Languages/csharp.shtml Very large C# code snippet collection]
+
-
;Libraries
+
-
* [http://zedgraph.org/wiki/index.php?title=Main_Page ZedGraph: free charting class library]
+
-
;Tools
+
-
* [http://www.icsharpcode.net/OpenSource/SD/ Sharp Develop] free C# IDE
+
-
* [http://www.aisto.com/roeder/dotnet/ .NET Reflector]
+
-
* [http://en.wikipedia.org/wiki/ReSharper Resharper] commercial developer utility
+
-
* [http://www.mertner.com/confluence/display/NProf/Home nprof] free .net profiler
+
-
* [http://www.red-gate.com/products/ants_profiler/index.htm ANTS Profiler] commercial .net profiler
+

Latest revision as of 11:39, 1 January 2009

C# Articles