Skip to main content

.NET

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.
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 .
IoC Challenge – Multiple interfaces to the same singleton instance
·509 words·3 mins
.NET ALT.NET Dependency Injection IoC Ninject StructureMap Unity
I have an IoC challenge that I am currently trying to work through. I have a series of classes that implement more than one interface, with the lifetime of the class needing to be a singleton, and I really don’t like the idea of falling back on custom instantiation code along with potentially custom lifetime management code to make this work.
Irregular Shaped Windows in WPF
·838 words·4 mins
.NET Programming WPF
In my efforts to experiment with WPF, I decided to try the always popular WPF sample of an irregular or custom shaped window. I had set out the following goals for this sample: