Tag Archives: visual studio

Opening Visual Studio Solutions with Launchy

For those those who have no idea what I’m writing about here’s a small brief: Launchy is a keyboard launcher loosely based on Quicksilver for Mac, and it’s a highly productive tool that allows, among many other useful tricks, to quickly launch all your favorite tools with just a couple of clicks, while avoiding a crowded Start Menu (I hardly use it nowadays).

Following the Lifehacker’s article on Launchy I though to post a little tweak targeted software developers, specially those who are usign Visual Studio, shown to me by fellow author at our “world’s best football club” tribute blog.

The trick is simple, the first thing to do is configure our project folders in Launchy:

  • Open Launchy window (Alt+Space) and with right-click on it to open Directories window
  • Now in the Directories window we’ll configure the root directories where our Visual Studio solutions are stored and, for each folder, configure the file extension Launchy will recognize (.sln for Visual Studio Solutions)

\"Directories\" item in Launchy
Setting the project folders

  • Now, to fasten things a bit, we’ll force Launchy to re-index the folders, including the added ones: right-click on the main window and click Rebuild Index.
  • And that’s it! Now Visual Studio solutions can be opened just by writing its name in Launchy.

Using Launchy to open VS Solutions
Launch a Visual Studio Solution by writing its name

Technorati Tags: ,

Microsoft’s answer to Eclipse?

Could this be Microsoft’s answer to Eclipse Platform? Maybe, but trusting on my experience with GAT/GAX it will still be easier to develop Eclipse plugins.

Visual Studio 2008 Shell

Guidance in Team System

Visual Studio 2005 Team System Guidance

Paulo showed me this just today, a new "patterns and practices" dedicated to Team System and providing guidelines and best practices in source control usage. Working with Team System for the last year in a place where everybody else is still using "stone age source control" (*cough*Sourcesafe*cough*) is a good reason to show me why such a thing is needed.

TechDays 2007, day 2

After the good start in the previous day this one was less interesting, it was the day with the weakest agenda and some of the sessions were a bit disapointing, yet there were some nice things to talk about.

As in the previous day, my main focus was the techonologies I haven’t put my hands on in the last months: presentation layer technologies. I was able to finish the complete series of Jeff Prosise sessions (one of the authorities in ASP) early in the morning, this one dedicated to ASP.NET AJAX but with an interesting twist: a real bash in the UpdatePanel control, probably the most widely seen feature in demos, and a . Sticking with the AJAX subject, Rui Quintino showed us some security issues and possible hacks in AJAX enabled sites.

Excited by Chad Hower’s WPF session on the previous day I attended hist session dedicated to WPF/E, the yet to be released (and yet to be properly named) subset of WPF that will target web and mobile platforms. Chad’s an excellent sepaker, but there’s much less to show about WPF/E other than a few nice looking demos, there isn’t much support for WPF/E not even in Orcas. So this one wasn’t nearly as exciting has hos previous session, and this time he used Powerpoint for the slideshow and, worst of all, it made me miss one of my goals for this event: C# 3.0

The rest of the day was also dull, the only day I left before the end…

 

Technorati tags: techdays 2007, c#, wpf, asp.net, ajax, orcas

TechDays 2007, day 1

The main Microsoft techie event in Portugal has started today and will last for three days (with myself attending all of them), an event where the main focus, from the developer point of view, is the .Net 3.0 Framework and ASP.NET Ajax. Besides all the presentations, with all the available subjects and all the renowned speakers there’s an added bonus: the project I’ve been working for the last year will result in more than one presentation (regarding subjects like as Team System, SCRUM, and Windows Workflow Foundation), but have no fear because I’ve left that job to someone more capable than myself.

It was the normal slow start, typical in a first day of this kind of event, with some sales pitch or overview presentations. Still I was able to grab a hell of a show by Chad Hower on Windows Presentation Foundation, where all the presentation was made using WPF, instead of a regular PowerPoint.

Other neat stuff: one really cool demo using WPF, video and speech recognition!

 

Technorati tags: techdays 2007, wf, wcf, wpf, .net 3.0

Quick Tip : TODO’s in Visual Studio 2005

Visual Studio 2005 has one interesting feature: if you write TODO in a code comment(or any other token defined in Options -> Environment -> Task List) that comment will appear in the Task List pane, making this perfect a perfect way to add notes to the source code and gather them all in one place to check later.

// TODO Assign variable this later
int a = 0;

But there’s just one problem, the comments in the Task List are just the ones that appear in the file currently opened in VS 2005, making a bit difficult to track them all in larger projects. A nice workaround is explicitly define a compile warning for these TODO’s, instead of using a comment, just like this:


#warning TODO Assign variable this later
int a = 0;

This way all the TODO’s in one project can be checked in one place

Technorati Tags:

Source Control in Team Foundation Server

Is it just me or the source control in Team Foundation Server leaves some droppings behind? It seems the files and folders I remove from source control remain on the file system, or is this a just a problem with the Visual Studio 2005 integration? Maybe, as I hardly use Team Foundation Server from the command line, but either way is a bit annoying…

Technorati Tags: Microsoft, Visual Studio 2005, Team System, Team Foundation Server, Source Control

Refactoring in VS 2005

It’s nice to have refactoring in Visual Studio 2005, but I think it’s still way behind what’s available in Eclipse: I miss things like refactoring a package (that’s a namespace in .Net) name with a couple of clicks.

Technorati Tags: ,

Switch to our mobile site