.NET

List of articles about .NET

Having Fun With IT Event Calendars
Development

Having Fun With IT Event Calendars

In this post, we will discuss how to write a small .NET program that retrieves events from an IT event calendar and submits them to another one using AngleSharp.

Using dependency injection with Azure .NET SDK
Development

Using dependency injection with Azure .NET SDK

I love how the Azure SDKs have evolved over the years. In the past, there was no consistency between the various Azure SDKs. However, that's not longer the case (at least for most Azure libraries), as they now adhere to the same principles and follow a set of well-defined guidelines.

Playing with the .NET 8 Web API template
Development

Playing with the .NET 8 Web API template

In this article, we will explore the latest C# 12 and .NET 8 features by applying them to the basic dotnet Web API template.

Deploying to Azure from Azure DevOps without secrets
DevOps

Deploying to Azure from Azure DevOps without secrets

If you are deploying your application to Azure from Azure Pipelines, you might want to leverage the ability to do so without using secrets thanks to Workload identity federation. In this article, I will demonstrate how to automate the configuration of your Azure DevOps project, with everything pre-configured to securely deploy applications to Azure.

When Pulumi met Nuke: a .NET love story
DevOps

When Pulumi met Nuke: a .NET love story

Today is a great time to be a developer:

Week 46, 2022 - Tips I learned this week
Tips

Week 46, 2022 - Tips I learned this week

Some tips about .NET, pnpm, and Azure DevOps.

How to provision an Azure SQL Database with Active Directory authentication
DevOps

How to provision an Azure SQL Database with Active Directory authentication

In this article, we will talk about how to provision an Azure SQL Database with authentication restricted to Active Directory users/groups/applications. We will use Pulumi to do that.

Week 5, 2022 - Tips I learned this week
Tips

Week 5, 2022 - Tips I learned this week

This week we talk about code analysis in .NET, cron expressions with crontab guru, diagrams in Azure DevOps wikis, and sending HTTP requests in VS Code.

Week 3, 2022 - Tips I learned this week
Tips

Week 3, 2022 - Tips I learned this week

.NET configuration providers, Vite vscode extension, Azure DevOps pull request templates, and degit.

Week 2, 2022 - Tips I learned this week
Tips

Week 2, 2022 - Tips I learned this week

This is my first article of the series Tips I learned this week for 2022 🚀! And today we are going to see some tips about .NET, Azure, GitHub, and VS Code.

Migrating and open-sourcing my blog
Tooling

Migrating and open-sourcing my blog

Today I talk to you about the recent changes I made to my blog when I migrated it to Statiq and open-sourced it.

Handle token retrieval while querying an API
Development

Handle token retrieval while querying an API

In our daily job, we often have to query secure REST APIs that require our HTTP requests to have a valid access token in their Authorization header. Of course, many APIs come with an SDK that makes the job easier for us as it directly takes care of retrieving a token and sending the authenticated HTTP requests. However, it is not always the case and knowing how to implement that using HttpClient, IMemoryCache, and DelegatingHandler can become pretty useful.

The opinions expressed herein are my own and do not represent those of my employer or any other third-party views in any way.

Copyright © 2024 Alexandre Nédélec. All rights reserved.