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 the following bit of code to set a parameter that will be used in an INSERT statement to …
c# .net enterprise-library ternary-operatorI need to use a logging library in my project and considering between Enterprise Logging Block vs NLog vs log4…
c# log4net enterprise-library nlogDoes anyone know what is the DbType equivalent to SqlDbType.Bit? I am trying to convert param[0] = new SqlParameter("@Status", …
c# enterprise-library enterprise-library-5 sqldbtype dbtypeI have compared the performance of system.runtime.caching in .NET 4.0 and the Enterprise Library Caching Block and to my …
.net performance caching .net-4.0 enterprise-libraryI use ODP.NET and version 4.1 of the Enterprise Library, vs 2008. And all is OK. Now, migrate using ODP.NET …
database enterprise-library odp.net data-access enterprise-library-5Searched google and using Enterprise library data access to connect database. Installed only data access pack using https://www.nuget.…
enterprise-libraryWhen using Enterprise Library 6.0, this error occurs in the code below: bool rethrow = ExceptionPolicy.HandleException(ex, "ReplacePolicy1") "Must set an …
c# exception-handling enterprise-libraryHow do I choose between standard tracing, Logger.NET, Enterprise Library, log4net or Ukadc.Diagnostics? Is there a situation …
.net log4net enterprise-library nlog system.diagnosticsIm just starting a project and since this project is personal I was wondering what are the advantages of using …
c# .net enterprise-libraryI spent a day trying to make Ent Lib Logging work and log anything into database or event log. I …
.net asp.net logging enterprise-library