I am using the enterprise library logging and exception handling. Currently I开发者_如何学编程 am adding the connection string in the configuration file, and this means that it is static.
I am using the Validationprovider control for the 1st time. I\'ve had limited success trying to mimic the functionality t hat I saw in the ValidationQuickStart solution example that comes with the Ent
I\'m building a mvc webapp that shares model objects with an existing winforms app. I\'m introducing VAB validation into it. One of the i开发者_如何转开发tems I need to validate is an int that can be
How can I close Database con开发者_如何学Gonection forcefully? The sample code I\'m using to create connection is:
I want to m开发者_如何学运维ove all of my enterprise libraray configuration information, as well as some application configuration information into a database.
I am using cr开发者_StackOverflow中文版yptography application block. and configure DpapiSymmetricCryptoProvider. but there is not option to store key file. So from where it will get the key and in loa
Is there another way to change the logging location of Logging block of entlib? Currently i have the following code to do the change
We are using Enterprise Library for data access. One of our methods has a de开发者_StackOverflow社区lete and then an insert, against the same table. This gives a deadlock.
we encounter a weird problem with logging. We are using Microsoft.Practices.EnterpriseLibrary.Logging library for logging in our web application and the problem i开发者_运维技巧s that it writes the lo
I have a base class and a few derived classes. The base class contains a property that needs to be injected. How do I configure Unity to build my objects?