Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 311 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 311 Bytes

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.