Browsing NuGet has its advantages...
-
You find packages like CsQuery[^] (Github Repo[^]), which is a C# Port of jQuery, with CSS2/3 parsers, a DOM, several utility methods, and the validator.nu HTML5 parser. What NuGet packages have you guys found that turned out to be useful for a task you were doing? And what are your favorite packages to use?
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
Reactive extensions, mongoDB, Dynamic Expresso, SharpZipLib.
-
You find packages like CsQuery[^] (Github Repo[^]), which is a C# Port of jQuery, with CSS2/3 parsers, a DOM, several utility methods, and the validator.nu HTML5 parser. What NuGet packages have you guys found that turned out to be useful for a task you were doing? And what are your favorite packages to use?
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
-
I use the github repo for Mono.Addins, as the NuGet package hasn't been updated for ages.
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
-
Log4Net
Veni, vidi, caecus
I personally like NLog for logging.
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
-
I use the github repo for Mono.Addins, as the NuGet package hasn't been updated for ages.
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
-
Reactive extensions, mongoDB, Dynamic Expresso, SharpZipLib.
Phil Martin wrote:
Reactive extensions
Never used them (but know what they are)
Phil Martin wrote:
mongoDB
Heard of it, never used it.
Phil Martin wrote:
Dynamic Expresso
Never heard of it before. Just looked it up. Quite cool!
Phil Martin wrote:
SharpZipLib
I like SharpCompress[^] for compression functionality.
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
-
I usually go to the project page/source repository to check versions/bug fixes/features/etc. before using a NuGet package.
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
-
Phil Martin wrote:
Reactive extensions
Never used them (but know what they are)
Phil Martin wrote:
mongoDB
Heard of it, never used it.
Phil Martin wrote:
Dynamic Expresso
Never heard of it before. Just looked it up. Quite cool!
Phil Martin wrote:
SharpZipLib
I like SharpCompress[^] for compression functionality.
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
Wow, a c# implementation of a 7zip decompressor! That is very impressive of SharpCompress. I had a quick look at it, but it couldn't find it - does it support compressing to zip with password encryption?
-
You find packages like CsQuery[^] (Github Repo[^]), which is a C# Port of jQuery, with CSS2/3 parsers, a DOM, several utility methods, and the validator.nu HTML5 parser. What NuGet packages have you guys found that turned out to be useful for a task you were doing? And what are your favorite packages to use?
Getting information off the Internet is like taking a drink from a fire hydrant. - Mitchell Kapor
SignalR. Nuget does get messed up when one is using it partially and referencing the same package from outside as well. I think its got to do more with my own difference in package version numbers rather than Nuget itself.
Apps - Color Analyzer | Arctic | XKCD | Sound Meter | Speed Dial
-
Wow, a c# implementation of a 7zip decompressor! That is very impressive of SharpCompress. I had a quick look at it, but it couldn't find it - does it support compressing to zip with password encryption?
-
Thanks Brisingr. That is very cool, it looks like I might have a new compression library to use! Yes, one could use a CryptoSteam, but one of reasons I use Zip is that almost every computer has basic tools to access them, and embedding a encrypted file in there stops that.