Unity and web service
Posted
by zachary
on Stack Overflow
See other posts from Stack Overflow
or by zachary
Published on 2010-06-08T15:15:50Z
Indexed on
2010/06/09
4:42 UTC
Read the original article
Hit count: 182
I had this awesome idea... but I am afraid maybe it is actually a bad idea....
we use unity for dependency injection.
I make interfaces from my web services using partial classes for the purpose of mocking and web services....
What I want to do is put my web services into unity and get them via dependency injection...
What do you think? Is there too much overhead somewhere? Memory leaks? Is this a bad idea?
© Stack Overflow or respective owner