Latest Visual Studio stories

A list of useful link for Team Foundation Server(www.codewrecks.com)

submitted by alkampferalkampfer(1748) 4 days, 10 hours ago

A list of useful link for Team Foundation Server, if you use TFS you probably will find these useful. read more...

add a comment |category: |Views: 155

tags: another

NCrunch, The Incredible TDD Tool!(www.ellogical.com)

submitted by elroydsilvaelroydsilva(90) 6 days, 3 hours ago

A review of the TDD tool 'NCrunch'. read more...

add a comment |category: |Views: 414

tags: another

Code Search Sucks(davidshepherd.weebly.com)

submitted by davidcshepherddavidcshepherd(4) 7 days, 18 hours ago

The IDE is a software developer's toolbench. For the most part it's an ordered chaos, with all of a developer's favorite windows and extensions at the ready. Unfortunately, the IDE's complexity helps to hide some of its glaring shortcomings -- it's easy to focus on the shiny wrenches across the front while ignoring your Grandfather's 1970s disc sander that's about to melt down from misuse. Like Grandpa's sander, code search is a tool that's in dire need of an overhaul. read more...

add a comment |category: |Views: 5

tags: another

My first video for code refactoring in visual studio 2010(www.dotnetjalps.com)

submitted by jalpeshjalpesh(1176) 14 days, 23 hours ago

have been planning this since long but now Its happened. I have created a video for visual studio 2010 code refactoring features. I have made this video public. Following is a link for that. http://www.youtube.com/watch?v=HvC63rE7tB4&feature=share Here is the video.. read more...

add a comment |category: |Views: 1

tags: another

Visual Studio Achievements, now a reality!(blog.whiletrue.com)

submitted by rudibrudib(49) 25 days ago

Follow up to last year's comic story on Visual Studio having game-like achievements. read more...

3 comments |category: |Views: 304

tags: another

Microsoft Visual Studio Tips and Tricks(channel9.msdn.com)

submitted by setconndevpsetconndevp(232) 25 days, 12 hours ago

Learn how to become a Visual Studio coding guru! In this fast-paced session,learn to write code faster than a speeding bullet,leap around large projects in a single bound,and become more powerful than a locomotive with the debugger. We take a wild ride through C# and Visual Basic IDE features in Microsoft Visual Studio 2010 and indispensible out-of-the-box solutions that will help you get your job done better and faster. read more...

add a comment |category: |Views: 13

tags: another

Open Tabs to the Right in Visual Studio 2010(www.codersbarn.com)

submitted by BognitBognit(2110) 28 days, 3 hours ago

It really annoys me that files are opened in the tab bar in Visual Studio by default to the left. read more...

add a comment |category: |Views: 3

tags: another

Customize aspect of output window in visual studio 2010(www.codewrecks.com)

submitted by alkampferalkampfer(1748) 1 month, 2 days ago

Write a simple Visual Studio 2010 addin to format the content of the "output" window. read more...

add a comment |category: |Views: 5

tags: another

C#, Visual Studio 2010, No more Client profile in 5minutes.(daniel.wertheim.se)

submitted by sedanwersedanwer(176) 1 month, 4 days ago

C#, Visual Studio 2010, No more Client profile in 5minutes. I guess I’m not alone being tired of running into the “Client profile” framework version used when creating a Console application in Visual Studio 2010. Don’t know how life is going to be in coming version of Visual Studio, but until then, lets show you a solution that takes no more than 5 minutes. read more...

add a comment |category: |Views: 2

tags: another

Colorize Visual Studio Output(coolthingoftheday.blogspot.com)

submitted by dpetersondpeterson(3464) 1 month, 14 days ago

The VSColorOutput extension provides color highlighting for the build and debug output windows in Visual Studio. Check it out on Codeplex! read more...

add a comment |category: |Views: 310

tags: another

BugAid tool for Visual Studio review(visualstudioaddins.svprogramming.net)

submitted by SergeyVlasovSergeyVlasov(173) 1 month, 21 days ago

Visualize, search and compare live objects data when debugging a C# application in Visual Studio 2008 and Visual Studio 2010. read more...

add a comment |category: |Views: 4

tags: another

Inheritance Margin extension for Visual Studio 2010 review(visualstudioaddins.svprogramming.net)

submitted by SergeyVlasovSergeyVlasov(173) 1 month, 28 days ago

Visualize overridden and overriding methods in C# code… read more...

add a comment |category: |Views: 8

tags: another

TFS 2010 Enterprise Installation and Configuration Video Guide(tfs10enterprise.codeplex.com)

submitted by mradwanmradwan(39) 1 month, 30 days ago

This guide provides step by step of TFS 2010 Enterprise Installation and Configuration, this guide help you organize your time and effort this guide include 93 videos about each deep details steps read more...

add a comment |category: |Views: 4

tags: another

Roslyn Syntax Visualizer Tools(www.sellsbrothers.com)

submitted by NoldorinNoldorin(811) 2 months, 1 day ago

Chris Sells highlights some of the tools provided as a part of the Roslyn CTP which allow you to gain a better understanding of the details of the syntax tree, discussing the use of the Syntax Visualizer Extension and Syntax Debugger Visualizer. read more...

add a comment |category: |Views: 17

tags: another

Publishing Visual Studio extensions with VS 2010 and VS 11 support(visualstudioaddins.svprogramming.net)

submitted by SergeyVlasovSergeyVlasov(173) 2 months, 4 days ago

If your Visual Studio extension supports both VS 2010/VS 11 and doesn't contain much version specific code you may want to develop it in Visual Studio 2010 and just specify that it supports Visual Studio 11 as well… read more...

add a comment |category: |Views: 3

tags: another

Tasks in Visual Studio(www.ariankulp.com)

submitted by rcashrcash(4144) 2 months, 7 days ago

Chances are you already use comments in your code. This article shows you how to create a list of tasks similar to creating comments in Visual Studio. read more...

add a comment |category: |Views: 30

tags: another