Which version of Entity Framework introduced support for cross-platform development?
- Entity Framework 4
- Entity Framework 5
- Entity Framework 6
- Entity Framework Core
Entity Framework Core (EF Core) introduced support for cross-platform development, enabling developers to build applications that can run on various platforms, including Windows, macOS, and Linux.
Loading...
Related Quiz
- How does LINQ to Entities differ from standard LINQ queries?
- Describe a scenario where the Repository pattern might be less beneficial compared to directly using an ORM like Entity Framework.
- What are the consequences of not defining an index on a frequently queried column?
- What is required to map a query to a non-entity type in Entity Framework?
- In Entity Framework, which asynchronous method is used to save changes to the database?