Tag: C#

Artificial Intelligence

Semantic Search in .NET / C# with Build5Nines.SharpVector

As developers, we often find ourselves building smarter, more context-aware applications. Whether it’s powering a document search tool or implementing Retrieval-Augmented Generation (RAG), semantic search…

Apr 18, 2025 6 min read
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

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