Skip to content
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
  • Toggle website search
Menu Close
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
  • Toggle website search
.NET Entity Framework Core - Related Data
.NET Entity Framework Core - Related Data
.NET

Blog App – Reading Related Data using .NET EF Core

In previous article, we have seen how to save related entities. The post explains how categories association with post can be saved. Same concept can be applied to saving tags…

0 Comments
June 30, 2021
.NET - EF Core and Save Related Data
.NET

Blog App – Saving Related Data using .NET and EF Core

If you have followed my previous article in this series, we already have setup API, Business and Data access layers for a blog application. This blog application uses entity framework…

1 Comment
June 29, 2021
.NET - Entity Framework Core & Blog App
.NET

Business and Web API Layers for .NET EF Core Blog Demo

In previous article, we have written repositories for blog demo. In this article, let's write business layer and API layer. After adding API layer, we would be able to use…

1 Comment
June 28, 2021
.NET EF Core and Repository Pattern
.NET

Implement Repository Pattern using .NET EF Core

In previous article, we have seen basics about implementing CRUD operations using EF core. Generally repository pattern is used to implement data access layers. In this article, we are going…

2 Comments
June 27, 2021
.NET Entity Framework Core CRUD Operations
.NET

How to perform CRUD operations with .NET EF Core

In previous article, we have developed a blog management schema using EF core. Now, let's try to create a simple class which performs CRUD operations. Before we begin Generally, when…

1 Comment
June 26, 2021
.NET Entity Framework Core - Blog Management Demo
.NET

Database schema for blog management using .NET EF Core

In previous articles, we have seen how the entity framework works, how to create models for EF core, how to define relationships, etc. In this article, we will use all…

2 Comments
June 25, 2021
.NET - Entity Framework Core Relationships
.NET

Explicitly Configuring Relationships in .NET EF Core

In previous article, we have seen some basic rules about how entity framework core interprets the navigation properties and how it implicitly defines relationships based on how the properties are…

0 Comments
June 24, 2021
.NET - Entity Framework Core Relationships Demo
.NET

.NET Demo – Relationships using Entity Framework Core

In previous article, we have seen some basic concepts about entity framework core. We have seen some basic terms and then different ways to define relationships using EF core conventions.…

1 Comment
June 23, 2021
.NET - Entity Framework Core Fluent API
.NET

.NET – Fluent API for Configuring EF Core Models

There are two ways to configure validation rules and schema definition rules for EF core models. First one, is using attributes, which we have already seen in previous article. The…

0 Comments
June 21, 2021
.NET Core - Entity Framework Core Attributes
.NET

Common Data Annotations to Configure EF Core Model

In previous article, we have created a class library and created a UniversityContext. This context had only one model, Student. The POCO class used for this model was very simple,…

3 Comments
June 20, 2021
.NET Entity Framework Core - DbContext and Models
.NET

Create Entity Framework Core Models – Code First Approach

In previous post, we have discussed what is migration and what are some basic dotnet CLI commands which can be used for adding / removing migrations. Practically, those commands cannot…

7 Comments
June 19, 2021
.NET Core EF Core Commands
.NET

Entity Framework Core – Migration Tool and Commands

Entity Framework Core is an ORM (object relational mapper) which can be used to access data from various data sources. Entity Framework was the initial framework which was part of…

5 Comments
June 18, 2021
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • Go to the next page

About Me

Manoj Choudhari

I am a Microsoft MVP and currently working as Senior Software Engineer. I blog about C#, .NET and Azure.
  • Opens in a new tab
  • Opens in a new tab
  • Opens in a new tab

Follow Me

  • Twitter
  • LinkedIn
  • GitHub
  • YouTube

Buy Me a Coffee

Newsletter

Get all latest content delivered to your email a few times a month.

Recent Posts

  • SonarQube – Use dotnet-sonarscanner to Analyze .NET Solution
    September 26, 2023/
    0 Comments
  • How to Setup SonarQube Instance Locally ?
    September 21, 2023/
    0 Comments
  • Cleanup of stale branches from remote Git Repository
    September 20, 2023/
    0 Comments
  • How to Clean Up Your Local Git Branches with PowerShell ?
    September 14, 2023/
    0 Comments
  • Easiest Way to Run Subset of Tests From a Test Project
    March 3, 2023/
    2 Comments
  • JavaScript App with Azure App Configuration Service
    December 30, 2022/
    0 Comments
  • Azure App Configuration Service – Labels for Environment Specific Settings
    December 30, 2022/
    0 Comments
  • Azure App Configuration Service – Export Key-Value Pairs to a JSON File
    December 30, 2022/
    0 Comments
  • Azure App Configuration Service – Import JSON Settings from File
    December 30, 2022/
    0 Comments

Popular Posts

  • .NET - Dependency Injection, One Interface and Multiple Implementations
  • Configure Logging Using Appsettings.json In .NET Applications
  • Multiple Ways To Access Configurations In .NET Applications
  • How To Use Appsettings Json Config File With .NET Console Applications
  • .NET 7 - Minimal APIs with Serilog Logging Providers
  • How to Define Keyless Entities in .NET EF Core
  • Adding ASP .NET Core Identity to Web API Project
  • How To Enable Logging In .NET Console Applications
  • Step by step plan For Beginners For Learning .NET

Categories

  • .NET
  • Angular
  • Azure
  • Azure DevOps
  • Entity Framework Core
  • Installers
  • PowerShell
  • Rest
  • SQL Server
  • Tips
  • Uncategorized

Archives

  • September 2023 (4)
  • March 2023 (1)
  • December 2022 (43)
  • November 2022 (20)
  • October 2022 (10)
  • September 2022 (16)
  • August 2022 (2)
  • June 2022 (3)
  • May 2022 (5)
  • March 2022 (1)
  • December 2021 (2)
  • November 2021 (3)
  • August 2021 (1)
  • July 2021 (25)
  • June 2021 (30)
  • May 2021 (31)
  • April 2021 (17)
  • March 2021 (1)
  • December 2020 (30)
  • October 2020 (5)
  • September 2020 (2)
  • August 2020 (3)
  • June 2020 (24)
  • May 2020 (25)
  • April 2020 (3)
  • January 2020 (8)
  • December 2019 (34)
  • November 2019 (20)
  • October 2019 (3)
  • June 2019 (2)
  • April 2019 (10)
  • March 2019 (19)
  • February 2019 (8)
  • January 2019 (4)

Translate to your language

Spam Blocked

456 spam blocked by Akismet
thecodeblogger.com © Copyright, 2022