简体   繁体   中英

c# Compilation on runtime

I am working on a C# Web application which in fact the user is going to built through this application a new web application with his requirements. It is going to be like an Object relational mapping online platform. For this i will need a runtime compiler. I found some examples for winforms projects but nothing for web application runtime compilation. Any help or examples from where can i start?

There is no difference when compiling from a winform app or from a webform app ( a part from some trust issue you can have in a web application ). Just use CodeDom features of the .NET framework.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM