Logo icon
    • Contents
    • Quick start
    • Concepts
    • For DevOps
    • For Developers
    • For Analysts
    • For Security Engineers
    • For Contributors
    • Reference
      • YQL
      • Compatibility with PostgreSQL
      • Embedded UI
      • Integrations
      • YDB CLI
      • YDB Native SDK
      • Languages and APIs
        • ADO.NET
          • Getting Started
          • Installation
          • Basic Usage
          • Connection Parameters
          • Type Mapping
          • Connect to Yandex Cloud
        • JDBC driver
        • Model Context Protocol
      • Kafka API
      • Configuration
      • Observability
      • YDB DStool
      • ydbops
      • Docker
    • Recipes
    • Troubleshooting
    • Questions and answers
    • Downloads
    1. Reference
    2. Languages and APIs
    3. ADO.NET

    ADO.NET - .NET Access to YDB

    Ydb.Sdk is an ADO.NET Data Provider for YDB. It allows programs written in C#, Visual Basic, and F# to access the YDB database server. It is implemented in 100% C# code, is free, and is open source.

    Documentation

    • Getting Started with ADO.NET
    • Installation ADO.NET
    • Basic Usage with ADO.NET
    • ADO.NET Connection Parameters
    • ADO.NET Supported Types and Their Mappings
    • Connection ADO.NET to Yandex Cloud
    • Using Dapper

    Was the article helpful?

    Previous
    Languages and APIs
    Next
    Getting Started