Anyone know of a simple tool to quickly create POCO classes based on an existing database?
I am just looking to create the POCO classes that could be used with any ORM that supports it so my interface and model can remain independent.
Anyone know of a simple tool to quickly create POCO classes based on an existing database?
I am just looking to create the POCO classes that could be used with any ORM that supports it so my interface and model can remain independent.
Hm, haven't tried this myself, but from a high-level, you may wish to try this
I highly suggest Subsonic. I've been using it for years and it works great. It should do exactly what you want.
Microsoft has this nifty little tool called LINQ to SQL :-).
And before anyone starts complaining, LINQ to SQL can do POCO.