I have to decide is DynamicData is a right thing to me. The goal is to build web UI for CRIUD to DB. I already have EF4 codefirst model for this DB.
Things to think about: a lot of ugly things (can't render ComplexTypes for ex) and workarounds (DateTime controls, binary columns, what is next?)
Have you ever used Dynamic开发者_C百科Data-projects in production systems? What is your experience with it?
Have you checked out these very similar questions here:
Are there any real-world case studies on the ASP.NET Dynamic Data Framework (DDF)?
ASP.NET Dynamic Data PRO and CONS
Do you think ASP.Net Dynamic Data is worth it?
In summary, it doesn't sound like many folks have used DD for production systems. The consensus seems to be that it is better for small projects and RAD apps.
精彩评论