Is there any free, small, fast thing to compile C # .net 3.5 console applications on Windows? I want something to write C # windows consol applications using ffmpeg (using the tao framework) on my home eee pc; can anyone help me with this?
I use this: http://www.sliver.com/dotnet/SnippetCompiler/
Of course csc.exe
This is the official C # compiler included in the .net installation and used by Visual Studio, but you can easily use it from the command line:
Creating a command line using csc.exe
Update: another useful tool that might be more than what you need (and still supported / supported) LINQPad . Its main purpose is to create LINQ statements, but it is fully capable of executing regular .NET code as well.
You can also use mono, it's a free, small and fast thing. It is open source and can be downloaded from www.mono-project.com
I think csc.exe is the first option.
But for ide, debugging and editing you can use ShapDevelop. http://www.icsharpcode.net/opensource/sd/
Source: https://habr.com/ru/post/1316034/More articles:Returning multiple values ββin an ANTLR rule - antlrHelp me write this event "Correctly" - c #Best way to create web instant messaging? - xmppSudden image injection when using YUI mesh - javascriptJavascript: get subclass type in superclass - javascriptNew lines in displaymath LaTeX - mathRegular Expression Analysis Using Nokogiri - ruby ββ| fooobar.comStream Security httpurlconnection - javaIntroducing Dynamic In-Game Advertising Inside Flash Games - djangoInstall useragent in QWebView - pythonAll Articles