Development

Explore articles on Development.

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

Jul 1, 2020 3 min read

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…

Apr 28, 2025 4 min read

How to Write AI Prompts That Output Valid CSV Data

When working with Large Language Models (LLMs), generating structured outputs like CSV (Comma-Separated Values) is invaluable for tasks such as data analysis, reporting, and integration…