I\'m new to Moq, and just started on a project that\'s already in development. I\'m responsible for setting up unit testing. There\'s a custom class for the DatabaseFactory that uses EnterpriseLibrary
We have many assemblies (class libraries) which our main application uses. I want to route the logs of some assemblies to different destinations, but I have one App.Config file, so how may I achieve t
I have a problem with the Microsoft EnterpriseLibrary validation framework. Let\'s say we have a DateTime? field. When using the NotNullValidator with another validator (let\'s say, the datetime vali
In C#, I want to write a regul开发者_运维技巧ar expression that will accept only years between 1900 and 2099.
I\'m working on a .NET v3.5 winforms app and would like to leverage some support for: a) logging (to file & to perhaps windows events)
I have a WCF service which needs to insert into a SQL 2005 log table after successfully executing one of its methods.
I am using Microsoft Enterprise Library for MS SQL. Enterprise Library automatically closes its connection, but I don\'t want it to close.
I\'m having problems validating an email address in my View Model.Property I\'m checking is - [ValidatorComposition(CompositionType.And)]
I\'m using .NET 3.5 / C# and the problem I face is that I need to be able to encrypt and decrypt a .config file which holds all my database connections to be used with the EnterpriseLibrary.Data.Datab
If i use an external configuration file for Microsoft enterprise library for my program,then all the configuration for enterprise library must reside in the external configuration file? can i still ha