0
Analogon created
- UI type: Blazor
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes / no
- Exception message and stack trace:
- Steps to reproduce the issue:"Create a record with a unique index with data than exists I get "internal error. I need to handle this error without having to check for its existence first. Because this is redundancy.
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
1 Answer(s)
-
0
hi
You can call the repository method to check for duplicates in the Domain service or Application service. This is the recommended practice.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)