13 Feb
2012

NuGet Project Uncovered: NaturalSpec

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. NaturalSpec is a BDD framework written in F#. This one is interesting due to F#?s concise nature and can give you very readable tests/specs. The below sample was pulled from the […]

Read More
12 Feb
2012

NuGet Project Uncovered: SpecsFor

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. SpecsFor is a BDD framework. This project is nice in that it has packaged many of my favorite testing tools all into one package. Instead of pulling down NUnit, Moq, Should, […]

Read More
11 Feb
2012

NuGet Project Uncovered: Disruptor-net

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. Disruptor-net is a port of the LMAX Disruptor which is a concurrent programming framework. The answer in this StackOverflow question gave a pretty good explanation of the project/pattern used. Project Source: […]

Read More
10 Feb
2012

NuGet Project Uncovered: Nukito

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. Nukito is a project that?s taking AutoMocking to another level and baking it into the tooling/framework. If you use xUnit and Moq and want to avoid much of your redundant mock […]

Read More
9 Feb
2012

NuGet Project Uncovered: StudioShell

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. StudioShell is a project that sort of blew my mind. The crazy PowerShell integration they?ve packaged into this visual studio extension is plain amazing. I?d highly recommend watching the demo videos […]

Read More
8 Feb
2012

NuGet Project Uncovered: AboditNLP

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. AboditNLP is a Natural Language Processor library. This kind of stuff in interesting, but not something I have chosen to spend my time on. It has a demo http://nlp.abodit.com/home/demo which gives […]

Read More
7 Feb
2012

NuGet Project Uncovered: Northwind.Db

Category:UncategorizedTag: :

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. Northwind.Db is a version of the infamous Northwind database packaged in an awesomely easy install/setup NuGet package. I?ll outline the experience of installing the Northwind.Db into a sample project. After executing […]

Read More