I want to learn how to create truly robust applications in .net – ones that are fault tolerant and are capable of withstanding unexpected situations. Where can I find literature/guidance on this subject? So far, I am not having much luck.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m aware of at least a couple resources. First, there’s a very useful article on MSDN titled Keep Your Code Running with the Reliability Features of the .NET Framework.
Chris Brumme also had a post on hosting when the reliability features were being designed. This can provide some useful background information
Search terms that you may find useful include ‘High Availability’ ‘CER’ and ‘Constrained Execution Regions’.
Good luck! Truly available code is pretty tricky stuff. 🙂