Is there a way to tell a CacheManager that every item added will have the same expiration policy? For example in:
I开发者_如何转开发 want to be able to do logging in every catch block. Something like this. catch (Exception exception)
We use the caching and logging application blocks from entlib 4.1. We want to keep the configuration of those two in seperate files. How can we achieve this?
I spent a day trying to make Ent Lib Logging work and log anything into database or event log.I have a web application and console application with the same Ent Lib config but only the console applica
My class is inherited from UnityContainer (from Unity 2.0), here is source code: public class UnityManager : UnityContainer
I have an ASP.NET web app and am attempting to reference an external config (using enterprise application blocks configuration) for some of the configuration but it is not entirely working.
There w开发者_StackOverflowere 2 solutions suggested so far Environment variables using %username% in the filename section, and low level unmanaged code to accomplish it. Environment variables would b
Is Enterprise Library 5.0 backwards compatible with Enterprise Library 4.1? Can I just change the reference and have it w开发者_JAVA技巧ork?The definitive answer is: maybe.
In my codebehind I have this vb: Dim reader as idatareader = includes.SelectDepartmentID(PageID) While reader.Read
I can\'t seem to find any documentation regarding thread safety... In particular - is开发者_Go百科 the Database class (and subclasses) thread safe