• About Me
  • Contact Us
  • Privacy Policy
  • Terms and Conditions
  • Advertise / Sponsor

DOTNET DETAIL

Learn Microsoft .NET Technologies

  • Home
  • Angular
    • Angular 5
    • Angular 6
  • Azure
  • ASP.NET Core
  • React
  • Vue
  • Cloud Hosting
  • Software
  • Courses
  • Interview Questions
    • Angular 6
    • ASP.NET Core
    • Microservices Interview Questions
You are here: Home / Archives for EF Core

Entity Framework Core 3.0 Cache Busting | Dotnet Detail

October 31, 2019 by mebakar1005 Leave a Comment

Entity Framework Core Cache Busting

In this tutorial, we are going to cover different kinds of entity framework core cache busting techniques with simple examples. Actually, when we run a query in EF Core, the DbContext in it automatically caches the data that it retrieves from the database using query. In some cases it is helpful because you don’t need to hit database in every request. But there are some cases in which data changes outside the context and then in these cases the query retrieves stale data. Now, the question is how can we handle this situation using entity framework core? So, we will see how to bust cache in entity framework ( EF ) Core.

[Read more…]

Filed Under: Entity Framework Tagged With: Cache Busting, EF Core, ENTITY FRAMEWORK, Entity Framework Core

Entity Framework Core 3.0 Bulk Insert Update and Delete – Asp.Net Core 3.0

October 19, 2019 by mebakar1005 Leave a Comment

linq entity framework insert multiple records

In this tutorial, we are going to cover Entity Framework Core (EF Core) bulk insert, update and delete options using Asp.Net Core 3.0 in Visual Studio 2019. We will use entity framework core Bulk extension to insert, update and delete multiple records. There are some other solutions to insert, update and delete multiple records in the fastest way, but using Bulk extension is the most significant way to insert, update, and delete multiple records. 

[Read more…]

Filed Under: ASP.NET Core, Entity Framework Tagged With: Asp.Net Core 3.0, Bulk Extensions, EF Core, EF Core 3, Entity Framework Core

Buy me a coffeeBuy me a coffee

Jobs

Dotnet Jobs

Best Asp.Net Hosting

Join Us

Join Us

Subscribe to Blog via Email

Enter your email address to subscribe.

One of the best material to learn Angular

Recent Posts

  • 10 Best Machine Learning Laptops
  • Microservices Communication using RabbitMQ in Asp.Net Core
  • 20 Best Machine Learning Books for Beginners and Experts
  • Best Machine Learning Courses Available Online | Both Paid & Free in 2021
  • Microservices architecture with Ocelot API gateway in Asp.Net Core
  • Best Asp.Net Hosting Services in 2021
Copyright © 2021