Tagged Questions

0
votes
4answers
218 views

Runtime code generation and compilation

Say I have this code that uses some input (e.g. a URL path) to determine which method to run, via reflection: // init map.put("/users/*", "viewUser"); map.put("/users", "userIndex"); // later String ...
0
votes
1answer
137 views

CodeDOM & .Net Modules

How do I programmatically embed a .Net module to the assembly generated by CodeDOM?