Big Thinkers: Scott Guthrie – From Innovator of ASP.NET to Azure’s Global Rise
As the Executive Vice President of Microsoft’s Cloud + AI Group, Scott Guthrie (aka “ScottGu”, pronounces “Scott Goo”) has quietly yet powerfully shaped the trajectory…
As the Executive Vice President of Microsoft’s Cloud + AI Group, Scott Guthrie (aka “ScottGu”, pronounces “Scott Goo”) has quietly yet powerfully shaped the trajectory…
Microsoft has announced the retirement of Azure CDN services from the azureedge.net domain by January 15, 2025, driven by Edgio’s (formerly Limelight Networks) business closure.…
In this article, we’ll explore how to integrate the Azure Storage SDK into a .NET application. We’ll cover the steps to read and write blobs…
In the ever-evolving landscape of cloud-native application development, building scalable, observable, and production-ready distributed systems can be a challenging task. This is where .NET Aspire…
When setting up CI/CD (Continuous Integration and Continuous Deployment) pipelines in Azure DevOps for .NET 7+ solutions, such as those using ASP.NET Core, it’s important…
Just as all Azure Web Apps need configuration values, most applications also need to have database Connection String values configured. With Azure Web Apps the…
All web applications have some kind of configurations that are set on the server. The method of storing and accessing these settings varies on different…
It feels like it was not too long ago when .NET Core 1.0 was released. Well, today Microsoft just announced the latest .NET Core 3.0!…
Just as Microsoft is constantly working to update, upgrade and add to the overall Microsoft Azure platform, they are also working to keep updating and…
Azure Storage Queues provide an easy to implement messaging communication mechanism for reliably passing messages to/from different components of a single application or multiple applications.…
The Azure Service Bus Queue feature offers easy to implement infrastructure for implementing brokered messaging communication. Implementing a Message Queue requires the implementation of at…