Quick Tip – Multi Project Solution in VS11

I’m using Visual Studio 11 since it was released as Beta. What can I say, I really get the new design and layout (monochrome and gylphs) which not every developer appreciates. But beyond design and layout I really like the new search feature and the navigation features added in the Solutions Explorer section.

Going to the quick tip, if you have created a project in Visual Studio 11 Beta and would want to add another project under the same solution you would get this:

Solution explorer without add new project

Yes no option to add new project! Normally (like in VS 2010) you will use the solution explorer to add a new project but there is no option on VS11 Beta.

 

Solution explorer in VS2010 with Add Project option

Solution:

To add another project just go to File – New Project – Choose any Template. On the same window at the lower portion you can find the Solution option. You have the option to Create a new solution or Add to solution.

Solution option under file-new project

This is where you can add existing projects to your solution. Note that this option is also available in Visual Studio 2010.

Solution Explorer not showing the Solution file?

If the solution is not showing in the solution explorer check if the Always show solution is enabled in your Visual Studio

Visual Studio Options screen

Go to Tools – Options – Projects and Solutions – General – Tick the Always show solution option.

There it is, a quick tip on working around Visual Studio 11. Enjoy VS!

 

 

 

Quick Look on Visual Studio 11 Beta

Less is more cup RS

Quick Look on Visual Studio 11 Beta

Aside from releasing a consumer preview of Windows 8, Microsoft also released Visual Studio 11 Beta version recently. As a .Net developer, I use Visual Studio more often than any other IDE so I am interested to know what is new. I do not think VS2010 is broken by any means but any enhancements are welcome.

Visual Studio 2011 Beta Install

Visual Studio 11 Installer

Quick Info on How To Get Visual Studio 11 Beta:

Installer for Visual Studio 11 Beta below:

Visual Studio 11 Beta Installer – https://www.microsoft.com/visualstudio/11/en-us/downloads

System Requirements:

– Supported Operating Systems: Windows 8 Consumer Preview
– Supported Architectures: 32-bit (x86) or 64-bit (x64)
– Hardware Requirements:
– 1.6 GHz or faster processor
– 1 GB of RAM (1.5 GB if running on a virtual machine)
– 5.0 GB of available hard disk space
– 5400 RPM hard drive
– DirectX 9-capable video card running at 1024 x 768 or higher display resolution

Visual Studio 11 Impressions

I will mention my top 3 favorite enhancements on this beta version but feel free to check the Visual Studio blog post made to introduce Visual Studio 11 Beta

Monochrome

The most obvious change for this version is the color and layout of the toolbars. My first reaction is this is very similar on how Xcode theme is. Xcode is the IDE for developing Objective-C projects. There is very limited use of color on the toolbars and the icons. This is a major change from the icons in Visual Studio which are usually presented like the toolbars you can find on other Microsoft products like Microsoft Office (Photographic icons). I like the monochrome theme and totally get why the Visual Studio team would say that this will make the developer more focused on the code. I do not see any value on adding another section of options presented in colored icons if I can just use the quick search to find them using their name (more on quick search next).

Visual Studio 11 Beta  IDE

Visual Studio 11 Beta Monochrome IDE

Visual Studio 11 Beta  Xcode IDE

For comparison, here is the Xcode IDE

Quick Search

On my Mac, my favorite tool and mostly used feature is the Spotlight (Apple button + spacebar). You can type in the name of the application or file you want to go to and there it is with a few keyboard strokes. On Visual Studio 11 Beta, they also added the same feature on searching for your build files and for searching commands and configuration options. No more coursing through each menu option from File to Help just to look for toggle for a specific option. This will really help improve efficiency and help save time for developers.

Visual Studio 2011 Beta Menu Explorer
Visual Studio 11 Quick Search Menu (Ctrl + 😉

Visual Studio 2011 Beta Solution Explorer
Visual Studio Quick Search Solution (Ctrl + Q)

Image QuickView

Another really useful enhancement added is the image quick view on solution explorer. You might say this is a minor feature but its very useful when you are building your UI during coding or you need to debug and find what exact image you need to reference on your code. No need to double click, just hover and see the image. Neat!

Visual Studio 2011 Beta Solution Explorer Image Preview
Image Quickview right on Solution Explorer

There are other features in the Beta version of Visual Studio 11 and I’m sure there will be changes with the final release. The Visual Studio team is in the right path on adding these features. Happy coding!

by