1. What is Entity Framework Core? Entity Framework Core Tutorial

Channel: WebGentle Published: 2024-12-02 216 words Source: auto_caption

Transcript

every net developer who wants to work with a database must learn the Entity framework core this Entity framework core is a part of net code and it is developed by Microsoft this is an open source project and you can use this Entity framework code by using the new get packages in any net core application the best part of learning entty framework core is that only by using the single concept you can work with any database it means by using the same code you can work with SQL Server you can work with postgress database you can work with Cosmos database you can work with Oracle or MySQL all the major databases that are available in the market you can use the same concept and you can work with any database so if you want to connect your application to the database then you must learn this Entity framework core this is going to be a complete series and in this series we will be talking about all the operations with a database by using the totet core application this entire course is going to be free of cost and at the end of this course you will be able to work with any R net core application that works with a database