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 Quick Introduction To Default Interface Methods In C#
.NET

Quick Introduction To Default Interface Methods In C#

In this article, let's have a look at the default interface methods feature which has been added in C# 8. Scenario of Evolving Interfaces Let's take a scenario to understand…

0 Comments
April 29, 2021
.NET

Delayed Instantiation Using Dependency Injection In .NET

This article discusses about what is delayed instantiation and how it can be used with .NET's default IoC container and Autofac. Delayed Instantiation ? The dependency injection in .NET allows…

2 Comments
April 28, 2021
.NET

How To Use Autofac Container with .NET Web Applications

We know that .NET has its own built-in IoC container. When you create web applications, the project templates include the defautl IoC container so that you can focus on your…

0 Comments
April 27, 2021
.NET

Dependency Injection In .NET – Default Container vs Autofac

Dependency injection is first class citizen in .NET. We already have seen how to enable default IoC container in a console application in previous post. Autofac is also one of…

0 Comments
April 26, 2021
.NET

Demo Console App For Understanding Dependency Injection in .NET

Dependency Injection in .NET: Demo of service lifetimes

5 Comments
April 25, 2021
.NET

Getting Started On Dependency Injection In .NET Applications

SOLID principles are core software design principles, intended to make software design more understandable and maintainable. Every letter stands for a concept and below is the list of five concepts:…

1 Comment
April 23, 2021
.NET / Azure / Uncategorized

Angular App and Azure AD Protected web API using MSAL

In the previous blog post, we have seen how can we use MSAL.NET with .NET Core web applications. Many applications use Single Page applications as front end which call web…

10 Comments
May 5, 2020
.NET / Uncategorized

Securing .NET Core 3 API Using JWT authentication

Now a days, all the functionalities available in your business applications are required to be available everywhere. Everybody wants the application to be available at their finger tips. Your customers…

10 Comments
January 31, 2020
.NET / Uncategorized

Securing .NET Core 3 API with Cookie Authentication

In last article, we have seen how to add ASP .NET Core identity to your web API project. In this blog post, let's see how to setup your web API…

4 Comments
January 25, 2020
.NET / Azure / Uncategorized

Deploy a .NET Core web app and web job using Azure DevOps

A web job is very useful for running the background jobs required for applications. We already have seen what is a web job and how can we create it in…

7 Comments
January 11, 2020
.NET / Uncategorized

Creating first CI for .NET Core and EF Core Code First application in Azure DevOps

In previous article, we have seen how to create an organization, a project and a repository for the project. The repository is empty when we created it. We also have…

1 Comment
January 9, 2020
.NET / SQL Server / Tips / Uncategorized

.NET Core 3 and Entity Framework Core Migrations

I have written a blog post about EF core few months back. Today, I was trying to setup a sample .NET Core 3 application with EF Core. I found that…

2 Comments
January 9, 2020
  • Go to the previous page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7

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