Please enable JavaScript.
Coggle requires JavaScript to display documents.
70-486 (Design the application architecture (15-20%) (Plan the application…
70-486
Design the application architecture (15-20%)
Plan the application layers
Plan data access
Using an object relational mapper (ORM)
NHibernate
Entity Framework
Model First
Code First
Database First
DBContext
Linq
Component Based
NoSQL
Repository pattern
ADO.NET
DataSet
DataReader
DataProviders
Planning for separation of concern (SoC)
Modal
View
Controller