Does MS have a sample enterprise application that demonstrates the use of different Enterprise library blocks (Logging, Dataaccess, Exception, Validation etc)?
Is it possible开发者_高级运维 to get ref cursor from oracle stored procedure by using DAAB from Microsoft Enterprise Library 4.1?Yes, surely you can.
I\'m moving some code from Microsoft.Practices.EnterpriseLibrary.Validation.Validators to System.ComponentModel.DataAnnotations, and have come across a more complex validator that I am having trouble
VAB used t开发者_JAVA技巧o be just server-side bur does the new version of Entlib allow client-side validation for VAB?VAB is for the server-side only.The architecture of the block is intended to be u
How can you execute multiple DbCommands with one connection? Example: var db = DatabaseFactory.CreateDatabase开发者_开发技巧();
Can I write my owm template in TextFormatter used in Logging Application Block in C#? Basically I want开发者_高级运维 to write my exception log in atext file and in specific format where I want to in
Is it possible to use MySQL with the data access application block? The existing providers开发者_开发百科 there don\'t include mysql.It is possible to use the MSEL DAAB with MySQL. Thus, you need to
I have run into a frustrating issue which I originally thought was a connection leak but that does not seem to be the case.The secnario is this:the data access for this application is using the Enterp
How can I use Enterprise Library to do a Data Access Layer in c# for Sql CE and .NET Compact Framework?
Is LINQ support available in t开发者_开发技巧he Data Access Application Block.I guess the answer is outdated, 5.0 version has support for linq.