C#, ASP.NET 3.5 - Load code at run-time

tesaloldbas

New Member
A friend of mine is building a Content Management System in PHP.PHP is a scripting language where code is evaluated at run-time, and therefore it is fairly simple to add code.. at run-time (think: a forum, a contact form, etc.)Doing the same in ASP.NET (which is compiled).. not as simple.Have you guys got any thoughts on how you would load code dynamically and use it within a live web application?
 
Back
Top