Microsoft Visual Studio License

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?

+3
source share
8

. , Visual Studio, , . Microsoft, .

+6

, , Visual Studio. , .

, , , , , .

, Visual Studio Express , .

+11

, , , - , , , .

"", . , , .

Visual Studio, . , Express ( , , , Express) Pro.

+8

, Visual Studio, . , VS, .

, , - redist.txt, . , Microsoft, . , .NET framework. , , .

EULA , , , - . , , -, MSFT .

, , "" , . . , , . "" , . IP , .

+5

Microsoft DreamSpark (https://www.dreamspark.com/default.aspx) . , MSDN ( ..) )

: "BizSpark": http://www.microsoft.com/BizSpark/

+4

, Visual Studio Express Edition. , . , 1.

+2

, . " " → , . 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.

+2
source

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.

+1
source

Source: https://habr.com/ru/post/1702869/


All Articles