I\'d like to use the EntLib 4.1 in my current project, specifically Unity 1.2 and the VAB. My application is an SaaS application, so I\'ve made a decision to store tenant-specific configuration files
I\'m using enterprise library 4.1 and i wish to create different log files for different event开发者_JAVA百科 types.
I am preparing a new Windows project and wonder what kind of DAL technology to use. Originally I was looking for something simpler to not spending too much time on building it. But I understand also t
I\'ve previously used log4net, but my current employer uses Enterprise Library application blocks.I had previously developed unit tests for my core logging classes as follows and was wondering if some
I\'m implementing the Enterprise Library Exception Handling Application Block in an ASP.NET application that I am building. I\'m planning to handle uncaught application exceptions by placing the follo
Ive been battling with this issue which I originally thought m开发者_如何转开发ay have been to do with polymorphism/inheritance affecting my validation but ive narrowed it to this...
I am writing some logs to the event log using the Microsoft enterprise library Its writes logs away fine but doesnt seem to set the category in the event log. The category appears okay in the messag
Enterprise Library Validation Application Block (VAB) integrates with ASP.NET and also with WCF. Is there a way to integrate ValidationResults created in WCF with ASP.NET?
I have several processes running concurrently that I want to log to the same file. We have been using Enterprise Library 4.1 Logging Application Block (with a RollingFlatFileTraceListener), and it wo
I currently have an asp.net web application which is using seperate assemblies for the data access, the business logic,