Can I produce commercial code with Visual studio e

2019-01-17 19:21发布

Can I use Visual C# express to produce commercial applications? And are there any other licensing issues.

Thank you

4条回答
淡お忘
2楼-- · 2019-01-17 19:44

Yes, you can. From the product information page:

Visual Studio Express products are available at no charge and may be used for commercial, production usage subject to the license terms provided with each product. For example, you can use Express for Windows to create apps that you can then submit for sale in the Windows Store.

As for "other licensing issues" - you should probably download it and then review the EULA to see whether there's anything you deem to be an issue.

查看更多
祖国的老花朵
3楼-- · 2019-01-17 19:46

The FAQ link now just points to the product download page, but near the bottom, under Additional Information > Commercial use of Visual Studio Express for Visual Studio Express 2013, it states:

Visual Studio Express products are available at no charge and may be used for commercial, production usage subject to the license terms provided with each product. For example, you can use Express for Windows to create apps that you can then submit for sale in the Windows Store.

As of 3/21/2014 there are 5 products each available for commercial usage, but in different areas:

  • Express 2013 for Web
  • Express 2013 for Windows
  • Express 2013 for Windows Desktop
  • Team Foundation Server 2013 Express
  • Express 2012 for Windows Phone

You'll want to consult the EULA of the version most applicable to better understand the restrictions. But I believe those restrictions will be evident in the features of the software. Meaning I don't think you have to worry about the Windows Desktop version allowing you to write Phone apps that are allowed in the Windows Phone version, it just won't allow you to write them.

查看更多
放荡不羁爱自由
4楼-- · 2019-01-17 19:50

Yes, you can use express editions of Visual Studio and SQL Server to produce both personal and commercial code.

The limitations are mostly technical, what features are removed/disabled. If I remember correctly, SQL Express will give you a limitation of max 4 GB per database. I'm however not aware of any limitations VS Express has for the functionality it offers.

查看更多
女痞
5楼-- · 2019-01-17 19:57

I found the following in the Visual Studio 2012 and MSDN Licensing White Paper (emphasis mine):

"A number of free development tools are also available, including Visual Studio Express 2012 for Windows 8, Visual Studio Express 2012 for Web, Visual Studio Express 2012 for Windows Desktop, and Visual Studio Express 2012 for Windows Phone 8. These tools provide a subset of the functionality available in Visual Studio Professional 2012 and are specific to writing applications targeting these platforms. Each of these Visual Studio Express 2012 products is licensed per user and subject to the use terms included with the product. Visual Studio Express can be used to build production applications."

查看更多
登录 后发表回答