Skip to content
#

dotnet5

Here are 139 public repositories matching this topic...

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

  • Updated Feb 10, 2021
  • C#
Kaliumhexacyanoferrat
Kaliumhexacyanoferrat commented Nov 25, 2020

As a developer, I would like to pass ZIP archives to resource dependent handlers, so that I do not need to extract the archive first.

Example

var archive = Resource.FromFile("./app.zip");

var tree = ResourceTree.FromArchive(archive);

// use the archive for whatever we want to
var app = SinglePageApplication.From(tree); // Listing.From(tree), Resources.From(tree)

Host

Improve this page

Add a description, image, and links to the dotnet5 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 dotnet5 topic, visit your repo's landing page and select "manage topics."

Learn more