Skip to content
The Code Blogger
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Menu Close
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
.NET - Entity Framework Core Relationships
.NET - Entity Framework Core Relationships
.NET

.NET – Defining Relationships Using EF Core Models

In previous articles, we have seen how data annotations and fluent APIs can be used to configure EF core models. In this article, let's try to see how the relationships…

1 Comment
June 22, 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…

5 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
.NET Core Web API and AutoMapper
.NET

Configure AutoMapper For ASP .NET Core API App

AutoMapper is one of the widely used package. Especially when new project is setting up, this is generally used to speed up the development. Let's see how to configure AutoMapper…

2 Comments
June 17, 2021
.NET Core Web API - Ordered Filters
.NET

Ordered execution of filters in .NET Core Web APIs

In this article, let's try to see how the default order of execution can be changed using IOrderedFilter interface. Default Execution Order We already have seen that filters can be…

0 Comments
June 16, 2021
.NET Core Web API - Custom Filters
.NET

Thoughts about Custom Filters in .NET Core Web API

In previous post, we discussed about filter pipeline processes the requests. We also have seen different types of filters and when they are invoked. In this article, let's have a…

0 Comments
June 15, 2021
.NET Core Web API - Filter Pipeline Overview
.NET

Action Invocation Pipeline in ASP .NET Core Web APIs

In this article, let's discuss about filter pipeline, a chain that executes between the routing middleware and the selected action. What is it ? In previous article, we have seen…

1 Comment
June 14, 2021
.NET Core Web API - Request Processing Pipeline
.NET

Request Processing Pipeline In .NET Core Web APIs

When a request is received by .NET Core web API, it goes through a chain of middlewares. Every middleware add some feature in the request pipeline on top of previous…

1 Comment
June 13, 2021
.NET Core Web API and Format Filter
.NET

Formatting ASP .NET Core API Response Using Route Parameter

In previous articles, we have seen how content negotiation works. We also have seen how additional formatters can be configured to support different types of formatting. In this article, we…

0 Comments
June 12, 2021
.NET Core Web API - XML and Newtonsoft Formatters
.NET

XML and NewtonsoftJSON formatters for .NET Core Web APIs

In previous article, we have seen that accept header from http request and return type of action decides how the response would be formatted. In this article, we are going…

2 Comments
June 11, 2021
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 27
  • 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

  • DOTNET CLI and EditorConfig for Enforcing Code Style
    June 16, 2022/
    0 Comments
  • Tips for Estimating the Null Reference Migrations
    June 9, 2022/
    0 Comments
  • Important Bits from Microsoft Build 2022 for Developers
    June 2, 2022/
    0 Comments
  • Approaches for Resolving Nullable Warnings on Existing Codebase
    May 31, 2022/
    0 Comments
  • Getting Started on Nullable Reference Types
    May 26, 2022/
    0 Comments
  • Migrating to Latest .NET Using Upgrade Assistant
    May 19, 2022/
    0 Comments
  • Migrating to the Latest .NET – A Conceptual Guide
    May 12, 2022/
    0 Comments
  • Measuring Performance using BenchmarkDotNet
    May 5, 2022/
    0 Comments
  • How to Unapply the Last EF Core Migration
    March 19, 2022/
    0 Comments

Popular Posts

  • How To Use Appsettings Json Config File With .NET Console Applications
  • C# Record - How is it different from classes?
  • How To Enable Logging In .NET Console Applications
  • Exception Handling Middleware In .NET Core Web API
  • Multiple Ways To Set Hosting Environment In .NET Applications
  • How to Define Keyless Entities in .NET EF Core
  • .NET EF Core - Unit Testing EF Core Repositories
  • Configure Logging Using Appsettings.json In .NET Applications
  • Creating Custom Login Page in Azure AD B2C

Categories

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

Archives

  • 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

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