Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 2.68 KB

File metadata and controls

48 lines (36 loc) · 2.68 KB

Tools

List of Tools for developers, devops and power users that will boost productivity on a daily basis

Powershell

Pester provides a framework for running unit tests to execute and validate PowerShell commands from within PowerShell https://github.com/pester/Pester

DBA/SQL

Plan Explorer https://www.sentryone.com/plan-explorer
SQL Search - https://www.red-gate.com/products/sql-development/sql-search/
DBA Reports https://dbareports.io/
DBA Tools https://dbatools.io

Visual Studio Extensions

Visual Studio Spell Checker https://marketplace.visualstudio.com/items?itemName=EWoodruff.VisualStudioSpellChecker ConEmu integration https://marketplace.visualstudio.com/items?itemName=DavidRoller.ConEmuIntegration Code Maid https://marketplace.visualstudio.com/items?itemName=SteveCadwallader.CodeMaid

Other

EditorConfig is an open source file format that helps developers configure and enforce formatting and code style conventions to achieve consistent, more readable codebases. http://editorconfig.org/

Web sites