I hav开发者_如何学JAVAe been dabbling at Enterprise Library 5 Data Access blocks and it is pretty neat that you can return objects using IRowMapper (with and without creating accessors)
We are using Enterprise Library for all our logging and exception handling needs in our app. We have added an email listener to send all the caught exceptions in email to the administrator. One requir
If I have two validators, a NotNul开发者_StackOverflow中文版lValidator and a StringLengthValidator, is there a way to get only a Null Validation Error and not both. For example:
I\'ve been searching the web for information about a Net Framework I can use to \"take it and keep it\" from now on in my projects, a开发者_C百科nd I\'ve almost made a decision, but I would like some
For a project we are using Enterprise Library 5, and will be using several of the blocks.I\'m inclined to use the Logging application block since its built into this framework.But I do see a lot of re
I have the following problem: I am trying to log messages to the remote private message queue. To do this I am using Enterprise library 5.0 and msmq trace listener in my application. Unfortunately, I
I need to validate two fields only if a third field has a specific value. In this code snipper i suppose to use a CheckIf开发者_C百科 properties that not exist.
When using WCF together with Enterprise Library 5.0\'s validation application block, is it possible to customize the error messages which are sent back to the client?
I\'m using MS Enterprise Logging Application Block in an ASP.NET website. For production launch, I will set up a log listener in one of these locations:
I am using Enterprise Library 5, set up the Database successfully 开发者_JAVA技巧but am now facing the following problem.