I am creating a custom code generator using c#… this generator now only creates the bussiness entity from tables of a database. But Now what I want is to create a project that contains this classes and after its creation…. Generate the dll from the project.
Is there a way to do this job?
You could use CSharpCodeProvider to compile code to a DLL, like this (found on the internet somewhere):