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

DOTNET DETAIL

Learn Microsoft .NET Technologies

  • Home
  • Tutorials
    • Angular
      • Angular 5
      • Angular 6
    • ASP.NET Core
    • Azure
    • React
    • Vue
  • Books
  • Courses
  • Cloud Hosting
  • Interview Questions
You are here: Home / Archives for ENTITY FRAMEWORK

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

Define one to many relationship in Entity Framework Code First

September 28, 2019 by mebakar1005 Leave a Comment

define one to many relationship in entity framework code first

In this tutorial, we are going to learn how to define one to many relationship in entity framework code first approach between two entities (domain classes) using entity framework 6. First-of-all, we will create two entities (domain classes) Employee.cs and Company.cs and then we will see different types to define a relation between two entities using by following conventions and then we will define by using fluent API configurations.

[Read more…]

Filed Under: ASP.NET Core, Entity Framework Tagged With: ENTITY FRAMEWORK, Entity Framework Core, One-to-Many, Relationship

How to Create CRUD operations using Reactjs and Asp Net Core 2.0

May 18, 2019 by mebakar1005 1 Comment

Crud operations using reactjs and asp net core

In this tutorial, we are going to develop a simple “StudentRecord” web application which will perform the complete CRUD operations using Asp.Net Core 2.0 and Reactjs with the help of Entity Framework Core database first approach.

[Read more…]

Filed Under: ASP.NET Core, React, Visual Studio, web API Tagged With: ASP.NET CORE, CRUD, ENTITY FRAMEWORK, Reactjs, REACTJS CRUD

What is Entity Framework Core in ASP.NET Core 2.0

May 17, 2018 by mebakar1005 Leave a Comment

In this tutorial, we will take a look at Models, Entity Framework, and Migration in ASP.NET Core 2.0 Application. This is the very important tutorial because this ASP.NET Core tutorial will help you to connect your asp net core 2.0 application with database. [Read more…]

Filed Under: ASP.NET Core Tagged With: ASP.NET CORE 2.0, ASP.NET Core Models, ASP.NET CORE TUTORIAL, ENTITY FRAMEWORK, MIGRATION

Buy me a coffeeBuy me a coffee

Jobs

Dotnet Jobs

Join Us

Join Us

Subscribe to Blog via Email

Enter your email address to subscribe.

Recent Posts

  • Top LINQ interview questions and answers.
  • Difference between .NET Core and .NET Framework
  • Top 10 Programming Languages of the Future.
  • Top MVC Interview Questions & Answers
  • 20 best Data Science Books: Beginner to Advanced Level
  • 10 Best Machine Learning Laptops
Copyright © 2022