.NET libraries you use

  • Thread starter Thread starter Marco Shaw
  • Start date Start date
M

Marco Shaw

What's your favorite 3rd party .NET library? I've found some online for
NNTP, Bluetooth, serial ports, for example. I'm just looking for some other
libraries out there that people find useful.

Just trying to learn more about .NET.

Free/open-source ones are even better!

Marco
 
Hello Marco,

http://csharp-source.net/
http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/default.aspx
MS> What's your favorite 3rd party .NET library? I've found some online
MS> for NNTP, Bluetooth, serial ports, for example. I'm just looking
MS> for some other libraries out there that people find useful.
MS>
MS> Just trying to learn more about .NET.
MS>
MS> Free/open-source ones are even better!
MS>
MS> Marco
MS>
---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 
I like CSLA also...

I was not allowed to use it in my current Project, but i simply HAD to use
the smartDatareader since i hate all this stupid NULL checking in my code ;)
(And you can use this class as a stand alone Version by just snipping out
the SmartDate functions)

And If you want to know what smartDate does, then you have to check yourself
;)
 
Back
Top