aligholipour / StatePattern-EFCore

An example of a state pattern with EF Core and persistent state in SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

State Design Pattern and Value Conversions in EF Core

This project is an implementation of the State Design Pattern in C# and the use of Value Conversions in Entity Framework Core to read from and save to SqlServer

Value Conversions are used to transform data between the C# domain model and the database.

About

An example of a state pattern with EF Core and persistent state in SQL Server


Languages

Language:C# 100.0%