6 Feb
2012

NuGet Project Uncovered: Deleporter

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. Deleporter is a project I used over a year ago. It allows you to setup a delegate and execute it in a different process. For Example: You spin up a unit/integration […]

Read More
3 Feb
2012

NuGet Project Uncovered: IntX

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. Have you ever wanted to generate a number that could potentially have millions of digits and do arbitrary mathematical operations against it? Ya, me neither. But if I did, I would […]

Read More
2 Feb
2012

NuGet Project Uncovered: Burro

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. Burro is a project that I only quickly looked at. I don?t know all that it does, or how to get it up and running. In the project?s readme it says […]

Read More
31 Jan
2012

NuGet Project Uncovered: Enum Metadata Library

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. EnumMetadata.Core provides some clean extensions over enums that give you access to metadata you place on enum values. This project?s approach is to use attributes on an Enum and some fancy […]

Read More