C# sql-server

Open-source C# projects categorized as sql-server

Top 23 C# sql-server Projects

  • Bitwarden

    The core infrastructure backend (API, database, Docker, etc). (by bitwarden)

  • Project mention: Essential Tools & Technologies for New Developers | dev.to | 2024-05-08

    Bitwarden

  • FluentMigrator

    Fluent migrations framework for .NET

  • Project mention: Entity Framework Core Owned Entity | dev.to | 2024-02-15

    Fluent Migrator

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • SqlKata Query Builder

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

  • run-aspnetcore-microservices

    Microservices on .Net platforms which 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

  • EFCorePowerTools

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

  • Project mention: The comprehensive guide to Entity Framework Core | dev.to | 2023-10-16

    Ef Core Power Tools - github repository

  • EntityFramework.Exceptions

    Handle database errors easily when working with Entity Framework Core. Supports SQLServer, PostgreSQL, SQLite, Oracle and MySql.

  • SqlQueryStress

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

  • SaaSHub

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

    SaaSHub logo
  • SqlCeToolbox

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

  • monitor-table-change-with-sqltabledependency

    Get SQL Server notification on record table change

  • SQLStreamStore

    Stream Store library targeting RDBMS based implementations for .NET

  • LINQPad.QueryPlanVisualizer

    SQL Server and PostgreSQL query execution plan visualizer for LINQPad

  • MSBuild.Sdk.SqlProj

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

  • DacFx

    SQL Server database schema validation, deployment, and upgrade runtime. Enables declarative database development and database portability across SQL Server versions and environments.

  • serilog-sinks-mssqlserver

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

  • dba-dash

    DBA Dash - SQL Server Monitoring Tool

  • RebusSamples

    Small sample projects

  • azure-sql-db-change-stream-debezium

    SQL Server Change Stream sample using Debezium

  • 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.

  • Project mention: Recommended patterns or tools for data/row migration between databases? | /r/dotnet | 2023-06-22
  • 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).

  • StoreCleanArchitecture-NET

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

  • sql-basics

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

  • Project mention: Working with Dapper/SQL-Server Framework 4.8 C# | dev.to | 2024-01-27

    In both samples to get all records and to get a single record works fine but there is a better way to perform the same work using NuGet package Dapper. Dapper is extremely easy to use and built with performance in mind. In the source code provided the basic operations are covered, to take things to the next level and read the information at GitHub, the following page and other code samples in the following repository.

  • SqlBinder

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

  • Xaero

    Xaero – Entity Framework Core Advanced Project

  • Project mention: downloadable already made projects for practice | /r/csharp | 2023-12-10

    GitHub is the place to clone these apps on your pc and learn. Make sure to choose beginners level projects. Xaero is a C# ASP.NET core project on managing movie titles on database. It will be a good choice as it is quite simple to understand.

  • 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 related posts

  • 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
  • ⟳ 0 apps added, 1 updated at mobileapp.bitwarden.com

    1 project | /r/FDroidUpdates | 6 Dec 2023
  • What are some dangers that can happen if I’ve chosen not to enable 2fa on certain accounts

    1 project | /r/cybersecurity | 5 Dec 2023
  • Please help! Why are all my accounts getting logged in or being attempted login

    1 project | /r/antivirus | 5 Dec 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 10 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. 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 14,401
2 FluentMigrator 3,140
3 SqlKata Query Builder 3,003
4 run-aspnetcore-microservices 2,433
5 EFCorePowerTools 1,994
6 EntityFramework.Exceptions 1,143
7 SqlQueryStress 887
8 SqlCeToolbox 824
9 monitor-table-change-with-sqltabledependency 645
10 SQLStreamStore 468
11 LINQPad.QueryPlanVisualizer 391
12 MSBuild.Sdk.SqlProj 374
13 DacFx 285
14 serilog-sinks-mssqlserver 265
15 dba-dash 229
16 RebusSamples 112
17 azure-sql-db-change-stream-debezium 95
18 smartbulkcopy 55
19 GraphQL.RepoDB 38
20 StoreCleanArchitecture-NET 26
21 sql-basics 23
22 SqlBinder 22
23 Xaero 20

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com