Enterprise Library Logger.Write Not Working?

Using Logging Application Block provided by Enterprise Library is a common way of logging exceptions in .NET applications.  It’s easy to setup and to use.  One problem I had a while ago was that it worked while on my development PC, but stopped working once it’s deployed.
What I was doing was to use it to [...]

Filed under: Application Development, Microsoft | Posted on May 17th, 2010 by Geer | No Comments »

Use of TransactionScope in .NET

In one of the projects I’m currently working on, I have to handle multiple SQL operations in one transaction, so if anything goes wrong in a particular operation, things done in previous operations can be rolled back automatically.  This can be done by using Transaction in a Stored Procedure directly, but you might lose some [...]

Filed under: Application Development | Posted on August 26th, 2009 by Geer | No Comments »

Links

Topics

Tags

Authors

Syndication

Archives

Copyright © 2010 Pearl Technology. All rights reserved.
The Tech Blue theme was modified to help create this blog.