Execute code at runtime with ASP.Net 5

489 views Asked by At

I am using Asp.Net 5 CTP6. I need to execute some c# code at runtime. I know there is some solution and I used some of them but I want to know how can I do this by Roslyn because of platform independency? By the old solution that I found may be exists some problems about multi platform independency. In fact I want to run the web app on windows and Ubuntu. Thanks

1

There are 1 answers

0
davidfowl On