Spugnetta
Spugnetta
CC#
Created by Spugnetta on 4/19/2024 in #help
Help! records & Ef
No description
27 replies
CC#
Created by Spugnetta on 4/19/2024 in #help
Help! records & Ef
27 replies
CC#
Created by Spugnetta on 4/19/2024 in #help
Help! records & Ef
No description
27 replies
CC#
Created by Spugnetta on 4/19/2024 in #help
Help! records & Ef
No description
27 replies
CC#
Created by Spugnetta on 3/18/2024 in #help
blazor layout not interactive
No description
8 replies
CC#
Created by Spugnetta on 3/18/2024 in #help
blazor layout not interactive
tl dr: page responsivness work but the layout code is not responsive
8 replies
CC#
Created by Spugnetta on 3/18/2024 in #help
blazor layout not interactive
No description
8 replies
CC#
Created by Spugnetta on 3/18/2024 in #help
blazor layout not interactive
i cant put interactive mode on the layout itself that throws exception and when i make the router interactive mode i have a wierd bug where there's a loop with the requests
8 replies
CC#
Created by Spugnetta on 3/18/2024 in #help
blazor layout not interactive
:C
8 replies
CC#
Created by Spugnetta on 3/18/2024 in #help
blazor layout not interactive
and its not mudblazor i tryed with other layouts too
8 replies
CC#
Created by Spugnetta on 3/18/2024 in #help
blazor layout not interactive
nop counter works fine is the app bar that is not responsive
8 replies
CC#
Created by Spugnetta on 3/13/2024 in #help
Avoiding circular references in navigation properties
well thx i figured it out 🙂
11 replies
CC#
Created by Spugnetta on 3/13/2024 in #help
Avoiding circular references in navigation properties
😅 🙏
11 replies
CC#
Created by Spugnetta on 3/13/2024 in #help
Avoiding circular references in navigation properties
oh yea 🙂 sure dumb question sorry
11 replies
CC#
Created by Spugnetta on 3/13/2024 in #help
Avoiding circular references in navigation properties
No description
11 replies
CC#
Created by Spugnetta on 3/13/2024 in #help
Avoiding circular references in navigation properties
thx for the answer, can i ask you more about this? also with creating i meant for example creating the author, then creating the post and then assign them to each other, and then add them to db
11 replies
CC#
Created by Spugnetta on 2/25/2024 in #help
Updating Immutable object with ef
No description
66 replies
CC#
Created by Spugnetta on 2/25/2024 in #help
Updating Immutable object with ef
ok thx 😄 then i need a class as a model and if i want something to be immutable i should use it in its properties
66 replies
CC#
Created by Spugnetta on 2/25/2024 in #help
Updating Immutable object with ef
context.Blogs .Where(b => b.Rating < 3) .ExecuteUpdate(setters => setters.SetProperty(b => b.IsVisible, false)); how does it works? does it use some kind of reflection to access even readonly fields?
66 replies
CC#
Created by Spugnetta on 2/25/2024 in #help
Updating Immutable object with ef
i need to understand something, what if i have a record as an enitity with just and Id and Name, how can i update that record with ef?
66 replies