Part IV. Overcoming entity errors

Every application experiences some sort of error from time to time. Even if you have created perfect code (a near impossibility), the libraries and underlying platform that the application uses to execute instructions could be less than perfect. In addition, users can and will create exceptional conditions under which errors occur. You must also consider sources of error due to the local environment and the environment to which the client computer connects. The network is also a source of errors. In short, your application will experience errors of various types, and you need to know how to handle them. That’s the focus of this part of the book—dealing with errors of all sorts.

Chapter 11 discusses exceptions. ...

Get Microsoft ADO.NET Entity Framework Step by Step now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.