Posts tagged ".NET"
-
Connecting to SQL Server with DataProvider
Install the SQL Server runtime package, generate extension methods from your queries, and call them with Result-based error handling.
-
LQL: How Lambda Query Language Simplifies .NET Development
A deep dive into LQL — the functional pipeline-style DSL that transpiles to PostgreSQL, SQLite, or SQL Server from one source file.
-
Getting Started with the DataProvider Toolkit
An introduction to using the DataProvider toolkit in .NET — install the CLI tools, add a runtime package, and generate your first type-safe query.