views:

31

answers:

1

Hey all,

I went to the Visual Studio 2010 launch and remember seeing someone generate entites (which I am using and is awesome) from a database, but then taking it a step further and creating a web front end. The front end would allow modification/deletion of existing data and addition of new, and it was all generated.

It was ugly, of course, but I would like to play around with it. I can't remember what it was called though. Can anyone point me in the right direction?

+3  A: 

That was probably ASP.NET Dynamic Data: http://www.asp.net/dynamicdata

Dave
Thanks! Do you know if you can add a page or two to existing projects?
Mario
As far as I know, you can actually edit the generated pages. So it should be possible to add either dynamic data pages to another project or add other pages to a dynamic data project.
Dave