Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I want to develop an enterprise application for a customer which requires creating Console Application and Webservice. Can I use the free edition of Microsoft Visual Studio Express 2008 to create both the applications ? Do I need to buy license for the software if it is deployed on production ?

Regards,
Posted

Yes you can use the express edition to create a web service and a console application.
No, AFAIK, you don't need any licenses with a deployment (hopefully someone else will correct me if I'm wrong here).
 
Share this answer
 
v2
I believe Abhinav is correct, but the standard edition of Visual Studio 2008 has everything you need and is only about $150 (last I checked). The only thing it doesn't have is remote debugging, which is ok for most applications (and you can always add on file traces to make up for that). Buying the standard versus using the Express edition allows you the ability to use MFC/ATL and all debugging capabilities (minus remote).

I believe they stopped making the "standard" edition for Studio 2010 which is a real shame, but upgrading from 2008 standard to 2010 professional is only about half the price of a new license.
 
Share this answer
 
One word of note - the Express and Standard editions do NOT include the templates necessary to create a windows service. This is a minor inconvenience since the info on creating a Windows Service is easily found by a simple google search, but your should be aware, nonetheless.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900