Skip to content

peppapig13132/dotNet-DDD

Repository files navigation

.NET | Domain-Driven Design(DDD) | CRUD

Environment

  • .NET 6.0
  • MSSQL
    • Create a new database: DDDCRUD
    • Create a new table Users with dbo.Users.sql.

💡 CORS

Focus on .\dotNetCRUDApplication\Program.cs line: 26

app.UseCors(policy => policy.AllowAnyHeader().AllowAnyMethod().AllowAnyOrigin());

Or run a new browser with this command:

C:\Program Files\Google\Chrome\Application>chrome.exe --disable-web-security --user-data-dir="C:\tmpChromeSession

About

ASP.NET, DDD pattern experience

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published