Visual Studio Keyboard Shortcut

Key Action F5 Build Crtl + K + C Comment Line Crtl + K + U Uncomment Line Crtl + M + O Collapse All Crtl + Scroll Up Zoom In Ctrl + Scroll Down Zoom Out Printable Sheet Click to get our printable keyboard shortcut cheatsheet for Visual Studio Sources: https://docs.microsoft.com/en-us/visualstudio/ide/default-keyboard-shortcuts-in-visual-studio?view=vs-2019

Windows Keyboard Shortcut

Key Action Windows + Left Arrow Snap to Left Screen Windows + Right Arrow Snap to Right Screen Windows + D Show/Hide Desktop Windows + Tab Open Task View Windows + T Cycle Task Bar Apps Windows + E Open File Explorer Alt + Tab Switch Apps Alt + Esc Cycle Through Apps Ctrl +... » read more

Managing NTFS Permissions and Share Permissions

Access to a shared folder required both share permission and NTFS permission. Managing NTFS Permissions and Share Permissions If you find working with two separate sets of permissions to be too complicated or time consuming to manage, you can switch to using only NTFS permissions. Shared folder permissions provide limited security for your folders. Therefore, you gain the greatest flexibility... » read more

Search for Text in File using Notepad++

Use Notepad++ Search -> Find in Files Search in specific folders. About Notepad++ https://notepad-plus-plus.org Notepad++ is a free (as in “free speech” and also as in “free beer”) source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GNU General Public License. Based on the... » read more

Error 1069: The service did not start due to a logon failure

Error: Could not start the <service name> service on Local Computer. Error 1069: The service did not start due to a logon failure. Resolution: Service account might be disabled. Try using another service account. Sources: https://www.codetwo.com/kb/troubleshooting-error-1069-the-service-did-not-start-due-to-a-logon-failure-for-sent-items-update/

Application Environment

Environment Note Development Used for development. QA Used by QA for testing and verification.Should be on its own network other than development. Staging Used for acceptance testing.Should be in the same network as Production. Production Used for production.