Suppose you just upgraded your Azure DevOps Server and during the upgrade procedure the wizard tells you that some prerequisites are missing (like sql server version) how should you proceed?
If you want to export all of your Work Items in another format (excel, internal database) Azure DevOps Api are the solution
When you use interactive login for Azure DevOps API you need to check if the user is correctly logged
If you need a quick keycloak server to use as a test and publicly accessible, with Azure Services you have it up and running in less than a minute
Azure DevOps Api are a fantastic way to interact with the server, in this post I'll show you how to connect to the server
When you need to encrypt something with .NET Core, probably the best solution is using IDataProtectionProvider interface, already built in in the environment. Lets see how you can simplify configuration and make it simple with Self Signed Certificate
Sometimes Visual Studio seems not to work anymore with authenticated nuget feed, here are some suggestions to avoid being stuck.
How to avoid being stuck in Authentication Failed against Azure DevOps in Git command line
Keep your feeds size at bay with automatic retention policy in Azure DevOps.
Microsoft will disable basic auth for IMAP server and will support only authentication with XOAUTH2 tokens, lets view a complete C# example that will show the entire process