Useful Tools
Tool | Description |
---|---|
Visual Studio 2017 | IDE for .Net |
LinqPad | For developing, testing, debuging Linq, SQL… |
DotPeek | C# decompiler |
Visual Studio Extensions
Extension | Description |
---|---|
Resharper | Productivity tool sets |
Code metrices | Cyclomatic complexity for indivisual methods |
Postifx templates | Postfix code generation |
Mnemonic Live Templates | Code generation |
MarkdownEditor | Handy Markdown editor for VS |
Entity Framework 6 Power Tools | View Entity Data Model |
Git
Interesting Links
- Entity framework tutorial
- R. C. Martin SOLID Bob Martin SOLID Principles of Object Oriented and Agile Design
- Resharper features and how to use them.