Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any risk while using Visual Studio 2010 Beta 2?

Is it safe to use the beta versions of Visual Studio?

By safe I mean, while developing any project in this studio, is it probable that it may cause some losses to my project? Or any other kind of risk?

Should I just use the studio 2008 and wait for the stable version of Studio 2010?

Purpose of the question: I am doing my graduation project in .NET framework (includes - C#, WPF etc.).So I don't want to put my project at any risk because of some issue regarding (beta) visual studio.Hence the question.

like image 337
Pale Blue Dot Avatar asked Nov 05 '09 03:11

Pale Blue Dot


People also ask

Can I still use Visual Studio 2010?

Visual Studio 2010 - Microsoft Lifecycle | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.


1 Answers

As long as you are using a version control system, there should be no problem. Simply check out your project (or better yet, create a vs2010 branch) to an experimental folder and work from there.

There are no hidden risks when you use version control appropriately.

like image 142
Otávio Décio Avatar answered Sep 29 '22 12:09

Otávio Décio