Tag: .NET

Azure Data & Storage

Read and Write Azure Blob Storage with C#

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…

May 12, 2024 4 min read
Development

Exploring .NET Aspire: Building Cloud-Native Apps with Ease

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…

May 2, 2024 4 min read
Development

Azure Web App: Connection Strings

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…

Jul 13, 2020 3 min read
Azure CLI

Azure Web App: Application Settings

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…

Jul 1, 2020 3 min read
Development

.NET Core 3.0 Released / .NET 5 is vNext

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!…

Sep 23, 2019 4 min read
Development

Fluent API Libraries for Azure .NET SDK

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…

Nov 9, 2016 5 min read
Azure Data & Storage

Using Azure Storage Queues from C# and .NET Framework

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.…

Dec 19, 2015 3 min read
Azure Integration

Using Azure Service Bus Queues from .NET

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…

Oct 26, 2015 8 min read