-
Updated
Feb 11, 2022 - C#
#
dotnet6
Here are 241 public repositories matching this topic...
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
angular
typescript
csharp
solid
dotnet
aspnetcore
ddd
dotnetcore
best-practices
clean-code
architecture
domain-driven-design
dot-net
clean-architecture
dotnet-core
aspnet-core
c-charp
dotnet6
net6
dot-net-6
Free Open Source Reporting tool for .NET6/.NET Core/.NET Framework that helps your application generate document-like reports
pdf
opensource
csharp
dotnet
dotnetcore
reporting
report
dotnet-core
reporting-engine
pdf-generation
report-generator
fastreport
reporting-tool
dotnet5
dotnet6
-
Updated
Feb 26, 2022 - C#
Piranha CMS is the friendly editor-focused CMS for .NET6 that can be used both as an integrated CMS or as a headless API.
cms
dotnet-core
asp-net-core
piranha
cms-framework
asp-net-core-mvc
entityframeworkcore
asp-net-core-razor-pages
dotnet6
-
Updated
Feb 22, 2022 - C#
kubernetes
crud
microservices
cqrs
microservice
aspnetcore
containers
ddd
clean-architecture
microservices-architecture
mediatr
cleanarchitecture
ddd-patterns
ddd-architecture
outbox
tye
blazor-webassembly
dapr
clean-architecture-boilerplate
dotnet6
-
Updated
Aug 2, 2021 - C#
A light-weight REST Api framework for ASP.Net 6 that implements REPR (Request-Endpoint-Response) Pattern
-
Updated
Feb 26, 2022 - C#
微服务框架,同时也适用于单体架构系统的开发。支持经典三层与DDD架构开发模式、集成了一系列主流稳定的微服务配套技术栈。一个前后端分离的框架,前端基于Vue、后端基于.Net 5.0构建。
docker
microservices
consul
ddd
dotnetcore
restful
ocelot
efcore
refit
fluentvalidation
skywalking
dotnet5
dapr
adnc
dotnet6
-
Updated
Nov 23, 2021 - C#
A .NET 6 scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀
docker
cli
template-engine
cqrs
csharp
rabbitmq
web-api
dotnet-core
scaffolding
cli-commands
mediatr
automated-testing
craftsman
masstransit
event-driven-architecture
automated-test-generation
wrapt
vertical-slice-architecture
dotnet6
net6
-
Updated
Feb 26, 2022 - C#
PixiEditor is a lightweight pixel art editor made with .NET 6
editor
games
csharp
sprites
pixel-art
graphics
dotnetcore
discord
wpf
game-development
tabs
draw
dotnet-core
pixi
hacktoberfest
2d
graphics-editor
raster-graphics
pixel-arts
dotnet6
-
Updated
Feb 26, 2022 - C#
ASP.NET Core 6 Web API Clean Architecture Solution Template
-
Updated
Nov 10, 2021 - C#
Add-on for Ableton Live that enables live coding functionality fully integrated into Live's session view.
csharp
live
live-coding
algorithmic-composition
ableton
ableton-live
m4l
maxforlive
live-api
dotnet6
-
Updated
Feb 19, 2022 - C#
A library that generates Minimal API endpoints for an Entity Framework context.
-
Updated
Feb 26, 2022 - C#
.NET 6 Nuget Packages.
security
ioc
validation
mongodb
nuget-packages
repository
dotnet
mapping
aspnetcore
nuget
dotnetcore
logging
dot-net
mediator
dotnet-core
dot-net-core
entityframeworkcore
dotnet6
net6
dot-net-6
-
Updated
Feb 11, 2022 - C#
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.
api
bdd
specflow
netcore
api-rest
swagger-ui
aspnet-core
hexagonal-architecture
csharp-code
ddd-patterns
csharp-core
layered-architecture
fluentvalidation
netcore-webapi
aspnetcorewebapi
netcoreapp
github-actions
dotnet6
-
Updated
Jan 14, 2022 - C#
Fully automatic admin site generator for ASP.NET Core and .NET 6
-
Updated
Feb 20, 2022 - C#
ASP.NET Core MVC implementation of the WOPI protocol. Enables integration with WOPI clients such as Office Online Server.
dotnetcore
cobalt
office
dotnet-core
aspnet-core
dotnet-standard
kestrel
hacktoberfest
owa
wopi
ms-wopi
ms-fsshttp
oos
wopi-host
net-core
office-online
dotnet5
net5
dotnet6
net6
-
Updated
Nov 13, 2021 - C#
The PnP Core SDK is a modern .NET SDK designed to work for Microsoft 365. It provides a unified object model for working with SharePoint Online and Teams which is agnostic to the underlying API's being called
-
Updated
Feb 26, 2022 - C#
PnP Framework is a .NET library targeting Microsoft 365 containing the PnP Provisioning engine and a ton of other useful extensions
csharp
hacktoberfest
pnp-provisioning-engine
dotnetstandard
dotnet5
hacktoberfest2021
pnp-framework
dotnet6
-
Updated
Feb 26, 2022 - C#
An example web app based on the new feature in .NET 6 | minimal web API in ASP.NET 6
-
Updated
Jul 14, 2021 - C#
This is a n-layer architecture based on Common web application architectures.
sql-server
clean-code
swagger
nunit
entity-framework-core
asp-net-core
webapi
fluent-assertions
n-tier-architecture
dotnet5
blazor-webassembly
dotnetcore31
n-layer-architecture
fleunt-validation
dotnet6
net6
-
Updated
Jan 19, 2022 - C#
A full-stack .NET 6 Microservices build on Minimal APIs and C# 10
microservices
clean-architecture
northwind
debezium
masstransit
tye
blazor-webassembly
grpc-dotnet
kafka-dotnet
dotnet6
minimal-api
minimalapis
-
Updated
Nov 29, 2021 - C#
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
ftoledo
commented
Oct 25, 2021
MBBSEmu should capture module crashes and avoid closing the application completely.
It should have some error counters, leave them in a log but it should keep the application active until it is closed (for example by a /SYS SHUTDOWN command)
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.
graphql
solid
dotnet
ddd
graphql-server
efcore
asp-net-core
webapi
onion-architecture
dry
graphql-api
web-mvc
graphql-dotnet
asp-net-mvc5
asp-core-mvc
asp-net-core-5
dotnet6
efcore6
-
Updated
Feb 16, 2022 - C#
ASP.NET Core 6 Identity with FIDO2 WebAuthn MFA, passwordless
-
Updated
Feb 13, 2022 - CSS
ContainerNinja is a boilerplate template project to demonstrate building a multi-container Full Stack application with ASP.NET Core (.NET 6) Web API following Clean Architecture, and Angular.
docker
angular
docker-compose
clean-code
design-patterns
clean-architecture
entity-framework-core
aspnet-core
asp-net-core
webapi
onion-architecture
hexagonal-architecture
code-first
dotnet6
-
Updated
Feb 15, 2022 - C#
A demo app using Nrwl Nx toolkit, Angular CLI, Angular Material, NgRx platform, and .NET 6.0 + Microsoft.AspNetCore.SpaServices.Extensions
-
Updated
Feb 26, 2022 - TypeScript
CellReport 是一个netcore实现的、以复杂统计报表为核心目标的制作、运行工具。支持数据看板、大屏制作。你可以使用数据库、excel文件、api服务、已有报表等为数据源,通过内置的集合函数组织数据,以类excel界面设计最终呈现结果。
opensource
vue
csharp
dotnet
reporting
netcore
report
dotnet-core
reporting-engine
asp-net-mvc
report-generator
reporting-tool
reporting-tools
dotnet5
dotnet6
luckysheet
cellreport
-
Updated
Feb 25, 2022 - JavaScript
WOW Classic Grind Bot, World of Warcraft Grind Bot - No DLL injection or memory watching, just screen capture and mouse and keyboard clicking.
bot
wow
lua
csharp
dotnet
world-of-warcraft
grind
world-of-warcraft-addon
world-of-warcraft-classic
pixelbot
dotnet6
-
Updated
Feb 23, 2022 - C#
An online tool that generates UI components for Vue.js developers
-
Updated
Feb 26, 2022 - Vue
Improve this page
Add a description, image, and links to the dotnet6 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dotnet6 topic, visit your repo's landing page and select "manage topics."


I hope you can add some chinese explain for this project.