Category:CSharp

From eqqon

(Difference between revisions)
Jump to: navigation, search
(Useful C# Links)
(Useful C# Links)
Line 7: Line 7:
* [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]
;Libraries
;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 library
-
* [http://logging.apache.org/log4net/  Log4Net logging library]
+
* [http://logging.apache.org/log4net/  Log4Net] free logging library
 +
* [http://www.ujihara.jp/iTextdotNET/en/ iText] free PDF library
;Tools
;Tools
* [http://www.icsharpcode.net/OpenSource/SD/ Sharp Develop] free C# IDE
* [http://www.icsharpcode.net/OpenSource/SD/ Sharp Develop] free C# IDE

Revision as of 16:30, 16 December 2007

C# Knowhow gathered by eqqon

Useful C# Links

Tutorials and Articles
Libraries
Tools