enterprise-library
How to register multiple types that implement the same interface
I have a 开发者_运维百科single interface and this is being used by 2 classes. I am using unity configuration to identify the instance based on the interface.[详细]
2023-03-08 10:49 分类:问答Logging part specific error messages for mef parts
What is a preferred approach for logging part specific errors with imported parts?E.G. if you have the following contract:[详细]
2023-03-08 06:11 分类:问答Logging EntLib LogEntry objects via WCF Service in multi-system solution
We have a multi-system solution: several web sites and a separate App-Tier implemented / exposed as WCF services.The web sites all use EntLibs to log stuff - but they need to log to a central DB which[详细]
2023-03-07 13:13 分类:问答.Net 3.5 Dll's in a .Net 4.0 application any issues
We are planning to move a legacy application which uses enterprise library 4.1 which uses .Net 3.5 in a .Net 4.0 web application.[详细]
2023-03-07 07:10 分类:问答Shared Application Configuration using Project Settings Configuration with Enterprise Library
I\'m trying to use Enterprise Library Configuration Merge feature, but it doesn\'t see开发者_JS百科m to work.[详细]
2023-03-06 19:43 分类:问答Enterprise Library 5: Exceptions not being logged to Event log on Windows Azure
I have a WCF service that\'s deployed as a Windows Azure Web Role. I\'m using Enterprise Library for exception handling and in my local Development Fabric, exceptions seem to be handled and logged co[详细]
2023-03-05 23:10 分类:问答How to add policy injection to a private method
I\'am having the following situation. We have a private method where I want to add policyinjection by using a handlerAttribute. This method is called by a few different public methods which are defin[详细]
2023-03-05 20:59 分类:问答Exception Handling Block - Manually registering the ExceptionManager class
Is it possible to register the abstract ExceptionManager type with it\'s concrete implementation ExceptionManagerImpl ?[详细]
2023-03-05 00:14 分类:问答Enterprise Library - Get value from ParameterValue Expression
I开发者_Python百科 am trying to convert Enterprise Library TypeRegistration ConstructorParameters to a collection of key/value pair (a HashTable or an IDictionary in general).[详细]
2023-03-04 18:49 分类:问答TraceSource vs Enterprise logging block
Are there any specific uses cases where just using TraceSource will not be enough and one should consider looking in开发者_高级运维to other logging libraries ( like Enterprise logging block, log4net,[详细]
2023-03-03 21:03 分类:问答