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.
In visual studio, I have an asp.net 3.5 project that is using MS Enterprise Library 4.0 application blocks. When I have …
.net xml xsd enterprise-libraryDoes any one know where Microsoft.Practices.ServiceLocation comes from? This is a namespace and a dll used in MS …
.net enterprise-libraryI have searched google for this and could not find the solution to the problem. My Website references DAL (custom …
c# asp.net enterprise-library nuget nuget-packageI have asp.net web site. I added reference of Microsoft.Practices.EnterpriseLibrary.Logging.dll to the site. in web.…
c# asp.net vb.net enterprise-libraryI'm trying out the Enterprise Library 5.0 and was doing some unit-tests on my BL, do I need to have a …
c# unit-testing enterprise-libraryI am using Microsoft Enterprise Lip I I have this method to Insert resource in the website I get this …
c# asp.net iis-7 enterprise-libraryWhat's pros and cons of using Enterprise Library Unity vs other IoC containers (Windsor, Spring.Net, Autofac ..)?
c# .net inversion-of-control unity-container enterprise-libraryI am running into some problems while trying to get DAAB from Enterprise library 5.0 running. I have followed the steps …
web-config enterprise-library data-access-layer daab enterprise-library-5Interfaces (In the assembly named "Interfaces". In project :- Interfaces) namespace Interfaces { public interface IDoSomeWork1 { string DoSomeWork1(); } } namespace Interfaces { public …
c# unity-container enterprise-libraryI am currently getting the following exception while trying to use the Enterprise Library Validation Application Block: An error occurred …
c# asp.net-mvc enterprise-library validation-application-bl