| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
4 Articles match "Tools","VS 2008"
| The Latest from DevelopMentor | MORE | | Automatically Upgrading to Visual Studio 2010 I’ve had the need recently to convert a large number of projects from Visual Studio 2008 to Visual Studio 2010. was not able to find a tool out there that does this automatically, so I wrote one. Of course, upgrading to VS 2010 is only half the process. Just upgrading to VS 2010 will leave the application targeted to whatever version of.NET is was using (for VS 2008 it’s usually.NET 3.5). The key is to invoke devenv.exe from the command line and use the /upgrade switch. Here is a link to the docs on that option. Cheers. Tony and Zuzana's World - Sunday, November 28, 2010 Six Things That’ll Surprise You About.NET 4.0 and VS 2010 Beta 2 ]. code-oriented features are a major focus of the improvements for VS 2010. For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. This gap was filled by 3rd party tools, most notably Resharper ( [link] ). In VS 2010, this capability will be built into the IDE -- can you say "CTRL-." that VS 2010 was rewritten in WPF and as part of that rewrite now has true multi-monitor support? " anyone? Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 Visual Studio 2010 versions (SKU’s) From Scott Guthrie’s blog: VS 2010 Product Line SKU Simplifications. With VS 2010 we are simplifying the product lineup and pricing options of Visual Studio, as well as adding new benefits for MSDN subscribers. With VS 2010 we will now ship a simpler set of SKU options: Visual Studio Express: Free Express SKUs for Web, VB, C#, and C++. Visual Studio 2010 Professional with MSDN : Professional development tools as you are used to today with the addition of source control integration, bug tracking, build automation, and more. More on: [link]. The Blomsma Code - Tuesday, October 20, 2009 | -
| The Best from DevelopMentor | MORE | - Automatically Upgrading to Visual Studio 2010
I’ve had the need recently to convert a large number of projects from Visual Studio 2008 to Visual Studio 2010. was not able to find a tool out there that does this automatically, so I wrote one. Of course, upgrading to VS 2010 is only half the process. Just upgrading to VS 2010 will leave the application targeted to whatever version of.NET is was using (for VS 2008 it’s usually.NET 3.5). The key is to invoke devenv.exe from the command line and use the /upgrade switch. Here is a link to the docs on that option. Cheers. Tony and Zuzana's World - Sunday, November 28, 2010 - Six Things That’ll Surprise You About.NET 4.0
and VS 2010 Beta 2 ]. code-oriented features are a major focus of the improvements for VS 2010. For example, one style of development where developers sketch out a scenario in code involving a set of classes before they are completely written was painful in VS 2008 (e.g. This gap was filled by 3rd party tools, most notably Resharper ( [link] ). In VS 2010, this capability will be built into the IDE -- can you say "CTRL-." that VS 2010 was rewritten in WPF and as part of that rewrite now has true multi-monitor support? " anyone? Michael C. Kennedy's Weblog - Wednesday, November 11, 2009 - Visual Studio 2010 versions (SKU’s)
From Scott Guthrie’s blog: VS 2010 Product Line SKU Simplifications. With VS 2010 we are simplifying the product lineup and pricing options of Visual Studio, as well as adding new benefits for MSDN subscribers. With VS 2010 we will now ship a simpler set of SKU options: Visual Studio Express: Free Express SKUs for Web, VB, C#, and C++. Visual Studio 2010 Professional with MSDN : Professional development tools as you are used to today with the addition of source control integration, bug tracking, build automation, and more. More on: [link]. The Blomsma Code - Tuesday, October 20, 2009 - Like Phoenix Rising … or New Version of SQLCLRProject
As some of you may know, back in the days I developed a tool for deploying.NET assemblies to SQL Server 2005 (or, as it was called then, Yukon). Initially it was just a tool used from the command line. As time went by, it evolved into a project named SQLCLRProject , consisting of the command line tool ( YukonDeploy ), a stand-alone front-end GUI, DeployProperties , and an add-in (with project and item-templates) for Visual Studio, DeployAddIn. The Visual Studio add-in (and templates) supports both VS 2005 as well as VS 2008. main page. download page. Managed Data - Monday, January 14, 2008 %>
| | |