I am talking about code generation tools. It's strange that no one mentioned mygeneration. This is the most powerful one I have ever seen.
Source: Internet
Author: User
Currently, the. NET Common ORM structure, the petshop structure of MS, and even the storage process can be automatically generated, which is too strong.
Http://www.mygenerationsoftware.com/Default.aspx
Templates can also be customized. However, all such tools cannot solve a small problem,
In Oracle, because all the table names and field names of oralce can only be capitalized (abnormal ), CodeCode generated by the tool
In, what object attributes and so on are all in upper case, such as username and userid, which are not good at reading, and in Oracle, the number type
Unified as number, all generated to CS is decimal. To use int, you must manually change
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.