Microsoft Enterprise Library is a collection of application blocks and core infrastructure designed to assist developers with common enterprise development challenges such as logging, validation, data access, etc.
I have got this error when using Enterprise Library 3.1 May 2007 version. We are developing a product and have a common …
c# .net enterprise-library fileloadexceptioni recently started with an existing project and it works with the Microsoft.Practices.EnterpriseLibrary.Data objects. Now i want …
c# ado.net enterprise-libraryIs there a replacement for Azman, that is a new way to apply security. Previously we were using EntLib 3 and …
c# security authorization enterprise-library azmanI want to implement logging with EntLib Logging and hook up two TraceListeners for category "Debugging". One will write those …
logging enterprise-libraryWe are about to start developing an ERP for small companies, and the question is if there is some free …
frameworks enterprise-library erpI currently use SQL Azure and Entity SQL in my application. e.g. Entities model = new Entities(); db_Item item = …
.net entity-framework enterprise-libraryThe following is in config file. <formatters> <add template="{timestamp} {severity} {category} {message}" type="Microsoft.Practices.EnterpriseLibrary.…
logging enterprise-library app-configI have a WPF app using Enterprise Library.Logging 5, .NET Framework 4.0 Client Profile I used of logging by Database logic. …
.net logging configuration enterprise-library enterprise-library-5I have several processes running concurrently that I want to log to the same file. We have been using Enterprise …
c# multithreading logging enterprise-libraryHow do you copy DbCommand parameters to another DbCommand, I want a new DbCommand with the same parameters as my …
c# .net enterprise-library dbcommand input-parameters