Use this API to generate and execute assemblies from string code such as:
using System;
public class A{
static void Main(string[] args)
{
Console.WriteLine(args[0]);
}
}
and more advanced programs written in C# and Visual Basic.NET.
An example file is given.
Features
- Dynamic Code Compilation
- Execution of C# and VB.NET Code
- strings of code to assembly compilation
- strings to dynamic code execution
- compile and add new assemblies on the fly
- assembly dll generation on the fly
Follow Dynamic DotNet Code Generation
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Dynamic DotNet Code Generation!