Skip to main content

ALT.NET

Extending and Demonstrating the Type Tracking Extension for Unity
·1166 words·6 mins
Programming IoC ALT.NET Unity
Recently, I have received a few requests for some changes and an example for my Type Tracking Extension for Unity. This post is to address those requests. Of course, all of the source code for this post is added to the GitHub project Unity Extensions .
Dave’s List of Development Podcasts
·455 words·3 mins
Programming .NET ALT.NET Podcasts
Inspired by Scott’s post Hanselminutes – This is usually the podcast that helps to clarify some topic I had been meaning to learn more about. Sometimes a bit too focused on the web end of the spectrum, but still a solid source on what is out there and what is coming up.
Git on Windows
·1099 words·6 mins
Programming Git ALT.NET Opinion
A few weeks ago I read the blog post Git and command-line fear by James Gregory . He argues against the common Git on Windows complaint of poor Windows support. While I appreciate James’ position that this is not entirely true, and that most people do associate Windows support with GUI based tools or Visual Studio integration, I do disagree with his assertion that command line tooling is a valid use case.
IoC Challenge – Ninject
·571 words·3 mins
.NET ALT.NET Dependency Injection IoC Ninject
In my recent post, IoC Challenge – Multiple interfaces to the same singleton instance, I posted an IoC challenge to the community. I also mentioned that on the Ninject discussion groups , a suggestion was posted on how to solve this using Ninject .
Type Tracking Unity Extension Source Code Has a Home
·87 words·1 min
Programming ALT.NET Unity GitHub
Edit: Updated link at GitHub. github logo I have finally found an online code sharing site to post my open source code to – Hazware Unity Extensions on GitHub . I posted all of the source code for my Type Tracking Unity Extension there, and decided to follow the Ninject model for licensing – I dual licensed it as MS-PL and Apache, so go enjoy and help me make it better.