jbubriski / ST4bby

A POCO generator that doesn't rely on the Entity Framework.
MIT License
17 stars 8 forks source link

Allow generation of Massive classes #13

Closed codeimpossible closed 12 years ago

codeimpossible commented 12 years ago

Maybe we could provide an option in the ST4bby.config that users could set to true and ST4bby would generate Massive classes for each POCO.

Possibly even explore the MassiveFactory idea we had.

jbubriski commented 12 years ago

This may be veering too far off... but maybe we could make this into some sort of additional add-on (still contained within this project, but maybe a separate NuGet package?). Then we could setup the T4's to do scaffolding with Massive as the DAL! Then you could select a Massive class and possibly a POCO (depending on whether we get the factory working), and have Visual Studio scaffold out the controller with actions and the views for CRUD operations.

codeimpossible commented 12 years ago

hmmm I see your point. I like the idea of having a separate ST4bby for different database interfaces.

It would be cool to have a ST4bby.Massive which would generate Massive classes for each ST4bby POCO, and possibly a ST4bby.Repository which would lay out a repository pattern for EF with the POCOs created by ST4bby.

Or maybe this should all be in a separate project... B3ndR? :D

codeimpossible commented 12 years ago

Going to close this. We can revisit once ST4bby is RTM'd.