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.

How to call stored procedure in MVC by EF

Where can I get good tutorial on Entity framework with Stored Procedure in MVC framework? Is it better to use …

asp.net-mvc-3 entity-framework enterprise-library
How to effectively log asynchronously?

I am using Enterprise Library 4 on one of my projects for logging (and other purposes). I've noticed that there is …

c# multithreading logging enterprise-library
VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products

I tried to install enterprise library 6.0 recently in visual studio 2015 but the installer throws an error: VSIXInstaller.NoApplicableSKUsException: This extension …

visual-studio visual-studio-2015 installation enterprise-library vsix
Activation error occured while trying to get instance of type ICacheManager, key "Cache Manager"

I seem to have hit a wall here and would appreciate some help from anyone who is able to on …

c# .net caching unity-container enterprise-library
The type or namespace name 'Practices' does not exist in the namespace 'Microsoft'

I am using Microsoft Visual Studio 2005 for c# I have the following namespace on my code using Microsoft.Practices.EnterpriseLibrary; …

c# visual-studio namespaces enterprise-library
Changing connection string at runtime in Enterprise Library

Is there a way to change the connection string of a DataBase object in Enterprise Library at runtime? I've found …

c# .net database configuration enterprise-library
How to Log Exception in a file?

I want to be able to do logging in every catch block. Something like this. catch (Exception exception) { Logger.Write(…

c# wcf logging enterprise-library
How to implement graph data structure in java? Is there any existing library available?

I would like to implement a graph data structure in java to maintain a graph of objects. How should I …

java data-structures graph enterprise-library
Creating a rolling flat log file using Enterprise library

In my web application I am trying to create a log file for logging errors and exceptions, but when I …

asp.net logging enterprise-library
Does Enterprise Library 6 work with Visual Studio 2013 and/or 2015?

It seems it does not and we are planning to use it (Logging, Exception, etc..) for future projects. Is it …

visual-studio-2013 enterprise-library visual-studio-2015