dotnet-core

Open-source projects categorized as dotnet-core

Top 23 dotnet-core Open-Source Projects

  • Ryujinx

    Experimental Nintendo Switch Emulator written in C#

  • Project mention: Nintendo Switch Emulator: Progress Report December 2023 | news.ycombinator.com | 2024-01-17

    Their C# JIT [1] generates x86_64 or ARM native code. This is why it's fast.

    1: https://github.com/Ryujinx/Ryujinx/tree/master/src/ARMeilleu...

  • core

    .NET news, announcements, release notes, and more! (by dotnet)

  • Project mention: We are pleased to announce the release of .NET 9 Preview 3 | news.ycombinator.com | 2024-05-15
  • 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
  • awesome-dotnet-core

    :honeybee: A collection of awesome .NET core libraries, tools, frameworks and software

  • AspNetCore-Developer-Roadmap

    Roadmap to becoming an ASP.NET Core developer in 2024

  • Project mention: Advice for Landing Entry-Level Dotnet Job with a CS Degree but no professional Dotnet experience? | /r/dotnet | 2023-07-09

    Here is a cool repo that I think might help too: https://github.com/MoienTajik/AspNetCore-Developer-Roadmap

  • 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

  • Entity Framework

    EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.

  • Project mention: Did GitHub Copilot increase my productivity? | news.ycombinator.com | 2024-05-12

    EF Core 8? Inconsistent behavior is not expected.

    Please consider submitting an issue(s) to https://github.com/dotnet/efcore

  • ABP

    Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.

  • Project mention: ABP Suite: Best CRUD Page Generation Tool for .NET | dev.to | 2024-02-14

    In conclusion, ABP Suite is a game-changer in the realm of application development. Its modular design (comes from ABP Framework), powerful code generation, and support for modern frontend frameworks make it a go-to choice for developers looking to build scalable and feature-rich applications. Whether you are working on a small project or a large enterprise application, ABP Suite provides the tools you need to succeed in your development endeavors.

  • SaaSHub

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

    SaaSHub logo
  • ASP.NET Boilerplate

    ASP.NET Boilerplate - Web Application Framework

  • Project mention: Como avanzar con .Net? | /r/devsarg | 2023-06-27

    https://aspnetboilerplate.com/ (por si alguien le interesa)

  • Hangfire

    An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required

  • Project mention: Hangfire – Background Processing in .NET and .NET Core Applications | news.ycombinator.com | 2024-05-03
  • 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.

  • practical-aspnetcore

    Practical samples of ASP.NET Core 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.

  • Project mention: What advantages/disadvantage does Blazor have in comparison to other popular frontend frameworks? | /r/dotnet | 2023-06-18
  • spectre.console

    A .NET library that makes it easier to create beautiful console applications.

  • Project mention: Harlequin: SQL IDE for Your Terminal | news.ycombinator.com | 2024-01-05

    I like this one for .NET https://github.com/spectreconsole/spectre.console which I found in this list https://github.com/shadawck/awesome-cli-frameworks.

  • awesome-blazor

    Resources for Blazor, a .NET web framework using C#/Razor and HTML that runs in the browser with WebAssembly.

  • Project mention: awesome-blazor VS NOV-Examples-for-Blazor - a user suggested alternative | libhunt.com/r/awesome-blazor | 2023-07-13
  • notesnook

    A fully open source & end-to-end encrypted note taking alternative to Evernote.

  • Project mention: Notesnook – open-source and zero knowledge private note taking app | news.ycombinator.com | 2023-12-20

    The home page title has the word zero knowledge, I guess?

    Their GitHub has slightly more info regarding this, but I agree that stuff like this should have at least a page dedicated for it that explains how they've implemented their security.

    > Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2.

    https://github.com/streetwriters/notesnook

  • Ocelot

    .NET API Gateway

  • Refit

    The automatic type-safe REST library for .NET Core, Xamarin and .NET. Heavily inspired by Square's Retrofit library, Refit turns your REST API into a live interface.

  • Project mention: Exception Handling in C# Methods returning object | /r/dotnet | 2023-12-08

    A lot of people have given you good replies, but have you looked at Refit?

  • imewlconverter

    ”深蓝词库转换“ 一款开源免费的输入法词库转换程序

  • Orchard Core

    Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.

  • Project mention: Orchard Core VS Elanat - a user suggested alternative | libhunt.com/r/OrchardCore | 2023-08-17
  • Electron.NET

    :electron: Build cross platform desktop apps with ASP.NET Core (Razor Pages, MVC, Blazor).

  • Project mention: Blazor Hybrid vs Electon.NET | /r/dotnetMAUI | 2023-06-23

    Yes, it's what Slack, VS Code and bunch of other apps are based on. Electron: https://www.electronjs.org/ Electron.NET: https://github.com/ElectronNET/Electron.NET

  • .NET-Backend-Developer-Roadmap

    Roadmap for a .NET Backend Developer working with Microservices

  • Project mention: Preporuke kursa za C#? | /r/programiranje | 2023-06-15
  • NLog

    NLog - Advanced and Structured Logging for Various .NET Platforms

  • Project mention: Help with matching Serilog with Regex | /r/dotnet | 2023-12-10

    What is it you're trying to accomplish? Either this is a regular expression problem (not really dotnet related) or you should try using structured logging, with a provider and sink that support it so you don't have to use regular expressions.

  • GraphQL for .NET

    GraphQL for .NET

  • Hot Chocolate

    Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Banana Cake Pop the awesome Monaco based GraphQL IDE.

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

dotnet-core related posts

  • We are pleased to announce the release of .NET 9 Preview 3

    1 project | news.ycombinator.com | 15 May 2024
  • Is Gemini the End for ChatGPT?

    1 project | dev.to | 15 May 2024
  • Assumptions in Software Development (with EF Core as example)

    1 project | dev.to | 11 May 2024
  • OpenAI demo some ChatGPT and GPT-4 updates on 13 May

    1 project | news.ycombinator.com | 10 May 2024
  • OpenAI page changed: new Search picture

    1 project | news.ycombinator.com | 6 May 2024
  • Configure Renovate to update preview versions of NuGet packages

    2 projects | dev.to | 4 May 2024
  • Hangfire – Background Processing in .NET and .NET Core Applications

    1 project | news.ycombinator.com | 3 May 2024
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 19 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 dotnet-core projects? This list will help you:

Project Stars
1 Ryujinx 32,592
2 core 20,607
3 awesome-dotnet-core 19,288
4 AspNetCore-Developer-Roadmap 17,721
5 Bitwarden 14,442
6 Entity Framework 13,378
7 ABP 12,312
8 ASP.NET Boilerplate 11,588
9 Hangfire 9,091
10 nopCommerce 8,969
11 practical-aspnetcore 8,934
12 spectre.console 8,731
13 awesome-blazor 8,542
14 notesnook 8,501
15 Ocelot 8,161
16 Refit 8,126
17 imewlconverter 7,304
18 Orchard Core 7,131
19 Electron.NET 7,123
20 .NET-Backend-Developer-Roadmap 6,504
21 NLog 6,178
22 GraphQL for .NET 5,758
23 Hot Chocolate 4,948

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