This project contains a sample ASP.NET Core app. This app is an example of the article I produced for the Telerik Blog (telerik.com/blogs)
This repository contains an ASP.NET Core application that focuses on the Value Object concept of Domain Driven Design - DDD.
- .NET 9: To date, the latest version of .NET
- Value Object: Classes without identity and immutable
- SQL Server: Connection to SQL Server
- EF Core: Database generation through migrations scaffolding
- Clone the repository to your local machine.
- Configure the database connection in
appsettings.json. - Run database migrations to set up the tables.