Index Pages on My Blog Lately, I received an e-mail from a reader of my blog which included an advice to make an index for my post series. I took his advice and made 3 index pages for the following subjects: ADO.NET Data Services ADO.NET Entity Framework Unity Application Block These index pages will be updated frequently whenever a new tutorial post will be added. Also, I’m going to add more index pages in the future for more post series. Thanks Marcellus. Enjoy!
Common Service Locator Library introduction Yesterday Glenn Block introduced a Common Service Locator library which is described as “a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies”. The idea for the library is based on a post that Jeremy Miller wrote of having a shared interface across several IoC implementation. The benefit of such an interface is obvious - no dependency...