Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm looking for a entity generator able to generate my entities from a database

I'm also looking for something able to generate with my entities

1. the validation rules based on the database type
2. CRUD operations. I don't want to have to write anything in SQL or LinQ
3. Easy loading
4. I should be able to extend or add properties to my entities
5. security

Is this product exists?
Posted
Comments
Suvabrata Roy 19-Aug-14 0:28am    
"I don't want to have to write anything in SQL or LinQ" how any product will know what is your business logic.

security : what kind of security you want?

1 solution

obviously you will have to write business logic..
basic CRUD is fast with Entity framework
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900