I developed a small winforms application for myself in Microsoft Visual Studio 2008 Professional Edition in my workplace; Visual Studio is licensed for the company I work for.
If I want to sell this application, what are my license options?
EDIT:The problem here is not in my relationship with my employer (the code was written in a few hours, we have an understanding), but my relationship with Microsoft.Ex. if I continue developing in Visual Studio Express, can I save my old code? Is there any way to check if some assemblies were written using Visual Studio Professional?
. , Visual Studio, , . Microsoft, .
, , Visual Studio. , .
, , , , , .
, Visual Studio Express , .
, , , - , , , .
"", . , , .
Visual Studio, . , Express ( , , , Express) Pro.
, Visual Studio, . , VS, .
, , - redist.txt, . , Microsoft, . , .NET framework. , , .
EULA , , , - . , , -, MSFT .
, , "" , . . , , . "" , . IP , .
Microsoft DreamSpark (https://www.dreamspark.com/default.aspx) . , MSDN ( ..) )
: "BizSpark": http://www.microsoft.com/BizSpark/
, Visual Studio Express Edition. , . , 1.
, . " " → , . ILDASM .
EULA -, - , "" "". , .
Finally, if you want to be very careful, just download the SDK, compile your code on the command line before distributing your code.
Learn EULA on VS Professional. You must be able to distinguish between what you can and cannot do from there. Compare this with EULA for Express. This is tiring, but it is the right place to start.
Source: https://habr.com/ru/post/1702869/More articles:Storing a binary array in MySQL - mysqlIs there a Python equivalent for Groovy / Grails for Java - pythonCan you set the edit button of the navigation bar in Interface Builder? - cocoa-touchIs this code thread safe? - c ++Failed to load link library - visual-studiof # - loop through an array - f #Как я могу обновить код контроллера просмотра, когда он попадает в верхнюю часть стека представлений? - iphoneAutomatic variable replacement #defines - cPython equivalent of $ this → $ varName - python32-bit build server and 64-bit production server for .NET Web Apps - .netAll Articles