-
Exception Management in .Net
You know Exception management is one of the key areas and secure for all kinds of application development. What is Exception Management? Exception management involves managing exceptions that occur in runtime, because exceptions are expensive What are the advantages of exception management? Performance and Scalability: By knowing the causes of exceptions, and by writing code…