Darrell Norton's Blog [MVP]

Sponsors

The Lounge

News

  • Darrell Norton pic

    MVP logo

    View Darrell Norton's profile on LinkedIn

    Currently Reading:

    weewar.com

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
New Application Blocks from Microsoft

Microsoft now has five application blocks (thanks to SBC on .NET Weblogs):

My experience with the Data Access block has been great.  It was easy to modify for typed DataSets, though the new version 2.0 supports them natively.  The Exception Management block has been pretty good, but the sample code for the email / log file publisher neglected to mention the fact that I needed to develop code to iterate through all the inner exceptions.  Without this, you just continually get UnhandledHttpExceptions if you are developing a web application; not very helpful.  If the exception stack walk code was included, it would be a home run.


Posted 06-18-2003 11:23 AM by Darrell Norton

[Advertisement]

Comments

Darrell wrote re: New Application Blocks from Microsoft
on 01-21-2004 10:31 AM
See Jim Meeker's blog for all the application blocks. http://dotnetjunkies.com/WebLog/jmeeker/