EJB-like plug-in to VS2008?
- by Phil
I'd like to be able to just write a class and get a table generated in my DB along with all the properties of that class. In EJB it's possible to let the container handle the data and "sync" with the DB. I'd like something like this in VS2008 with C# .NET and ASP.NET.
Is there anything remotely like this on the market?