skip to content
Relatively General .NET

How to export user aliases from Microsoft Entra using PowerShell

by Gérald Barré

posted on: September 09, 2024

Microsoft Graph is a REST API that allows you to interact with Microsoft 365 services. You can use it to automate tasks such as creating users, updating their properties, or exporting data. In this post, I'll show you how to export user email addresses and aliases from Microsoft Entra using PowerSh

Why is F# code so robust and reliable?

by Vladimir Shchur

posted on: September 09, 2024

F# is not just for math and big data, it's a general purpose language that will greatly reduce the amount of bugs in your code.

Discover .NET at DEVintersection Las Vegas 2024

by Mehul Harry

posted on: September 04, 2024

Join us at DEVintersection Las Vegas from September 9-12, 2024, for an in-person event featuring the latest in .NET and Azure technologies. Connect with experts, dive into new advancements, and get your questions answered by the people who build the tools you use every day.

Working with tar files in .NET 8

by Andrew Lock

posted on: September 03, 2024

In this post I show how to create, extract, and list tar files using the built-in tar support introduced in .NET 7, and discuss some of the limitations…