Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a standard C# lib, like Apache commons for java?

Tags:

c#

Php has PEAR, PERL has CPAN and Java has Appache commons. Short and simple : is there one accepted library for c# extensions/cookbook recipes?

(Feel free to close if exact duplicate, i suspect it somewhat, but don't seem to find it)

like image 538
Peter Avatar asked May 18 '09 07:05

Peter


1 Answers

Yes there is a C# Commons similar to Java Commons.

It's relatively new but pretty good. It's CommonLibrary.NET on codeplex.com. commonlibrarynet.codeplex.com/

My company uses a mix of Java and C#. I'm now using both Java Commons and C# CommonLibrary.NET and so far it's pretty good. It's got most( not all ) of the same components that Java Commons has plus some other ones.

like image 152
james Avatar answered Sep 21 '22 12:09

james