Please turn JavaScript on
Software Engineering icon

Software Engineering

Want to know the latest news and articles posted on Software Engineering?

Then subscribe to their feed now! You can receive their updates by email, via mobile or on your personal news page on this website.

See what they recently published below.

Website title: Software Engineering | Web development

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.07 / day

Message History

This week, I was updating my Aspire applications after the latest release and I ran into a deployment bug for my test deployments. I could no longer deploy the database to Azure SQL. I got the following error:

Deployment Error Details: ProvisioningDisabled: Cannot update paid database to free database.

The error is caused by the latest Azure changes ...


Read full story

Configurable token lifetimes in the Microsoft identity platform went GA and I thought I would look at implementing this using a .NET console application using Microsoft Graph . This article looks at implementing this with an delegated user credential as well as an application client credential.

Code:


Read full story