Take advantage of the powerful static code analysis tool to identify and understand issues in your .Net application’s code Assessing the quality of an application’s code is often a subjective process.
Good documentation is important for any application, and it starts with documenting your code. It helps you and it helps your users. It's no secret that I believe documentation is a crucial element of ...
Unit tests are an important part of modern application development. NUnit is perhaps the best-known way of using them with .NET code. Modern application development depends on tests. The software ...