@manhng

Welcome to my blog!

Migrate NET to NET Core

May 3, 2021 21:11

Migrate NET to NET Core (edit)

Migrating from ASP.NET to ASP.NET Core (markheath.net)

HttpClient Wrapper

smarthead/YaStation.Reverse: Yandex Quasar Api Wrapper (github.com)

  • Mediator design pattern
  • Command and Query Responsibility Segregation (CQRS) pattern
  • Event Sourcing pattern
  • MediatR library

Command and Query Responsibility Segregation (CQRS) pattern

https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs

Event Sourcing pattern

https://docs.microsoft.com/en-us/azure/architecture/patterns/event-sourcing

Mediator design pattern

https://sourcemaking.com/design_patterns/mediator/

https://www.dofactory.com/net/mediator-design-pattern/

MediatR library

GitHub - jbogard/MediatR: Simple, unambitious mediator implementation in .NET

https://codeopinion.com/mediator-pattern-hangfire/

ASP.NET Core CMS

  • C#
  • ASP.NET Core
  • Entity Framework Core
  • MSSQL, MySQL, SQLite, PostgreSQL

.NET Standard framework to create simple and clean design. Advanced features for DDD, CQRS and Event Sourcing.

A forum software built with ASP.NET Core Blazor WebAssembly

  • Blazor WebAssembly 5.0.1
  • Entity Framework Core 5.0.1
  • SQL Server

Categories

Recent posts