I am using Unity with MVC and NHibernate. Unfortunately, our UnitOfWork resides in a different .dll and it doesn\'t have a default empty .ctor.
I am trying to log a simple string to a log file. I only need Category, message and timestamp. Thus I have configured app.config like this:
We have an application that is undergoing performance testing.Today, I decided to take a dump of w3wp & load it in windbg to see what is going on underneath the covers. Imagine my surprise when I
I am using Rulesets on a type that looks like this: public class Salary { public decimal HourlyRate { get; set; }
We\'re using the Enterprise Library Caching Application Block to do caching (in memory) in our web service.Works great, no complaints.
I am using .NET 3.5. I want to use Oracle Data provider in Data Access Application Block of Enterprise Library. Do I need to开发者_开发百科 install ODP.NET? I am using oracle 10g client.As far as I kn
Question Is it posible to have the Validation.Validate() method of the Validation Application Block see each parameter of the IParameterCollection supplied by Unity as my custom UserModel?
I have a custom validation in the enterprise validation block. The DoValidate method is as shown below.
I am looking for an OSS data access block for using with .Net and Sql Server. I\'ve us开发者_StackOverflow中文版e Ent Lib in the past, but wondered if anyone could recommend anything else?
I\'m doing the validation through configuration files. But, RegexValidator does not work properly. This Validator not disciplined even to unknown regular expression!!