I need to write a Utility, which will capable to generate Data Layer from any following Databases :
Mssql
MySQL
Oracle
For example : I have SQL Database which contains several Tables, Views, Procs, Functions etc. With the use of above utility, I would be able to generate all Datalayer containing Entity classes and their mappings or something like that so, on this basis I would be able to write my Business Layer and then UI.
I do not want to use any utilities for this purpose.
Any help in this regard will be much appreciated!