Category:CSharp

From eqqon

(Difference between revisions)
Jump to: navigation, search
(Useful C# Links)
(Replacing page with '= C# Articles =')
 
(6 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]
+
-
* [http://logging.apache.org/log4net/  Log4Net logging 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
+
-
* [http://www.gotdotnet.com/Team/FxCop/ FXCop] free code analysis tool
+
-
* [http://www.automatedqa.com/products/aqtime/ AQtime] commercial profiler
+
-
* [http://www.microsoft.com/downloads/details.aspx?familyid=A362781C-3870-43BE-8926-862B40AA0CD0&displaylang=en Microsoft CLR Profiler] free profiler for the .NET Framework 2.0
+
-
* [http://www.softprodigy.com/profilesharp/index.aspx ProfileSharp] open source profiler
+
-
* [http://www.borland.com/de/products/silk/silktest/ Borland SilkTest] commercial tool
+
-
* [http://www.yourkit.com/ YourKit] commercial profiling tool for java and .net
+
-
* [http://www.jetbrains.com/profiler/ dotTrace] commercial profiler
+

Latest revision as of 11:39, 1 January 2009

C# Articles