C# sql-server

Open-source C# projects categorized as sql-server

Top 23 C# sql-server Projects

  1. Bitwarden

    Bitwarden infrastructure/backend (API, database, Docker, etc). (by bitwarden)

    Project mention: OTE one time emails | dev.to | 2024-09-04

    Here's another cool free trick for anyone. If you use Bitwarden they sneakily introduced a Generator for their desktop app for "Username" before it was just passwords.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. FluentMigrator

    Fluent migrations framework for .NET

    Project mention: How To Create Migrations For Multiple Databases in EF Core | dev.to | 2025-02-04

    In our products we use EF Core and we need to create migrations that are supported for all 3 databases. And we use Fluent Migrator library for this purpose. It allows creating database migration using the fluent syntax that is further translated to the needed SQL for each particular database.

  4. SqlKata Query Builder

    SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird

    Project mention: You Probably Don't Need Query Builders | news.ycombinator.com | 2025-01-25

    It seems to me a big part of the problem is that the "query builder" in TFA is little more than a string builder. In the .Net world I've used SqlKata [0] and been very pleased with it. It allows you to easily dynamically build and compose queries.

    0: https://sqlkata.com/

  5. run-aspnetcore-microservices

    Microservices on .NET platforms used ASP.NET Web API, Docker, RabbitMQ, MassTransit, Grpc, Yarp API Gateway, PostgreSQL, Redis, SQLite, SqlServer, Marten, Entity Framework Core, CQRS, MediatR, DDD, Vertical and Clean Architecture implementation with using latest features of .NET 8 and C# 12

  6. EFCorePowerTools

    Entity Framework Core Power Tools - reverse engineering, migrations and model visualization in Visual Studio & CLI

    Project mention: Push your skills | dev.to | 2024-06-02

    Install Visual Studio extension EF Power Tools. To learn how to use EF Power Tools see the following video by the author. Add full documentation.

  7. EntityFramework.Exceptions

    Strongly typed exceptions for Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

  8. SqlQueryStress

    SQL query stress simulator created by Adam Machanic http://dataeducation.com/sqlquerystress-the-source-code/

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. SqlCeToolbox

    SQLite & SQL Server Compact Toolbox extension for Visual Studio, SSMS (and stand alone)

  11. monitor-table-change-with-sqltabledependency

    Get SQL Server notification on record table change

  12. MSBuild.Sdk.SqlProj

    An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects

  13. LINQPad.QueryPlanVisualizer

    SQL Server and PostgreSQL query execution plan visualizer for LINQPad

  14. DacFx

    DacFx, SqlPackage, and other SQL development libraries enable declarative database development and database portability across SQL versions and environments. Share feedback here on dacpacs, bacpacs, and SQL projects.

  15. serilog-sinks-mssqlserver

    A Serilog sink that writes events to Microsoft SQL Server and Azure SQL

  16. dba-dash

    DBA Dash - SQL Server Monitoring Tool

  17. DatabaseManager

    A simple tool for databases : SqlServer, MySql, Oracle, Postgres and SQLite

  18. RebusSamples

    Small sample projects

  19. azure-sql-db-change-stream-debezium

    SQL Server Change Stream sample using Debezium

  20. smartbulkcopy

    High-Speed Bulk Copy tool to move data from one Azure SQL / SQL Server database to another. Smartly uses logical or physical partitions to maximize speed.

  21. GraphQL.RepoDB

    A set of extensions for working with HotChocolate GraphQL and Database access with micro-orms such as RepoDb (or Dapper). This extension pack provides access to key elements such as Selections/Projections, Sort arguments, & Paging arguments in a significantly simplified facade so this logic can be leveraged in the Serivces/Repositories that encapsulate all data access (without dependency on IQueryable and execution outside of the devs control).

  22. Xaero

    Xaero – Entity Framework Core Advanced Project

  23. sql-basics

    Basics and intermediate topics for working with SQL-Server using C#

    Project mention: Diverse AI tools used for the C# developer | dev.to | 2025-01-19

    Source code

  24. StoreCleanArchitecture-NET

    This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET

  25. SqlBinder

    :paperclip: Free and open-source library that helps you create complex and reusable SQL.

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C# sql-server discussion

Log in or Post with

C# sql-server related posts

  • OTE one time emails

    1 project | dev.to | 4 Sep 2024
  • Push your skills

    4 projects | dev.to | 2 Jun 2024
  • Online Safety: A Guide to Protecting Yourself

    1 project | dev.to | 20 May 2024
  • Ask HN: Why does Bitwarden not comment their code?

    1 project | news.ycombinator.com | 3 May 2024
  • Ezt az üzenetet kaptam ma a Simple-től!!

    1 project | /r/hungary | 9 Dec 2023
  • Did I mess up?

    1 project | /r/Bitwarden | 7 Dec 2023
  • Bitwarden Self-hosted not updating to 2023.12.0

    2 projects | /r/Bitwarden | 7 Dec 2023
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 16 Mar 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source sql-server projects in C#? This list will help you:

# Project Stars
1 Bitwarden 16,205
2 FluentMigrator 3,331
3 SqlKata Query Builder 3,199
4 run-aspnetcore-microservices 2,928
5 EFCorePowerTools 2,288
6 EntityFramework.Exceptions 1,583
7 SqlQueryStress 969
8 SqlCeToolbox 862
9 monitor-table-change-with-sqltabledependency 657
10 MSBuild.Sdk.SqlProj 429
11 LINQPad.QueryPlanVisualizer 408
12 DacFx 381
13 serilog-sinks-mssqlserver 290
14 dba-dash 285
15 DatabaseManager 131
16 RebusSamples 120
17 azure-sql-db-change-stream-debezium 101
18 smartbulkcopy 63
19 GraphQL.RepoDB 40
20 Xaero 30
21 sql-basics 28
22 StoreCleanArchitecture-NET 27
23 SqlBinder 23

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C# is
the 10th most popular programming language
based on number of references?