I’ve released NDataStructure 1.0.1 !
Grab it from codeplex: NDataStructure.codeplex.com
Or install the NuGet package: NDataStructure on NuGet.org
I also generated complete documentation here: NDataStructure Documentation
Release notes:
- XML documentation for sandcastle.
- Refactored WeightedGraph away from eventing traversal to IEnumerable
- Incremented version 1.0.0.0 to 1.0.1.0
- NuGet manifest for 1.0.1
- Improved DoublyLinkedList to support ICollection
- Minor rearrangement of a few files
Posted: March 13th, 2011 | Author: benlakey | Filed under: benlakey.com | Tags: C#, codeplex, data structures, ndatastructure, NuGet | No Comments »
Today I released my simple C# command line parser. It’s available on both the Codeplex site as well as a NuGet package.
NCLI – A simple API for command line argument parsing, written in C#.
NCLI 1.0 NuGet
Codeplex Project Site – NCLI
Posted: March 6th, 2011 | Author: benlakey | Filed under: benlakey.com | Tags: C#, codeplex, ncli, NuGet | No Comments »
I released my first NuGet package today! It’s a very simplistic sorting algorithm library, nothing amazing. I wanted to learn how to create packages with NuGet. Check it out:
NOrder is a basic sorting algorithm library developed in C#, providing users the flexibility to choose how to sort data.
NOrder 1.0 NuGet
Codeplex Project Site – NOrder
Update 3/5/2011
NDataStructure is a library providing a handful of useful data structures omitted from the .NET framework.
NDataStructure 1.0 NuGet
Codeplex Project Site – NDataStructure
Posted: March 4th, 2011 | Author: benlakey | Filed under: benlakey.com | Tags: C#, codeplex, ndatastructure, norder, NuGet | No Comments »