Skip to content
#

dotnet6

Here are 303 public repositories matching this topic...

🕸 Yet Another .NET Clean Architecture, but for Microservices project. It uses Minimal Clean Architecture with DDD-lite, CQRS-lite, and just enough Cloud-native patterns apply on the simple eCommerce sample and run on Tye with Dapr extension 🍻

  • Updated Aug 2, 2021
  • C#
mix.core
Smilefounder
Smilefounder commented Feb 21, 2021

Is your feature request related to a problem? Please describe.
Allow social login:

  1. Google
  2. Facebook
  3. Github (this is also for future in CMS discussion, create a ticket to Github purpose)
  4. Others (eg, Github, MS, Twitter, Apple,...)

Describe the solution you'd like

  • Allow login via /security/login or /security/register
  • Allow login methods via API
  • Allow l
enhancement good first issue Priority:2 1.x-candidate
aurora-api-project

Aurora is a project developed in .NET 6, where it aims to show how to create something using an architecture, in layers, simple and approaching, in a simplistic way, some concepts such as DDD.

  • Updated Jan 14, 2022
  • C#
Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Dec 9, 2021

As a developer, I would like to virtualize existing resource trees, so that I can extend them with my own content.

Example

var tree = ResourceTree.FromDirectory("/app")
                       .Virtualize()
                       .Add("config.js", Resource.FromFile("/cfg/config.js"));

var spa = SinglePageApplication.From(tree);

Acceptance criteria

  • The func
enhancement good first issue
MBBSEmu

This project exemplifies the implementation and dockerization of a simple Razor Web MVC Core consuming a full GraphQL 4 Web API, build in a .NET 6 multi-layer project, considering development best practices, like SOLID and DRY, applying Domain-Driven concepts in a Onion Architecture.

  • Updated Apr 7, 2022
  • C#

CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。

  • Updated Apr 8, 2022
  • JavaScript

Improve this page

Add a description, image, and links to the dotnet6 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotnet6 topic, visit your repo's landing page and select "manage topics."

Learn more