About Me
I'm a Software Engineer specialized in Microsoft technology with a special interest for Silverlight. Since 2007 I work for Rubicon as a Software Engineer.
|
|
|
Mark Monster
February 24th, 2008
.NET, IoC, Open Source, Patterns, Technology
|
|
Just about two weeks ago the Microsoft patterns & practices team released a Community Technology Preview of the Unity project. Unity is a lightweight Dependency Injection Container. I’ve just been using it in some very basic scenario’s, so far I like it. It has support for constructor and property injection. But also, a thing not many Dependency Injection container support I think, the ability to do method call injection.
David Hayden has some post on Unity on his blog. But most of all he has created a screencast on Unity, very nice to get an introduction to Unity.
Unity already gets some attention on the Internet. Oren Eini, a guy that’s very experienced on Dependency Injection and did some coding on Castle Windsor another Dependency Injection container, has done a review on Unity.
Let’s wait for the final release. Maybe I will add it to my toolbox. It still seams customers like open source projects from Microsoft more than open source projects from different hand. Maybe I will be able to apply Dependency Injection using Unity at a customers place.
|
|
|
Mark Monster
February 18th, 2008
.NET, IoC, Patterns, Technology
|
|
I haven’t been able to use an IoC container on a real-world project yet. And even though I’ve been doing some research on it, I still have questions regarding IoC container usage.
I always thought about using the Application var for storing the container instance for an ASP.NET application. For other application I would use a static class or static var for the container instance. But thinking about this more and more, I’m not sure about this approach.
What approach do you think is the most sufficient way to share the container instance? Or should we not even share the container instance at all?
|
|
|
Mark Monster
October 6th, 2007
.NET, IoC, Open Source, Patterns, Technology, Writing
|
|
Last month an article from my hand was published in the dutch .NET Magazine.
September 2007: The article I wrote about Dependency Injection is published in .NET Magazine #18. It’s partly about the Dependency Injection concept and how to make use of Dependency Injection using Windsor. The article is in dutch. Download the article.
I’d like to know what everyone thinks about this article. Can you post any comments about it?
Something more about articles from my hand can be read here.
|
|
|
Mark Monster
July 24th, 2007
.NET, IoC, Open Source, Technology, Writing
|
|
Jeremy Jarrell started a series about tools that are found in the agile developers’ toolbox. His first article is about the Inversion of Control Container Windsor. A very nice article about how to start using Windsor.
Soon an article about the same topic from my hand will be published in the dutch .NET Magazine. I think it will be the september edition.
Read the rest of this entry »
|
|