Writing Reliable .NET Code
-
I recently found this article Writing Reliable .NET Code[^] and I'm very interested in the topic but for my taste it's a too high altitude flyover. Google wasn't able or not willing to show me articles that cover the exact same topic but are a bit more hands-on. Does anyone have some pointers for me?
-
I recently found this article Writing Reliable .NET Code[^] and I'm very interested in the topic but for my taste it's a too high altitude flyover. Google wasn't able or not willing to show me articles that cover the exact same topic but are a bit more hands-on. Does anyone have some pointers for me?
I'm not sure if this is what you are looking for but the book Code Complete by Steve McConnell is widely considered one of the best books on writing great software. Link here[^]
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter
-
I'm not sure if this is what you are looking for but the book Code Complete by Steve McConnell is widely considered one of the best books on writing great software. Link here[^]
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter
-
I recently found this article Writing Reliable .NET Code[^] and I'm very interested in the topic but for my taste it's a too high altitude flyover. Google wasn't able or not willing to show me articles that cover the exact same topic but are a bit more hands-on. Does anyone have some pointers for me?
I think these books might be more what you're looking for: Writing High-Performance .NET Code[^] Effective C# (Covers C# 4.0): 50 Specific Ways to Improve Your C# (2nd Edition) (Effective Software Development Series)[^] You can find lots of goodies on Amazon.
--- H.B.