29 Feb
2012

Entity Framework 5 Beta 1 Available on NuGet

Entity Framework 5 beta is now available on nuget. EF5 includes many long awaited features which were dependent on the .NET framework 4.5 such as Spatial Data types, Enum support and Table-Valued functions. EF5 also includes significant performance improvements. You will need Visual Studio 11 in order to work with EF5, however EF 4.3.1 was […]

Read More
25 Feb
2012

Nancy v0.10.0 – The next step in awesome

Category:UncategorizedTag: , :

TL;DR A couple of days ago we (finally) managed to get v0.10.0 out of the door and it’s packed of goodies! Diagnostics, razor improvements, bug fixes, weighted request headers, model validation and lots of tweaks to existing features are only a couple of things that went into this release. The community continue to bless us […]

Read More
22 Feb
2012

NuGet Project Uncovered: SpecificationExtensions.[MSTest | NUnit | Xunit]

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. NOTE: this project is one I created and as it turns out this has now become it?s introductory post. The SpecificationExtensions.[MSTest | NUnit | Xunit] are a set of NuGet packages […]

Read More
22 Feb
2012

Extended WPF Toolkit is getting a new owner

The Extended WPF Toolkit started with three controls and a vision.  It has grown into a feature packed control suite with over 30 controls.  Some of which do not even exist in other third party component vendors.  It has been featured at Open Source Fest at MIX11, discussed on .NET Rocks, covered by the Coding4fun […]

Read More
22 Feb
2012

Book Review: The Unix Programming Environment

Category:UncategorizedTag: , :

A couple of weeks ago I finished reading The Unix Programming Environment, written by Brian W. Kernighan and Rob Pike. The main reason that I picked up this classic book was to learn more about the fundamentals of Unix. I must say that this book is an excellent guide to start learning more about this […]

Read More
21 Feb
2012

NuGet Project Uncovered: EventAggregator.Net

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. NOTE: this project is one I created and as it turns out this has now become it?s introductory post. EventAggregator.Net is a single C# file that can provide a basis for […]

Read More