C#

C# (pronounced “C-sharp”) is a modern, object-oriented programming language developed by Microsoft for the .NET development framework. It is designed to be simple, yet powerful, enabling developers to build a wide range of applications for Windows, web, IoT, mobile, gaming, and cloud platforms. It supports multiple programming paradigms, including imperative, declarative, functional, and event-driven development. C# is widely used for building a variety of applications, including desktop software, web applications, mobile apps, and game development using frameworks like ASP.NET, Xamarin, and Unity. Its strong typing, component-oriented architecture, and extensive standard library make it a popular choice for developers working in the Microsoft ecosystem and beyond.

13 articles

Apr 18, 2025 6 min read

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…

May 12, 2024 4 min read

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…

Dec 19, 2015 3 min read

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