Tagged Questions
4
votes
4answers
241 views
What if Dependency Injection is not possible?
After much kicking and screaming, I'm starting to accept DI despite how much cleaner SL may seem as dependencies grow.
However, IMO there's still a significant show-stopper with regards to DI:
DI is ...
1
vote
1answer
1k views
Autofac, ASP.NET and Microsoft.Practices.ServiceLocation
I've been working thru the details of implementing IoC in my web apps but in a way that leverages Microsoft.Practices.ServiceLocation. I am specifically using Autofac and the asp.net integration, but ...
0
votes
0answers
42 views
Is it possible to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library when user is not authenticated?
I am working on custom authentication for SharePoint 2010. And I found very useful to use SharePoint Logger from MS P&P SharePoint 2010 Guidance Library.
It works fine when I get instance of ...