Getting Started
The preferred C# and Visual Basic development environment is Visual Studio (VS). At the time of writing the version of VS used for new development is 2019.
More text.
Doing the thing
Put info on how to do specific tasks in here
Best Practices
Any best practices related to this info should go here.
First Best Practice
More info on it
Second Best Practice
More info on it
Recommended Extensions
There are a number of recommended extensions to the VS environment to assist with programming best practices and release installers.
- CodeMaid - For cleaning and formatting code
- GhostDoc - A tool for commenting functions and classes to help providing formatting and better comments.
- Warn About ToDos - Simple extension that takes Todo comments and turns them into warning messages to help find them later.
- Visual Studio Installer Projects - Used with a number of our applications to make packaged installers for easy user deployment.
- ReSharper - Better Intellisense and code quality.