Are Visual Studio Express and SharpDevelop Project interchangeable?

I am starting to learn WPF and am currently using Visual Studio Express 2010 at home. I want to be able to work on my projects at work, but I cannot install unauthorized software on my computer. I downloaded SharpDevelop 4 and modified it to run it from a USB drive. SharpDelvelop will open Visual Studio projects, but are there any issues I should be aware of?

+4
source share
1 answer

You can use the project in both Visual Studio 2010 and SharpDevelop 4.0 without any problems. SharpDevelop does not convert the project to another format. SharpDevelop supports msbuild projects that run in Visual Studio since version 2.0, released about four years ago.

The main issue to keep in mind is that SharpDevelop 4.0 is still an early beta, so there will be bugs and missing features.

+4
source

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


All Articles