I'm planning to use dynamic data for one of my projects. I'm worried that my project encounter some problems like scalability, etc at later levels of development. Is there any seaoned developer that worked with this technology and his project didnt have
major problems (cannot be resolved)?
I've mostly used Dynamic Data to create "developer only" back-end admin tools, where I need to access the database directly. For that purpose it's very convenient and extremely fast to use.
Member
130 Points
229 Posts
Dynamic Data Technology major Issues
Mar 11, 2013 06:15 AM|IranianCuriousBoy|LINK
Hi
I'm planning to use dynamic data for one of my projects. I'm worried that my project encounter some problems like scalability, etc at later levels of development. Is there any seaoned developer that worked with this technology and his project didnt have major problems (cannot be resolved)?
Thanks
Star
9903 Points
1291 Posts
Re: Dynamic Data Technology major Issues
Mar 12, 2013 01:33 AM|Pengzhen Song - MSFT|LINK
Hi,
I've mostly used Dynamic Data to create "developer only" back-end admin tools, where I need to access the database directly. For that purpose it's very convenient and extremely fast to use.
MSDN has several articles on customizing Dynamic Data: ASP.NET Dynamic Data Layer Customization: Validating Data Fields. I'm sure it's flexible enough to meet your requirement.
Source from http://stackoverflow.com/questions/4874669/asp-net-dynamic-data-pro-and-cons/4874857#4874857
Hope it can help you.
Member
130 Points
229 Posts
Re: Dynamic Data Technology major Issues
Mar 27, 2013 09:25 AM|IranianCuriousBoy|LINK
Thanks