• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Looking for a Visual Studio 2005 Add-in

SelArom

Senior member
hi, does any one know of a free visual studio add-in that can create the basic CRUD stored procedures (create, retrieve, update, delete)?

thanks
-SelArom
 
i've seen two things vaguely in that category, though they aren't an exact match. i've used codesmith to generate CRUD stored procedures, but i'm not aware of an add-in. i also know there is an add-in for AndroMDA, which uses NHibernate, but NHibernate is an object-relational mapping tool and does not yet generated stored procs. it does allow you to access your data with little programming though.
 
thanks for your reply. codesmith isn't free right? I ended up finding and using mygeneration thingy and it works well, but I was really hoping for a "right-click->Generate CRUD" kind of thing. that would be sweet. wish I knew enough about vs to build it myself!

-SelArom
 
Back
Top