📜 ⬆️ ⬇️

The final version of the open source development environment SharpDevelop 4.0 has been released.

image The development of the fourth version of the open and free development environment SharpDevelop has been completed . This environment is offered as a development environment for .NET-based languages: C #, VB.NET, Boo, IronPython, IronRuby, F #.

SharpDevelop contains form designers for Windows Forms, WPF, and Entity Framework database models. In addition, there are all the necessary development tools: code completion, refactoring, debugging, code analysis, unit testing (c code coverage), code profiling. Using the extension, you can add support for StyleCop.

SharpDevelop contains built-in support for SVN and Git version control systems. Multitargeting is supported for different versions of .NET. The environment supports the assembly of projects with parallelization, if the system has a multi-core processor.
')
The remaining features of SharpDevelop 4.0 can be found on the following link on the official website .

In the fourth version of SharpDevelop the following features were added:Download SharpDevelop 4.0 at the following link . The new version of the development environment requires a pre-installed .NET Framework 4.0 . Project source codes are available at this link .

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


All Articles