Docs: New Doc Proposal: Build a .NET Core App with CockroachDB

Created on 8 Sep 2017  路  4Comments  路  Source: cockroachdb/docs

I'm happy to contribute this documentation when I have time.

Title

Build a .NET Core App with CockroachDB

Description

This tutorial shows you how build a simple .NET Core application with CockroachDB using a PostgreSQL-compatible driver or ORM.

Outline

  1. Install/set up .NET Core app
  2. Install/set up Cockroach
  3. Connect app to db with Npgsql and one of two ORMs:

    • Entity Framework Core

    • Dapper

  4. Basic CRUD operations
  5. Transactions

Expected Audience

Web app developers

C-product-change O-external

Most helpful comment

@sirajzarook, @wub, we just added a tutorial on building a C# app with CockroachDB. Please take a look and let us know if you have any questions.

All 4 comments

Hi Jarrod

We looking to use CockroachDB for a .Net Core Api (on .Net Core 2.0). Do you have any updates on your attempt with building a Net Core app with this yet or any concern.

Thanks

@sirajzarook, @wub, we're close to publishing C# code samples and tutorials. Should be within the next week or two. You can take an earlier look at the code samples here: https://github.com/cockroachdb/docs/pull/1991

cc: @BramGruneir, @awoods187

@sirajzarook, @wub, we just added a tutorial on building a C# app with CockroachDB. Please take a look and let us know if you have any questions.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dbist picture dbist  路  5Comments

rolandcrosby picture rolandcrosby  路  3Comments

pirate picture pirate  路  7Comments

andreis picture andreis  路  7Comments

rmloveland picture rmloveland  路  8Comments