Modelling using EF Core in ASP.NET
Apr 9, 2024 · 5 min read · What is EF Core? EF core, commonly known as Entity Framework core, is an open-source tool developed by Microsoft to allow developers to interact with data in the database using .NET objects instead of writing SQL queries. What is ASP.NET? ASP.NET is ...
Join discussion