Can anyone tell me why i should use the Enterprise library Data application block as opposed to using standard ado classes such as SqlConnection,SqlCommand etc??? also if using Enterprise Library how
I have just read that MS is discontinuing the System.Data.OracleClient driver here. Does Enterprise Library 4.1 for Oracle use this driver and if so does that mean that it won\'t work开发者_如何转开发
How to inject IServiceLocator to my class constructor? When I tried to do this via my config, described above I got an Exception that it could not to create a RequestHandlersFactory class because uni
I have a Solution which contains a Web project and a Class 开发者_如何学运维Library project. The Class library project contains Enterprise library 5.0 and app.config. When I try to perform a Microsoft
I have a relatively b开发者_开发问答asic question but more than anything just need some clarity really, I have been using Prism (Composite Application Guidance) to create a WPF MVVM desktop applicatio
Does anyone know if there is a way to create the security configuration section via the Enterprise Library API or do we have to use the config wizard 开发者_StackOverflow中文版/ edit by hand?Yes, you
Can a开发者_如何学Cnyone clarify if Enterprise Library\'s Database object can be made static without any thread-safety issues?Yes, an Database instance is thread-safe. It is just a big factory spittin
Platform : ASP.NET 4.0 Application : A website project with a Datalib ClassLibrary attached to it Dependencies:
Inside Global.asax.cs I get: Object synchronization method was called from an unsynchronized block of code
I have a wpf4 that I am referenced the enterprise library 5. I 开发者_运维百科want to encrypt my connectionstrings and appsettings but I am not 100% sure how to do this.