Improve The Visual Studio Solution Explorer

clock May 20, 2008 03:26 by author pjacobs
The Visual Studio Solution Explorer can become difficult to navigate when a solution becomes quite large.  I have used a tool for some time now called SonicFileFinder.  It has become one of my favorite utilities. SonicFileFinder is a free add-in for Visual Studio that allows a fast and... [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Highlight Current Line in Visual Studio 2008

clock May 19, 2008 04:28 by author pjacobs
I am a big fan of Resharper.  It helps me be more productive and that is better for me and my company.  One thing Resharper does is line highlighting in your IDE.  So whatever line you are on will stand out.  But I decided to try a dark theme with Visual Studio recently and I c... [More]

Currently rated 5.0 by 3 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Using Database Projects for Visual Studio

clock May 9, 2008 04:53 by author pjacobs
Do you use database projects in Visual Studio? If not, then now is a good time to start. It is the best way I have found to source control my databases without actually sticking the database file itself in the repository. It is very simple to add to your solution and creates a default directory structure for your create scripts, change scripts and queries. Best of all the project will be recognized by source control and added to the source code repository. This means you can keep versioned scripts for maintainability. It also gives you the option to do the dreaded rollback!. [More]

Currently rated 5.0 by 4 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Regular Expressions that no one cares about

clock April 30, 2008 07:44 by author pjacobs
I am just putting some of my regular expressions here so that I can view it later.  So no one should care about this post at all! :)   In Visual Studio I needed to find every single line comment which also included the word IsNew in it. ^\s*//.*IsNew.*$   This will match from the... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Debugging a Windows Service using Visual Studio .NET 2005

clock April 25, 2008 23:20 by author pjacobs
When you want to debug a windows service using the Visual Studio IDE you can either attach to the process which isn't fun after 5 minutes or you can do the following. Create a Visual Studio Solution Let's start by creating a new Visual Studio Solution named "EmailProcessor Solution".... [More]

Currently rated 4.0 by 2 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

Calendar

<<  August 2008  >>
SuMoTuWeThFrSa
272829303112
3456789
10111213141516
17181920212223
24252627282930
31123456

Archive

Tags

Categories


Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2008

    Sign in