Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
382 views

(Microsoft.Practices.EnterpriseLibrary.SemanticLogging) Injection EventSource in SqlDatabaseLog.EnableEvents

I have just recently added Microsoft.Practices.EnterpriseLibrary.SemanticLogging (v6) with SqlServer silk in my MVC 4 application. var sqlListener = SqlDatabaseLog.CreateListener("SampleEventLogger",...
MetalMad's user avatar
  • 446
0 votes
1 answer
372 views

Has anybody used Ninject and the MS Enterprise Caching application block?

I am putting together a reporting service based on a very slow connection to a backing (dare I say legacy) data store. The only access I have to the data store is via a web services SDK written in ...
THBBFT's user avatar
  • 1,211
0 votes
1 answer
691 views

Using Unity.BuildUp in one class breaks injection in other class

I've got a membership provider that creates a problem with dependency injection. I would like to understand why it happens. This is some parts of a base controller. (It works like it should.) ...
Carl R's user avatar
  • 8,204
11 votes
1 answer
4k views

When to use ExternallyControlledLifetimeManager?

I was going through different LifetimeManagers available in Unity and was wondering when will we use ExternallyControlledLifetimeManager? Can somebody give me an real life example? The MSDN doc says "...
Abdel Raoof Olakara's user avatar
0 votes
2 answers
3k views

Entity Framework + Unity Framework

I beginning a new project and I need to create a Project for implementing Entity Framework 4.0 and Unity Framework 2.0 along with Enterprise Library 5.0. I am very new to Entity Framework and Unity ...
Mohit's user avatar
  • 250