Skip to content
The Code Blogger
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Menu Close
  • Home
  • YouTube
  • .NET
  • Azure
  • Archives
  • About
Bicep - Specify Resource Dependencies
Bicep - Specify Resource Dependencies
Azure / Uncategorized

Azure Bicep – Specifying Resource Dependencies

Sometimes, when we are creating multiple resources, some of the resources have dependencies on the other resources. For example, we cannot create blob storage, until we create storage account Or…

0 Comments
December 6, 2022
Azure / Uncategorized

Azure Virtual Networks – Global VNet Peering

In last few posts, I have been trying to publish the things I learned about Azure Virtual Networks. If you want to have a look at them, below is the…

0 Comments
December 22, 2020
Azure / Uncategorized

Managing Azure Key Vault and Secrets with Azure CLI

In this short article, let's have a look at small tip to remember the Azure CLI commands for managing key vault itself and the keys, secrets and certificates in it.…

0 Comments
June 13, 2020
Azure / Uncategorized

Use Azure Key Vault in .NET Core Web Application

Let's say we have a web application, which uploads the files to Azure Blob. The web application holds storage account name, blob container name and the access key for the…

0 Comments
June 2, 2020
Azure / Uncategorized

Creating your first Azure key vault instance

In this article, let's have a look at some basic terms related to Azure Key Vault and then we will see how to create the Azure key vault instance. What…

0 Comments
June 1, 2020
Azure / Uncategorized

Azure Service Principals and Managed Identities

We know that Azure Active Directory is Azure's identity and access management service. In past few articles, we have seen how to register the applications in Azure Active Directory and…

1 Comment
June 1, 2020
Azure / Uncategorized

Azure AD B2C and Custom Web UI for .NET Core WPF App

I already have covered how to authenticate users in WPF application, using Azure AD B2C and MSAL. The most annoying part to me in that implementation was - the sign…

1 Comment
May 30, 2020
.NET / Azure / Uncategorized

Azure AD B2C and MSAL with .NET Core WPF App and Web API

In this article, let's have look at how a .NET Core WPF application can be protected using Azure AD B2C and how can it call the APIs which are also…

0 Comments
May 30, 2020
.NET / Azure / Uncategorized

Azure AD B2C and MSAL with .NET Core WPF App

In this article, let's have a look at how to enable authentication in .NET Core WPF application. Prerequisites For following all steps in this article, we will need Azure Subscription.…

1 Comment
May 30, 2020
Azure / Uncategorized

WPF App and Web API using Azure AD and MSAL

Let's consider a scenario where a public client application needs to call a web API. Both of the applications are owned by you. And suppose, we want both of them…

1 Comment
May 30, 2020
Azure / Uncategorized

Azure AD Authentication in WPF Application using MSAL

In this article, let's try to setup authentication in .NET Core WPF application. Let's use Azure AD and MSAL for this setup. I promise there are going to be some…

2 Comments
May 29, 2020
Uncategorized

Daemon App that calls Web API – Azure AD using MSAL

In past few articles, we have seen how to setup applications which calls web APIs. In most of those posts, we have used Delegated permissions, meaning, the API would be…

3 Comments
May 26, 2020
  • 1
  • 2
  • 3
  • 4
  • …
  • 10
  • 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

  • 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
  • Conditional Feature Flags with Azure App Configuration Service
    December 29, 2022/
    0 Comments
  • App Configuration – Using feature flags with Console App
    December 29, 2022/
    0 Comments
  • App Configuration – Use Feature Flags in Isolated Azure Functions App
    December 28, 2022/
    0 Comments
  • App Configuration – Use Feature Flags in InProcess Azure Functions App
    December 28, 2022/
    0 Comments
  • App Configuration – Using the feature flags from ASP .NET Core API
    December 28, 2022/
    0 Comments

Popular Posts

  • How To Use Appsettings Json Config File With .NET Console Applications
  • How To Enable Logging In .NET Console Applications
  • .NET - Dependency Injection, One Interface and Multiple Implementations
  • Multiple Ways To Set Hosting Environment In .NET Applications
  • Configure Logging Using Appsettings.json In .NET Applications
  • How to Unapply the Last EF Core Migration
  • Multiple Ways To Access Configurations In .NET Applications
  • .NET 7 - Minimal APIs with Serilog Logging Providers
  • C# 11 - Introducing List Patterns Matching

Categories

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

Archives

  • 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

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