Skip to content
The Code Blogger
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Menu Close
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Read more about the article How to pass a reference type TRULY as reference ?
.NET - Pass By Reference
.NET

How to pass a reference type TRULY as reference ?

Is this title confusing ? I must admit thought a lot about what should be the title of this blogpost and could not come up with better than this one.…

0 Comments
August 6, 2021
Plan for Learning .NET
.NET

Step by step plan For Beginners For Learning .NET

I have been asked a question multiple times - how should I plan for learning .NET ? Where should I start from ? In this article, let's see how a…

0 Comments
July 30, 2021
.NET Entity Framework Core Database Providers
.NET

Database Providers For .NET Entity Framework Core Apps

In past articles, we have seen code examples which target Microsoft SQL Server database. Entity framework core can be used with multiple plugins (in form of NuGet packages). These plugins…

0 Comments
July 5, 2021
.NET EF Core and Concurrency
.NET

Basics Concurrency Controls and Conflicts with .NET EF Core

In previous articles, we have seen how a BaseRepository can be created, how specification pattern can be implemented and can be extended further to use composite specifications. We also have…

1 Comment
July 3, 2021
.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 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 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 - 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 Content Negotiation
.NET

Content Negotiation And .NET Core Web API Action Results

Generally, .NET Core web APIs accept request in JSON format and return the response in JSON format too. In this article, we will try to discuss more about how the…

2 Comments
June 10, 2021
  • 1
  • 2
  • 3
  • 4
  • 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

  • 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
  • .NET EF Core – Unit Testing EF Core Repositories
    December 9, 2021/
    2 Comments
  • EF Core Relationships and Deleting Related Data
    December 4, 2021/
    0 Comments
  • C# Record – How is it different from classes?
    November 26, 2021/
    0 Comments
  • Tips for Developers – Postman and Browser DevTools
    November 18, 2021/
    0 Comments
  • Multiple ways to copy a remote SQL Database on Local
    November 11, 2021/
    0 Comments

Popular Posts

  • Migrating to Latest .NET Using Upgrade Assistant
  • How To Use Appsettings Json Config File With .NET Console Applications
  • How To Enable Logging In .NET Console Applications
  • Passing Input Parameters to .NET Core Web API Actions
  • Exception Handling Middleware In .NET Core Web API
  • Multiple Ways To Set Hosting Environment In .NET Applications
  • C# Record - How is it different from classes?
  • Service principal and client secret with Azure key vault
  • Migrating to the Latest .NET - A Conceptual Guide

Categories

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

Archives

  • May 2022 (3)
  • 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

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