enterprise-library
Enterprise Library 5.0 Logging - Time Zone Changes not picked up during runtime?
Essentially I have developed a C# Service that runs and uses the Enterprise Library Library 5.0 Logging that is configured by the App.config in my project.I made a custom text formatter in App.config[详细]
2023-04-12 17:55 分类:问答enterprise library 3.1 - how to add new configuration property to listener' add tag?
I want to filter Trace Listener based on Severity like Warning,Error etc. Means if write below listener in the configuration file and add new property \"severityFilter\" then this listener will catch[详细]
2023-04-12 14:22 分类:问答enterprise library 3.1 - if one listener is failed then subsequent listener will be never executed
I am using Msmqdistributor service of Enterprise Library 3.1 to distribute logs from various application.I have defined multiple listeners in categorySources/specialSources, but if one listener is fai[详细]
2023-04-12 07:51 分类:问答Logging application block : database trace listener timestamp
I\'m logging exception using Microsoft Enterprise Library Logging Application Block. I\'m using the database trace listener.[详细]
2023-04-11 19:22 分类:问答Microsoft Enterprise Library Cache Key wildcard search
I use Enterprise library caching application block. The specifics of our requirements required me to add dynamic keys into the cache that depend on different parameters. The keys also have a prefix to[详细]
2023-04-11 17:15 分类:问答What is the purpose of using different app.config for enterprise library?
I have a business logic which is encapsulated in a library (a project). It has its own app.开发者_如何转开发config with particular settings for Enterprise Library. I was suprised when I find out that[详细]
2023-04-10 17:04 分类:问答Caching at repository layer in Asp.net application using Caching Application Block
In one of my webapplication, I am trying to cache some reference entities so as to reduce database hits. I am using Caching application block to implement the caching. I am new to it, and I am not sur[详细]
2023-04-10 06:29 分类:问答How to add custom context data to be logged with Policy Injection in WCF?
We all know it\'s perfectly ok to marry up WCF with PIAB to address cross cutting concerns like logging, validation, auditing etc (visit http://msdn.microsoft.com/en-us/magazine/cc136759.aspx).[详细]
2023-04-10 06:25 分类:问答How to find the interface where the method is declared
I\'m using Unity for interception. Because I have many interfaces I\'m forced to using VirtualMethodInterceptor. In my behavior I would like to react only when the method called was declared in the pa[详细]
2023-04-10 06:05 分类:问答System.InvalidOperationException: The type Database cannot be constructed
I have been looking into refactoring some old code into a new WCF service, based on net 4.0 and have into a little difficulty with what should be a simple exercise![详细]
2023-04-10 01:09 分类:问答