Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

visual-studio-2005

compile a single class/file in visual studio

June 14, 2023 by Tarik

Ctrl+F7 will compile only the active source file. Look for the Compile item at the bottom of the Build menu. Of course, you’ll still have to do a build before you can test, but if you just want a quick sanity check after modifying a source file, this can be handy.

Categories visual-studio-2005 Tags visual-studio-2005 Leave a comment

Keeping Visual Studio Projects on a Network Drive

May 21, 2023 by Tarik

While we do use Source Control, we do also run all our projects from Network Drives (not shared directories, private directories on network drives). The network drives are backed up nightly, and also use Volume Shadow Copy, so if you need to revert to something before it made it’s way to SC, then you can. … Read more

Categories visual-studio-2005 Tags network-drive, visual-studio-2005 Leave a comment

F12 no longer works in Visual Studio

December 28, 2022 by Tarik

I ran into the same issue and resolved it by first resetting my Visual Studio keyboard mappings: Tools > Options > Keyboard > Reset Then going into the ReSharper options and applying the scheme: Resharper > Options > Visual Studio Integration > Apply Scheme Update: For VS2017 onwards: Tools > Options > Environment > Keyboard … Read more

Categories visual-studio-2005 Tags keyboard-shortcuts, visual-studio-2005 Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa