Skip to content
#

dotnet6

Here are 414 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 May 4, 2022

As a developer of a web service (or controller), I would like to use Protocol Buffers to transmit data more efficiently to my clients.

Example

using GenHTTP.Modules.Protobuf;

var serialization = Serialization.Default() // or .Empty()
                                 .AddProtobuf();

var service = ServiceResource.From<MyC
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 Jun 1, 2022
  • C#

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