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'm getting a string as an output parameter, and need to know what to set for the Size argument in …
c# .net sql-server database enterprise-libraryI am trying to add the Unity package to my solution, but I keep receiving the listed message: Attempting to …
c# nuget unity-container enterprise-librarymy stored procedure is : create Procedure spSetUser ( @Name NVarchar(50), @OrganicTitle NVarchar(30), @UserName NVarchar(20), @Password NVarchar(16), @Result Int Output ) As Begin …
c# enterprise-libraryI'm working with the following components: a Library (which throws an exception) a test-console to test my logging the enterprise …
c# multithreading exception backgroundworker enterprise-libraryThe Unity dependency injection container has what seems to be a widely known issue where the SynchronizedLifetimeManager will often cause …
c# unity-container enterprise-libraryI have a rather simple internal ASP.Net Website that has issues loading the Microsoft.Practices.EnterpriseLibrary.Data dll about …
c# asp.net assemblies enterprise-library fileloadexceptionI'm attempting to use the DatabaseFactory method from the Microsoft Enterprise Library. using Microsoft.Practices.EnterpriseLibrary.Data; The error I …
enterprise-libraryI am writing some logs to the event log using the Microsoft enterprise library Its writes logs away fine but …
c# logging enterprise-libraryI am using Enterprise Library 5x DAAB to call an Oracle stored procedure with one input parameter and one output …
c# oracle stored-procedures enterprise-library daabI'm trying to create a custom exception handler for the exception handling block of enterprise library 5.0. As far as I …
c# visual-studio-2010 enterprise-library