Friday, February 21, 2014

Alternative C# Develop Environments (IDE)

1) SharpDevelop
  Load without problems projects from Visual Studio 2008/2010. But don't work with reports, not recognize completely .rdlc files.


Resources:


[1] SharpDevelop http://www.icsharpcode.net/opensource/sd/
[2] MonoDevelop http://monodevelop.com/
[3] QuickSharp http://quicksharp.sourceforge.net/
[4] Emonic Eclipse plugin http://emonic.sourceforge.net/


No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...