We're evaluating FinalBuilder and are curious as to how it works under the hood. For compiling C# code, does it:
- shell out to MsBuild
- directly call csc.exe
- use the Microsoft.CSharp.CSharpCodeProvider namespace
- some other mechanism?
|
We're evaluating FinalBuilder and are curious as to how it works under the hood. For compiling C# code, does it:
| |||||||||||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.