Domain-Driven-Design-Example icon indicating copy to clipboard operation
Domain-Driven-Design-Example copied to clipboard

Blog series supplementary domain-driven design C# repository that (hopefully) actually makes sense.

Results 7 Domain-Driven-Design-Example issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

https://github.com/zkavtaskin/Domain-Driven-Design-Example/blob/4c9c759cc890aedf453b26a2d73e249118661e03/eCommerce.WebService/Controllers/CartController.cs#L27

Hello, I really appreciate your DDD repository. I am aware of Services and Specification acts as navigator among the models. Beside that, Let me know what are the differents between...

Bumps Microsoft.Data.OData from 5.2.0 to 5.8.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Data.OData&package-manager=nuget&previous-version=5.2.0&new-version=5.8.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Hello there is a little change that makes API more Restful and also adds Postman request collection to easily consume it.