-1

I have downloaded and used the trial version of Visual studio professional 2015.

I would like to play around with the IDE for few more days before i actually buy the license.

Is there any way i can get the extended trial period for few more days without buying the license?

Also below screenshot shows to licence with an online account or product key.

But i am unable to extend the trail period with an new online account

enter image description here

A user
  • 1,060
  • 3
  • 19
  • 47

1 Answers1

2

You can download the Visual Studio 2015 - Community edition which provides almost the same functionality, development wise; as the professional edition. The main difference is related to advanced TFS features, but you can still check the IDE as much and for as long as you want, while also using TFS as a source control.

The community edition is free and allows you to build and publish the all kind of applications, unit test included.

You can check this link to see a comparison between the existing versions.

enter image description here

If you need to use the Professional version, you can try creating a new Azure subscription (it's free) and using the free credits they give you on a monthly basis, create a virtual machine and use Visual Studio from there. Some VM templates already come with an installation of the IDE itself.

Nahuel Ianni
  • 3,177
  • 4
  • 23
  • 30
  • Thanks! Any luck to extend the trail version of professional by using another online account? – A user Jan 04 '17 at 11:23
  • 1
    In order to use an online account, as far as I know, it must be tied to an MSDN subscription with access to VS 2015 Pro, which I assume it's not your case. – Nahuel Ianni Jan 04 '17 at 11:24
  • Right! Azure sounds bit unsafe for critical projects. Although microsoft can be trusted to 100%, Not best option for me. But this option might help someone else here. – A user Jan 04 '17 at 11:33
  • 1
    I downloaded community version and running my project. Happy days! Its looks all fine – A user Jan 04 '17 at 15:54
  • Glad to hear :) – Nahuel Ianni Jan 05 '17 at 08:19