Browse by Tags

All Tags » IOC (RSS)

2012 Begins

It has become tradition for the past few years that my first blog post of the new year is to thank Microsoft for being recognized as an MVP .  This year is no different.  Once again, I’m honored to be recognized by Microsoft for my contributions...
Posted by PSteele | 1 comment(s)
Filed under: , , ,

Talks Submitted for Ann Arbor Day of .NET 2010

Just submitted my session abstracts for Ann Arbor's Day of .NET 2010 .   Getting up to speed with .NET 3.5 -- Just in time for 4.0! Yes, C# 4.0 is just around the corner.  But if you haven't had the chance to use C# 3.5 extensively, this session...

Castle Windsor: Turn Off Automatic Property Injection

Suppose you have the following component: public class SomeComponent { public IEmailSender EmailSender { get; set; } } Further, you're using Windsor for IoC and have registered both this component and an IEmailSender in the container.  Whenever ...
Posted by PSteele | 1 comment(s)
Filed under: ,

Looking Forward to 2010

Yes, the first month of 2010 is almost gone and I'm just now getting around blogging about the past year and the year ahead.  I guess time management should be on my to-do list for this year? The CodeMash Website One of the coolest projects I've...

Use Dependency Injection To Simplify Application Settings

We've all seen and written code that accesses data from our app.config or web.config file.  We'll throw some simple settings in there: <? xml version ="1.0" encoding ="utf-8" ? > < configuration > < appSettings...
Posted by PSteele | 8 comment(s)
Filed under: , ,
More Posts