Honestly, I would rather just hire another employee to help me instead of getting another monitor. But it isn’t my call so I will take what I can get. I have quickly adapted to this dual monitor thing and have already increased my productivity.
Some basic examples of multi-tasking situations on a PC:
- Analysing spreadsheet data while compiling a report
- Emailing colleagues and clients while researching online
- Talking via instant messenger (MSN, Skype, etc) while browsing the web
By using a dual-monitor setup, you can easily and efficiently split the tasks into separate monitors and monitor/action them accordingly, while still having one main point of focus.
If you’re in business where your staff are actively using computers all day, try becoming more efficient with a dual monitor setup, which will aid productivity all round.
Multi-Monitor Support (VS 2010 and .NET 4 Series)
Visual Studio 2010
Taking advantage of the multi-monitor feature is really easy to-do. Simply click on a document tab or tool-window and drag it to either a new location within the top-level IDE window – or outside of the IDE to any location on any monitor you want:
Code source file support:
Demonstrates how code files can be split up across multiple monitors. Below I’ve kept a .aspx file in the main IDE window and then moved a code-behind file and a separate class file to a separate screen:
Designer support:
Demonstrates how a designer within VS can be split across multiple monitors. Below I’ve moved the WPF/Silverlight WYSWIYG designer and the property grid to a separate screen (the code behind file is still in the main window). Note how the VS10 property grid now supports inline color editors, databinding, styles, brushes, and a whole bunch more for WPF and Silverlight applications (I’ll cover this in later blog posts):







