.NET Framework Bookmark and Share   
 index > .NET Base Class Library > Write automatically code.
 

Write automatically code.

I would like to write automatically code as Visual Studio do when you create a Form. Is there any tool for this purpose?
I'd like to read the classes that exist in the project and create code from those classes.
In addition, I want to generate the code in another project. In this new project, the user would choose the classes and I'd write the code.

I know something about Reflection, but as I want to write the code in another project, this wouldn't work.
Get a life. Go party!
JobaDiniz
I'd start with checking out http://msdn.microsoft.com/en-us/library/tz746te4.aspx.

Best regards,
Johan Stenberg
Microsoft Visual Studio
MSFT Johan Stenberg

You can use google to search for other answers

Custom Search

More Threads

• How to force kill created Threads
• Why are not the "Application blocks" included in the framework ?
• Using ADO.NET to open a read-only Excel file?
• SerialPort Component Exceptions with Different StopBits
• How can I generate alternative to foreach Loop using codeDom?
• SQLServer mode Session problem across diffrent web application
• UtcNow implementation question
• SMB shares and accessing them locally
• How to creat, Save, and retrive a file within c# application solution.
• Problem with RijndaelManaged and PaddingMode; PaddingMode seems to be ignored.