I\'m using Microsoft Visual Studio 2005 with Enterprise Library 3.1. I have a data access layer which is a separate visual studio class library project. I wrote unit tests in a another class library
I am using Database TraceListener for logging. I\'ve executed the CreateLoggingDb.cmd and the Logging Database is in place. My web.config looks like the below.
This is more like a good practise question. I want to offer different generic libraries like Logging, caching etc. There are lots of third party libraries like MS enterprise library, log4Net, NCache e
We are creating a shared libraries which is basically wrapper over the Microsoft Application Blocks (Caching, Logging etc).
Using the Enterprise Library 4.1 Validation Application Block, how can I validate that a collection proper开发者_开发知识库ty contains at least one item?I\'m assuming you mean out of the box.If so, th
I\'m using Enterprise Library 3.1 for logging exceptions for some web application. All exceptions should be written to a single XML file (say Errors.xml) on the same server the application run. The pr