Denis
Denis
CC#
Created by Kek on 10/13/2024 in #help
MVVM should model items have INotify?
I can say that there's nothing wrong in making a model observable. The viewmodel must inherently be observable, but it also contains business logic, commands and so on. A model; however, should just represent data. So, no business logic, no commands, no methods (apart from equality, cloning, etc.). This doesn't mean you can't make the model observable. Otherwise you'd be forced write a ton of unnecessary viewmodels that'd shadow your models, only to add observability. In some cases this is a valid approach. E.g., a validated form for creating a record in the db
10 replies
CC#
Created by Kek on 10/13/2024 in #help
MVVM should model items have INotify?
Some time ago I've asked the same question here.
10 replies
CC#
Created by tonir66 on 10/7/2024 in #help
Hello i have a question i am trying to display this text on my game but it doesnt work can anyone h
$unity
5 replies
CC#
Created by Pedro Gil Mora on 10/7/2024 in #help
Dictionary vs switch in source generated code
Switch expressions return the delegate which you can then execute
52 replies
CC#
Created by Pedro Gil Mora on 10/7/2024 in #help
Dictionary vs switch in source generated code
Switch expressions is a different way of writing switches, in case that's where the confusion comes from
52 replies
CC#
Created by shiningvictory on 10/5/2024 in #help
✅ Hey IDK how to use NetSpell
Whenever a library has poor documentation I search all of github for usages of said library to find examples
5 replies
CC#
Created by MoBomba on 10/4/2024 in #help
✅ None of my stuff is being pushed to my repository on github.
$details
10 replies
CC#
Created by MoBomba on 10/4/2024 in #help
✅ None of my stuff is being pushed to my repository on github.
I'm guessing you didn't setup your git name and email
10 replies
CC#
Created by Denis on 9/26/2024 in #help
✅ Distributed transactions
Thank you for the suggestion! I'll check it out
15 replies
CC#
Created by Denis on 9/26/2024 in #help
✅ Distributed transactions
Not sure how this is relevant though
15 replies
CC#
Created by Denis on 9/26/2024 in #help
✅ Distributed transactions
The product is installed on prem. It can find itself in a corporate environment or a small business with barely any IT.
15 replies
CC#
Created by Denis on 9/26/2024 in #help
✅ Distributed transactions
Please clarify what is meant by ecosystem? The server is an ASP.NET Core application exposing an gRPC API. The clients are whatever connects to said API. However, I think this isn't quite relevant
15 replies
CC#
Created by Denis on 9/26/2024 in #help
✅ Distributed transactions
By write I mean any write operation in general, but let's say it's a SQL database supporting transactions
15 replies
CC#
Created by Denis on 9/26/2024 in #help
✅ Distributed transactions
I mean that the server dies, the connection is interrupted physically, or an unexpected exception is thrown
15 replies
CC#
Created by tonir66 on 9/20/2024 in #help
Hello i have a question
$unity
4 replies
CC#
Created by Angius on 9/12/2024 in #help
EF Core 1-1 relationship with automatic discriminator
I believe I've solved this problem at some point. I'll check it out asap. If I don't in the next 3 hours, dm or ping me. Worst case scenario you design this database using Oracle DB SQL Developer, deploy it, and then reverse engineering using EF Core
20 replies
CC#
Created by MasterLanz on 8/20/2024 in #help
console freeze replication because of quick edit in windows 11
And it was due to clicks
14 replies
CC#
Created by MasterLanz on 8/20/2024 in #help
console freeze replication because of quick edit in windows 11
Huh, interesting observation. The last time I've had to fix this issue was on Win10
14 replies
CC#
Created by MasterLanz on 8/20/2024 in #help
console freeze replication because of quick edit in windows 11
Make sure to console write the date time to see the output change
14 replies
CC#
Created by MasterLanz on 8/20/2024 in #help
console freeze replication because of quick edit in windows 11
And see the output stop
14 replies