Views: 16.1K
Replies: 2
Archived
|
Service Locator PatternI know this is a bit outside the Design Pattern Framework, but I want to ask it anyhow:
Can you explain the generic implementation for Service Locator Pattern using VB.NET? Chinthaka Rupasinghe, Jan 04, 2011
|
|
Reply 1Hi,
I would recommend that you do not worry about writing your very own service locator (you certainly can experiment building one!) if you are going to use it for production code. Instead, try using Windsor container or Unity framework to handle service location. Subbarao Turlapati, Feb 21, 2011
|
|
Reply 2This post may be of help to you.
http://blogs.lessthandot.com/index.php/DesktopDev/MSTech/service-locator-pattern-why-and-why-not Rajesh Pillai, Feb 20, 2011
|