Instead of rolling my own ADO.Net helper classes, I\'ve decided to give the Microsoft.Practices.EnterpriseLibrary a spin. Looking over the documentation, and the sample projects, I\'m really liking wh
I have download the Enterprise library 5.0 in my PC from microsoft. i installed it. now i want to use only logging application block with asp.net application. ao what steps i need to follow? Or do i n
I am using the Microsoft.Practices.ServiceLocation assembly in conjunction with ninject to aid in service loaction. I register my ninject kernel into the servicelocator provider method:
I have a C# library DLL which is loaded from an unmanaged process. So far everything is good. Now I wanted to incorporate the Enterprise Library 5.0 with its logging capabilities. I added these refere
I 开发者_StackOverflow社区created a db object as sqlDB = EnterpriseLibraryContainer.Current .GetInstance<Database>(\"ProdConn\");
As an example of a build time assembly load issue, consider the followingclass library code: using System;
I\'m using Logging Application Block from Enterprise Library 5 trying to log into flat file and event log. My configuration looks like this:
net application running on IIS6. I\'ve setup the logging configurations however it does not log to our database.
Running thru examples of Enterprise Library 5.0 and when I use ExecuteNonQuery to run an update sproc, it returns 2.The update is based on ProductID, the table\'s Primary Key(yes, I checked, and it is
I have 1 million records inserted per day. My front end is C# 4.0 and my back end is MS SQL Server 2008 R2.