Skip to content
#

dotnet6

Here are 73 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#

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 Nov 11, 2021
  • C#
Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Jul 8, 2021

As a developer, I would like to automatically create a layout with pages from a given resource tree, so that my project is easier to maintain.

Example

var tree = ResourceTree.FromProject("Pages");

var pages = Pages.From(tree);

var website = Website.Create()
                     .Content(pages);

Acceptance criteria

  • The functionality is implemented in a n

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