daxnet / apworks-core

Apworks framework supporting .NET Core
Apache License 2.0
203 stars 59 forks source link
cqrs domain-driven-design enterprise-applications framework microservices

Apworks Core

Apworks framework supporting .NET Core.

Build status

Introduction

Apworks is an application development framework which provides essential components and building blocks for creating, implementing and deploying enterprise applications with either classic layered architecture or event-driven CQRS architecture styles. The original repo of Apworks framework is here, which was targeting specifically on .NET Framework 4.5.1 based on some legacy technologies and not being maintained anymore.

Apworks Core is the rewrite of the original Apworks framework, with the following enhancements or features built in:

How to Build

  1. Install latest version of .NET Core SDK

  2. Install Git

  3. Clone this repo with the following command:

    git clone https://github.com/daxnet/apworks-core

  4. Build Apworks with the following command:

    dotnet build Apworks.sln

Examples

Please refer to Apworks Examples Github repo for the example applications that make use of Apworks Core framework.

Documentation

Please find the latest documentation here.

References