About this badge
Entity Framework is Microsoft's Data Access platform for .NET development. This course introduced learners to the key concepts and behaviors of using the Entity Framework from designing models, writing data access code and integrating Entity Framework into software solutions.
This digital badge certifies the participant can:
- Use a database to create a set of business models
- Use Entity Framework to extract data from a database
- Use Entity Framework to create and update data into a database
- Manipulate models created from the database as if they were regular classes