Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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)

License

Notifications You must be signed in to change notification settings

zangassis/order-service

Repository files navigation

Order Service

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.

🛠️ Features

  • .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

✨ Getting Started

  1. Clone the repository to your local machine.
  2. Configure the database connection in appsettings.json.
  3. Run database migrations to set up the tables.

About

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages