Linq Extensions Beta 1 Now On CodePlex
My new Linq Extensions project for the Linq May CTP is now up on CodePlex and I've released beta 1 (numbered 0.1).
It took me a while to understand how to work with it and the connection to the Team Foundation Server wasn't as fast as I had hoped, but now it's ready for use.
Currently implemented are the following:
- Hierarchy
- Reverse Hierarchy
- Binary Tree
- Infix Traversal
- Prefix Traversal
- Postfix Traversal
- Graphs
- Breadth-First Traversal
- Depth-First Traversal
- In
A FAQ and examples will be written soon, but it's pretty straight forward. You can open bugs and feature requests using the Issue Tracker. The release is downloadable here.
PS: Since the System.Query assembly is not signed, which I'm guessing is because this is only a CTP, so the DotNetZen.Query assembly is not signed.