Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to rent VisualStudio per hour? [closed]

For a very small side project, I need VS professional. Since the target is .net compact framework, the Express edition won't do (neither will Standard edition). But the price of VS professional exceeds the reasonable price for that project. (Basically, it's just a form with two text entry fields and a button, that creates a text file with the data entered).

Is there an application service provider that lets me use Visual Studio through RDP and charges per hour/day/month?

like image 836
Erich Kitzmueller Avatar asked Jul 14 '09 09:07

Erich Kitzmueller


People also ask

Is Visual Studio Professional 2022 free?

Visual Studio Community 2022 A free, fully featured, and extensible solution for individual developers to create applications for Android, iOS, Windows, and the web.

Is Visual Studio paid?

There are multiple ways to acquire Visual Studio based on your needs. The most common is to purchase a Visual Studio subscription. This provides a comprehensive set of tools and resources for you to create, deploy, and manage your next great application.

How can I tell when my Visual Studio subscription expires?

You can find the expiration date for your subscription(s) at https://my.visualstudio.com/subscriptions.

How do I renew my Visual Studio subscription?

Connect to the Subscriptions page on the Subscriptions Portal and click on the 'Renew' link. Visit the Microsoft Store and search for 'Visual Studio subscription' to see the available renewal opportunities.


3 Answers

I've never used the program in anger, but I think that SharpDevelop will produce compact framework applications. You may find that it is feature rich enough for the simple application that you want to write.

like image 153
Martin Harris Avatar answered Nov 06 '22 19:11

Martin Harris


AFAIK, the regular licence for VS is for the user, not the install. So if this is available (and I've not heard of it myself), it would be under a different license.

How large is the work? Could you get it done during a trial license? Hopefully that will be enough to convince you to buy a copy (or even an MSDN subscription) for long-term use.

like image 34
Marc Gravell Avatar answered Nov 06 '22 19:11

Marc Gravell


Remember: Visual Studio is just the IDE. You can always use the available SDK and another editor. VS isn't the only .NET tool out there.

like image 28
Rick Avatar answered Nov 06 '22 20:11

Rick