Questions tagged [entity-framework-core]

If you have inquiries regarding Entity Framework Core (EF Core) for .NET Core, feel free to reach out. Don't forget to include a version-specific [ef-core-xx] tag if it applies. Keep in mind that Entity Framework for .NET Framework is a distinct, older product under the [entity-framework] tag.

How to update Angular Material table dynamically after CRUD operation without needing to reload the page

Hello, I am currently using Angular (v.9) along with ASP .NET Core Web API and EF Core (v 3.1) to perform CRUD operations. I have a region component form which is used as a dialog, you can view it https://i.stack.imgur.com/6w7hO.png The HTML code for the ...

Attempting to integrate information from an external API source

I am struggling with properly formulating a question in order to retrieve relevant search results. I am attempting to extract data from a third-party API (ADP) and store it in my database using asp.net core. My goal is to save the users obtained from the ...