Best book/article/tutorial on Exception Handling in multi tier Windows App

M

maciek

Hi,

I was wondering if anyone could suggest me a book/article/tutorial on
Exception Handling in multi tier Windows Apps. What are the best
practices/ways to implement EH in multi tier enviroment. I read some MS
Best Practices articles on MSDN. It helped a little, but considering
how unexperienced programmer I am, I think I'd need a good sample code
and explanation I could follow to fully understand the issue.

Thanks in advance.
Maciek
 
C

Carlos J. Quintero [VB MVP]

Hi Maciek,

Chapter 18 of the book "Applied Microsoft® .NET Framework Programming" by
Jeff Richter is the best I have read about exception handling. You can see
the chapter (or the whole book) layout here:

http://www.microsoft.com/mspress/books/toc/5353.asp#TableOfContents

Notice that although the book uses C# and not VB.NET for the samples, the
book is really about .NET concepts (which are independent of the language).

--

Best regards,

Carlos J. Quintero

MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top