Amin Sharifi
Amin Sharifi
The Product class didn't use a class initializer, is it better to use an initializer like the one below? public Product() { ProductPrices = new HashSet(); }
In ProductPrice class used Product without a virtual word, which one is better? 1- "public Product Product { get; set; }" ? 2- "public virtual Product Product { get; set;...
If it's good practice, may I do the same for the rest of the project's setters?
### Things to check - [X] I have searched the **existing issues** for this bug - [X] To rule out a caching problem I made sure the bug also happens...
### Things to check - [X] I have searched the **existing issues** for this bug - [X] To rule out a caching problem I made sure the bug also happens...
All projects have been unified for CQRS; based on the implementation of the sample project. https://github.com/ardalis/CleanArchitecture/commit/089b3304e272fbdce03d1ee330076f2e565d9c59
All projects have been unified for "Fluent Builder Pattern"; based on the implementation of the sample project. https://github.com/ardalis/CleanArchitecture/commit/45257c25359087bc94502e0346d8fc962d51ed10