Is there an existing trace listener for enterprise library that could be used to write to a stream...such as a udp stream?Or would I need to create a custom trace listener?
Im using Enterprise Library 5.0 Data Access block. the Creation of a databaseinstance is really slow. DatabaseFactory.CreateDatabase() statement consumes a lot of time when connecting to SQL Server
I have both version 4 and 5 of the ENT Lib installed on my machine. Version 4 has a configuration utility. I can\'t find it in 5.0
I\'m starting a new WPF MVVM App and I\'m trying to get an idea how to handle validation \"better than I have done before\" - before I used IDataErrorInfo on the model and viewModel. It worked ok but
I installed Entlib 5 . In existing WCF application, I see \"edit wcf configuration\" But I don\'t see\"Edit Enterprise Library V5 Config开发者_开发技巧uration\"-Any idea why it is missing?Check Tool
I\'m trying to set up some console applications to use the Enterprise Library 5 Logging Block. I\'ve defined the necessary elements in my app.config file and I know they work because the Event Log tr
I am using caching library from EntLib 3.1, we are storing quite heavy data in the caching db around (300 meg), when I instantiate theCacheFactory.GetCacheManager(\"Cache Manager\"), it returns the He
In my application,I am working on WPF with MVVM design pattern doing validations through Enterprise Library using configuration file.
NLog has an internal log that the developer can use to troubleshoot issues with logging. Does Enterprise Library Logging have anything like that that I can use to figure out why my lo开发者_StackOverf
I have re开发者_高级运维cently installed Enterprise library 5.0 but I am unable to find \"Microsoft.Practices.ObjectBuilder2.dll\". I am working onCALTutorial where I will need this dll as reference.