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)

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS 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

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

  • 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

  • sql-server-datetime2

    Learn about using datetime2 precision

  • 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

Index

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

Project Stars
1 nopCommerce 8,909
2 FreeSql 3,973
3 EFCore.BulkExtensions 3,460
4 LINQ to DB 2,859
5 SmartSql 1,045
6 Evolve 824
7 monitor-table-change-with-sqltabledependency 645
8 sqlnotebook 588
9 yuniql 410
10 WorkloadTools 229
11 PeanutButter 170
12 booking-modular-monolith 142
13 BlazarTech.QueryableValues 87
14 PraxisMapper 45
15 GraphQL.RepoDB 38
16 BlazorShop 20
17 postgresql-to-mssql 16
18 ef-core-7-samples 8
19 BlazarTech.QueryableValues.EF6 5
20 DiscordBot 4
21 qatoolkit-engine-database-net 2
22 efcore-dapper-dataprovider 2
23 sql-server-datetime2 1

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