Development

Explore articles on Development.

86 articles

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…

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…