By tag: BestPractices
0
kicks
3 Tips for Unit Testing Best Practices
Three tips for creating unit-tests using best practices techniques
0
kicks
Exception Handling - Do's and Dont's
Exceptions provide a consistent mechanism for identifying and responding to error conditions. Effective exception handling will make code more robust and easier to debug. Exceptions are a tremendous debugging aid because they help answer...
0
kicks
How to remove duplicate Whitespace Characters from a string?
Luckily for us developers .NET has some very slick string handling routines we can use for this task.
Also we have an alternative approach: Regular Expressions.
We will cover here both implementations and compare them regarding their efficiency.
0
kicks
Top 10 Best Practices for Production ASP.NET Applications
A list of some things to pay attention to when dealing with production ASP.NET applications.
0
kicks
Bad code smells MindMap
based on Refactoring: Improving the Design of Existing Code by Martin Fowler, ISBN: 978-0201485677
0
kicks
Term of the Day: Principle Of Least Surprise - Epilogue
Continuation of Principle Of Least Surprise
0
kicks
Term of the Day: Principle Of Least Surprise
Brief discussion of the Principle Of Least Surprise
0
kicks
The Complete List of Software Development Frameworks, Process's, Metho
There are so many software development process's, best practices, philosophies, and frameworks out there that I just wanted to create a complete reference list of valuable things to remember. Note that some of these I recommend NOT using, however I have listed them so that we can ensure to remember...