| Author |
To the author: what about .Net?
|
Paul Santa Maria
Ranch Hand
Joined: Feb 24, 2004
Posts: 236
|
|
I'm sure a lot of us are in the situation where, if we aren't doing .Net related projects already, we might soon be. In your experience, to what extent do you think the principles for crafting robust Java applications you discuss in your book are also applicable to writing good, solid C# or VB.Net applications, too? Thanx in advance .. PSM
|
 |
Steve Stelting
author
Greenhorn
Joined: Feb 13, 2005
Posts: 19
|
|
Hi Paul, Good question! There are indeed parts of "Robust Java" that I feel would be applicable to the broader work of developing robust enterprise software. Specifically, I've spent some effort elaborating good practices and key considerations in a few chapters in the book. It seems as though the following topics from the book all have more universal applicability: best (and worst) practices for handling exceptionsexception handling and software designexception handling in software architecturedesign patterns and exception handlingtestingdebugging That said, all of the example code in the book is written in Java, and I don't specifically focus on other languages, technologies and frameworks. I suspect you'd have to do some filtering to gather more general recommendations for the .NET framework while reading the book. Hope this helps, Steve
|
 |
 |
|
|
subject: To the author: what about .Net?
|
|
|