Top "Enterprise-library" questions

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.

System.IO.FileLoadException

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 fileloadexception
Microsoft.Practices.EnterpriseLibrary.Data: execute multiple statements in one transaction

i recently started with an existing project and it works with the Microsoft.Practices.EnterpriseLibrary.Data objects. Now i want …

c# ado.net enterprise-library
Azman Obsolete? What is the new alternative to Azman?

Is 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 azman
How to write just message to debug output with Enterprise Library Logging?

I want to implement logging with EntLib Logging and hook up two TraceListeners for category "Debugging". One will write those …

logging enterprise-library
ERP Framework to use in development?

We are about to start developing an ERP for small companies, and the question is if there is some free …

frameworks enterprise-library erp
Transient Fault Handling with SQL Azure using Entity Framework

I currently use SQL Azure and Entity SQL in my application. e.g. Entities model = new Entities(); db_Item item = …

.net entity-framework enterprise-library
Enterprise Library 4.1 logging timestamp how to display millisecond

The following is in config file. <formatters> <add template="{timestamp} {severity} {category} {message}" type="Microsoft.Practices.EnterpriseLibrary.…

logging enterprise-library app-config
Error in "loggingConfiguration" by EnterpriseLibrary.Logging

I 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-5
Logging from multiple processes to same file using Enterprise Library 4.1

I have several processes running concurrently that I want to log to the same file. We have been using Enterprise …

c# multithreading logging enterprise-library
Copy parameters from DbCommand to another DbCommand

How 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