Designing Data Strategies and Structures (18%)
Index
Parte 0 | Parte 1 | Parte 2 | Parte 3a | Parte 3b
Design data access
- This objetive may include but is not limited to: choosing data access technologies such as ADO.Net Data Services, Entity Framework, Windows Communications Foundation (WCF), and ASP.NET Web Services.ADO.NET Data ServicesEntity FrameworkWindows Communication Fourndation (WCF)ASP.Net Web Services
Design data presentation and interaction
This objetive may include but is not limited to: pulling data from data layer and binding into views, pages and controls, and poulling data back to data layer by using ModelBinders, data source controls, and HtmlHelper extensions, or programmatically.
Bindings
http://msdn.microsoft.com/en-us/magazine/ee819084.aspx
ModelBinders
http://msdn.microsoft.com/en-us/library/dd410405(VS.100).aspx
http://www.microsoft.com/belux/msdn/nl/chopsticks/default.aspx?id=798
Data source controls
http://aspnet.4guysfromrolla.com/articles/011106-1.aspx
HtmlHelper extensions
http://blogs.microsoft.co.il/blogs/gilf/archive/2009/01/13/extending-asp-net-mvc-htmlhelper-class.aspx
Plan for data validation
This objetive may include but is not limited to: contextual validation vs. data integrity, where to validate data, synchronisation between UI and data layer, data annotations.- Contextual validation
- Data integrity
http://msdn.microsoft.com/en-us/library/ms191447.aspx
- Synchro between UI and data layer
- Data annotations
http://msdn.microsoft.com/en-us/library/dd901590(VS.95).aspx
0 comentarios: