Black Knight
Black Knight
CC#
Created by Alex on 3/31/2024 in #help
WPF UI Library
Avalonia is amazing, however, there r a lot of challenges working with vids, it had never been straightforward - at least for me - (u may consider some 3rd parties like libVlc or so)
91 replies
CC#
Created by Kays on 4/24/2023 in #help
❔ Confused about one of my Unit Testing
@Mayor McCheese nice, ill be happy if u mentioned me
10 replies
CC#
Created by Kays on 4/24/2023 in #help
❔ Confused about one of my Unit Testing
can u recommend me a good resource for this practice, i am interesting to know more about it ?
10 replies
CC#
Created by schwartzmj on 4/25/2023 in #help
❔ Polymorphic relationships in EF Core / .NET Core
kinda yah, but as u know there are always trade-offs
12 replies
CC#
Created by schwartzmj on 4/25/2023 in #help
❔ Polymorphic relationships in EF Core / .NET Core
12 replies
CC#
Created by schwartzmj on 4/25/2023 in #help
❔ Polymorphic relationships in EF Core / .NET Core
hmmm, if i understand ur problem, u may take a look at TPC
12 replies
CC#
Created by schwartzmj on 4/25/2023 in #help
❔ Polymorphic relationships in EF Core / .NET Core
Hi, general advice: when u coding in dotnet try to not be a Laravel thinker, yes you can implement what u had learn in Laravel here and transfer this knowledge , however remember each community have their own preferences of doing things . can i ask u why u want it to be a Morphic relationship?
12 replies
CC#
Created by Kays on 4/24/2023 in #help
❔ Confused about one of my Unit Testing
Hi, be more specific about ur question... I have some general comments on those screens: u may consider using 1. ArgumentNullException.ThrowIfNull() instead of this if checks 2. try to follow the AAA rule when u constructing tests as u can. 3. that _ after every single world in ur test case names is not preferred, u may want to read this article https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-best-practices
10 replies