C# Sqlserver

Open-source C# projects categorized as Sqlserver

Top 23 C# Sqlserver Projects

  • nopCommerce

    ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.

  • Project mention: Dotnet.World.News(Monday, September, 11, 2023) | /r/bitplatform | 2023-09-14

    🔴 nopCommerce: ASP.NET Core eCommerce software. nopCommerce is a free and open-source shopping cart.

  • FreeSql

    🦄 .NET aot orm, C# orm, VB.NET orm, Mysql orm, Postgresql orm, SqlServer orm, Oracle orm, Sqlite orm, Firebird orm, 达梦 orm, 人大金仓 orm, 神通 orm, 翰高 orm, 南大通用 orm, 虚谷 orm, 国产 orm, Clickhouse orm, QuestDB orm, MsAccess orm. (by dotnetcore)

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

    Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy in .Net for Insert Update Delete Read (CRUD), Truncate and SaveChanges operations on SQL Server, PostgreSQL, MySQL, SQLite

  • Project mention: Best way to do mass inserts with Entity Framework | /r/dotnet | 2023-06-08

    EF Core Bulk Extensions has helped me out many a day.

  • LINQ to DB

    Linq to database provider.

  • Project mention: Upserting complex data models from an API into EF Core entities | /r/dotnet | 2023-06-02
  • SmartSql

    SmartSql = MyBatis in C# + .NET Core+ Cache(Memory | Redis) + R/W Splitting + PropertyChangedTrack +Dynamic Repository + InvokeSync + Diagnostics

  • Evolve

    Database migration tool for .NET and .NET Core projects. Inspired by Flyway.

  • monitor-table-change-with-sqltabledependency

    Get SQL Server notification on record table change

  • SaaSHub

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

    SaaSHub logo
  • sqlnotebook

    Casual data exploration in SQL

  • Project mention: Show HN: My Go SQLite driver did poorly on a benchmark, so I fixed it | news.ycombinator.com | 2023-12-14

    The meat of the P/Invoke code is in here: https://github.com/electroly/sqlnotebook/tree/master/src/Sql...

    The parent directory includes code that uses it. I'm most proud of this SQLite virtual table module that proxies queries to remote ADO.NET connections, allowing you to write joins directly between local SQLite tables and remote SQL Server tables. https://github.com/electroly/sqlnotebook/blob/master/src/Sql...

    I've also got a generic virtual table module that lets me easily write table-valued functions in C#: https://github.com/electroly/sqlnotebook/blob/master/src/Sql...

    The goal is to provide various "supercharged" features to base SQLite by taking advantage of all the extension points I can. I wish some went further; in particular the virtual table API doesn't "push down" enough of the original query to allow the module to avoid doing O(N+1) queries in some cases.

  • yuniql

    Free and open source schema versioning and database migration made natively with .NET/6. NEW THIS MAY 2022! v1.3.15 released!

  • WorkloadTools

    A collection of tools to collect, analyze and replay SQL Server workloads, on premises and in the cloud

  • PeanutButter

    Tasty, versatile, nutritious; goes with many things in .net.

  • booking-modular-monolith

    Practical Modular Monolith, built with .Net, DDD, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.

  • BlazarTech.QueryableValues

    This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework Core queries when using the SQL Server database provider.

  • Project mention: QueryableValues for EF Core | /r/dotnet | 2023-05-30

    Are you a user of Entity Framework Core on SQL Server? If so, you may be interested in QueryableValues.

  • PraxisMapper

    Backend API for location-based games or mapping applications powered by OpenStreetMap data. Renders maptiles without external dependencies in C# from SQL Server, MariaDB, or PostgreSQL

  • Project mention: Real map in a game | /r/learnprogramming | 2023-07-05

    I wrote PraxisMapper, a C# app that handles location-based game stuff. I put it together to cut down on how many external tools someone would need to make a location-based game. Here's a few details that I've noted over the years of working on it.

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

  • BlazorShop

    Create a Shop with Blazor Web on Net 7. Stripe Checkout & Subscription

  • Project mention: Blazor WASM Stripe Integration? | /r/BlazorDevelopers | 2023-06-23

    Check this out https://github.com/JBeni/BlazorShop

  • postgresql-to-mssql

    Migrate postgresql data to sql server on the fly!

  • ef-core-7-samples

    Collection of EF Core 7 code samples kept simple

  • BlazarTech.QueryableValues.EF6

    This library allows you to efficiently compose an IEnumerable<T> in your Entity Framework 6 (non-core) queries when using the SQL Server database provider. It's a streamlined version of the original QueryableValues for EF Core: https://github.com/yv989c/BlazarTech.QueryableValues.

  • Project mention: QueryableValues for EF Core | /r/dotnet | 2023-05-30

    For those still working with EF6, I've got you covered. You can find a slim version that works with the legacy EF6 here: https://github.com/yv989c/BlazarTech.QueryableValues.EF6

  • DiscordBot

    A Discord Bot written in C# The bot reports statistics to a REST API. This project uses C#, Discord.NET, Serilog, Dapper, Entity Framework Core, SQL Server, SQLite, ASP.NET Core Web API (by JoyfulReaper)

  • view-stored-procedures

    Simple view for SQL-Server database stored procedures

  • Project mention: Get SQL-Server Stored Procedures with C# | dev.to | 2024-05-04

    GitHub repository

  • qatoolkit-engine-database-net

    QAToolKit engine for performing database integration tests.

  • efcore-dapper-dataprovider

    Basic code samples for working with sql-server via EF Core, Dapper and SqlClient

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

  • Upserting complex data models from an API into EF Core entities

    3 projects | /r/dotnet | 2 Jun 2023
  • EF Core 7: Json columns

    1 project | dev.to | 25 Mar 2023
  • basic tests or tools to compare performance?

    1 project | /r/SQLServer | 17 Mar 2023
  • How to Handle MSSQL Database in CI/CD?

    3 projects | /r/devops | 26 Jan 2023
  • yuniql: A cross-platform, multi-database schema version control made with C#/.NET6

    4 projects | /r/csharp | 24 May 2022
  • yuniql: Cross-platform, multi-database schema version control. Zero dependencies. Plain SQL. Just release v1.30!

    1 project | /r/coolgithubprojects | 24 May 2022
  • Released yuniql v1.2.25. Multi-tenant support, Oracle and largest set of bug fixes

    1 project | dev.to | 21 Feb 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 20 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 Sqlserver projects in C#? This list will help you:

Project Stars
1 nopCommerce 8,993
2 FreeSql 3,989
3 EFCore.BulkExtensions 3,504
4 LINQ to DB 2,869
5 SmartSql 1,052
6 Evolve 827
7 monitor-table-change-with-sqltabledependency 646
8 sqlnotebook 589
9 yuniql 411
10 WorkloadTools 227
11 PeanutButter 173
12 booking-modular-monolith 147
13 BlazarTech.QueryableValues 87
14 PraxisMapper 46
15 GraphQL.RepoDB 39
16 BlazorShop 21
17 postgresql-to-mssql 16
18 ef-core-7-samples 8
19 BlazarTech.QueryableValues.EF6 5
20 DiscordBot 4
21 view-stored-procedures 12
22 qatoolkit-engine-database-net 2
23 efcore-dapper-dataprovider 2

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