Community

Exception Handling Advice for ASP.NET Web Applications

(Scott Mitchell) Exceptions are a construct in the .NET Framework that are (ideally) used to indicate an unexpected state in executing code. For example, when working with a database the underlying ADO.NET code that communicates with the database raises an exception if the database is offline or if

Read More - Register for Free Membership