YaiGenes / consoleProjectEntityFramework

This is a project which takes an instruction in json file and transform it into several objects. After, this objects are translated into processes which after be validated, the object instruction results are published in a database. Design patterns used: Singleton, Factory, Chain of Responsability and Composite. Entity framework approach used: code first. The diagram in the readme explain the data flux and the relation between code parts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consoleProjectEntityFramework

This is a project which takes an instruction in json file and transform it into several objects. After, this objects are translated into processes which after be validated, the object instruction results are published in a database. Design patterns used: Singleton, Builder, Chain of Responsability and Composite. Entity framework approach used: code first. The diagram in the readme explain the data flux and the relation between code parts.

TECHNOLOGIES

.NETCore 5.0 EntityFramework Json deserializer Linq

DESIGN PATTERNS

Singleton Builder Chain of Responsability Composite

DIAGRAM

DiagramEntityFramework

About

This is a project which takes an instruction in json file and transform it into several objects. After, this objects are translated into processes which after be validated, the object instruction results are published in a database. Design patterns used: Singleton, Factory, Chain of Responsability and Composite. Entity framework approach used: code first. The diagram in the readme explain the data flux and the relation between code parts.


Languages

Language:C# 100.0%