I\'m using the enterprise library to implement exception shielding based on Guy Burstein\'s blog post here. My implementation is basically identical to his, however I\'ve a couple of problems:
I am new to Enterprise Library. I am trying to validate a Business Object of type JuvenileClientContactItem.
I have a method through which i am creating a Table in DB as shown below, public void CreateTable(List<string开发者_高级运维> columnNames, string tableName)
I am using the Microsoft EnterPrise Library Caching library (Version 5) with a FileDependency. On the class that I want cached, I have a static property that will either return the item from the cach
I\'m trying to used Unity to do some dependency injection with some cross-cutting classes.Right now I have some caching infrastructure that I\'ve wrapped around the MS enterprise library.I\'m wrapping
my business layer uses an abstract base class called DomainObject that implements IDataErrorInfo to offer validation-binding for WPF.
We\'re doing stress testing of our application right now and when it blows up we wind up hammerin开发者_开发问答g our Exchange server with exception notifications sent via EntLib 4.0 Email Trace Liste
is there a way to store validation rules for EL in a database? Our model allows for dynamic attributes in business classes. Th开发者_JAVA技巧eir definition is stored in a table. In that same table I w
Are there any guidelines / best practices on developing a class lib开发者_开发问答rary (custom internal \'enterprise library\') or shared source project or solution with multiple projects perhaps, wit
I wrote a custom AssemblyResolve method to handle assembly in a folder other than exe file. But once it shows missing \"Microsoft.Practices.EnterpriseLibrary.Common.resources\". While I have Microsoft