Skip to content

Step by Step Development of AspNetRun Core

Mehmet Özkaya edited this page Mar 25, 2019 · 2 revisions

This tutorial includes step by step development of aspnetrun-core repository.

Use Cases

We will track on example of Product-Category use cases. Similar to e-commerce domain, we have Product entity and Category entity. In our example Product has only 1 category.

Creating Layers

As per previous chapters you can see clean architecture and we will create 4 layer;

  • Core
  • Application
  • Infrastructure
  • Web
Clone this wiki locally