Question

I'm searching for a good website or a books that give great example of Exception Handling in C# 2008 such as SQL exception management and all the other. I'm programming in 3 tiers.

I'm already doing it well in VB .Net 2008 and I'm now moving foward to C#. The transition isn't hard, but I need a bit more information about exception handling in C# that is quite different from VB behaviours.

Thank you all.

Was it helpful?

Solution

Did you try looking at the MSDN Exception Handling Applicaton Block

OTHER TIPS

I've found the official docs at MSDN to be the best resource on core language features. Specifically, see this page and the pages it links to: Exceptions and Exception Handling

I taught a C# class using the book below. The information on handling exceptions from a functional perspective is OK. At the "Best Practices" level was not the best.

http://www.amazon.com/Sams-Teach-Yourself-21-Days/dp/0672320711

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top