I just had a request to add PGP support to a web application and web service that I\'m developing.I currently am using the Enterprise Library, and would like to use the Cryptography Application Block
Just trying my hands with exception handling block with开发者_如何学编程 enterprise library 4.0. My application is an asp.net application that has got a DAL, BLL and UI.
It\'s an EntLib-Validator-issue again. I\'m playing with EntLib 5.0 in C# and .Net 4.0 on XP pro. I have some business objects (partial classes) generated by T4 templates. So I decided to put their v
it seems that if I don\'t give the correct path (i.e. c:\\something\\entlib.config) I get the following error when running the webservice:
I have been asked, at very short notice of course, to implement exception logging to the Windows Application event Log in one of our products (vb.Net, framework 3.5, WinForms) using EntLib 5. In and o
I want to set the Entity Framework ObjectContext in a repository class - the ObjectContext being a property of the repository.
I have some WCF services using dataContracts and i wanted to I was hoping to pass a Exception with custom Dictionary< string , object > data in the Data property, but when i add any data on this ar
Looking to deepen my knowledge of ADO.NET - while reading through the Enterprise Library code I noticed they employ a technique called \"parameter caching\"
I\'ve run into an unexpected problem using enterprise library tracing and exception logging.What I\'ve noticed is that when I dial down the trace logging using the category filters in \'App.Config\' I
I\'m modifying legacy asp.net project. I want include transparent logging for some namespaces, classes and methods.