Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts
-
Updated
Nov 2, 2020 - C#
{{ message }}
Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts
ASP.NET Core backend implementation for RealWorld
.NET's fastest JSON, JSV and CSV Text Serializers
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
Admin后端,前后端分离的权限管理系统,集成统一认证授权,支持国内外主流数据库自由切换和动态高级查询,基于.Net开发的WebApi
Professional REST API design with ASP.NET Core 3.1 WebAPI
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Config, Serializers, etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,OSX/IOS/Android) and freepascal (Windows/Linux).
Moking Entity Framework Core operations such ToListAsync, FirstOrDefaultAsync etc
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
An Object-Object AutoMapper for TypeScript
AA.Framework is built on the popular open source class library of NET Core
一个基于ASP.NET MVC 5+Repository+Autofac+AutoMapper+SqlSugar 的系列教程
Destiny.Core.Flow是基于.Net Core开发的一个开源Admin管理框架目前有以下模块:菜单管理、用户管理、角色管理、用户角色、角色权限等功能。
Sample using Command and Query Responsibility Segregation (CQRS) implemented in .NET Core by using MediatR and identityserver4, background workers, real-time metrics, monitoring, logging, validations, swagger and more
An Object-Object AutoMapper module for NestJS.
ASP.NET Core application using Command Pattern and Repository Pattern
A automatic object-object copyer
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Save entire entity graphs to EntityFramework >= 5 from any DTO or dicctionary. It's like saving a MongoDB document.
Clinic management project using Asp.net mvc5
This is a ModelBinder designed to consume an http request and build a json serializable object for the Kendo UI Grid datasource. AutoMapper is used to support mapping from ViewModel <> Entity.
Add a description, image, and links to the automapper topic page so that developers can more easily learn about it.
To associate your repository with the automapper topic, visit your repo's landing page and select "manage topics."
When for example an array is passed to
map,get_classwill trigger an error. It would be better to check the type and throw anInvalidArgumentExceptionif needed. In the future, we could add mappings from scalars (such as arrays, #18)