Enhancing ASP.NET Apps in Minutes with EnableDynamicData
Until recently using DynamicData required the commitment of developing DynamicData Projects, but in ASP.NET 4.0 we can enhance WebForms projects with it in minutes. We will take a look at the power of this new feature in WebForms and put it into practice.
The major benefits of DynamicData are strongly-typed UI elements, built-in data validation, template driven views/editors and it is entirely driven by meta data. DynamicData is my new favorite feature in ASP.NET 4.0 and I will show you some tricks to leveraging it in existing apps to enhance your UI and data integrity.
Audience(s): Developer
Level: 200
What You Will Learn
- Intro to new DynamicData features in WebForms
- Implementing DynamicData in existing apps with one line of code
- Building custom templates for different data types