Alizer
Alizer
CC#
Created by Alizer on 1/15/2024 in #help
advanced inheritance in arguments
No description
3 replies
CC#
Created by Alizer on 7/31/2023 in #help
❔ Return PartialView with ``for`` attribute
mmm...i see, if its tanya saying it then there really must be no other way
7 replies
CC#
Created by Alizer on 7/31/2023 in #help
❔ Return PartialView with ``for`` attribute
or maybe we can do this with blazor
7 replies
CC#
Created by Alizer on 7/31/2023 in #help
❔ Return PartialView with ``for`` attribute
yeah but isnt there a more better way
7 replies
CC#
Created by Alizer on 7/30/2023 in #help
✅ Retain form tag helper names inside partial view
nevermind i plugged this in chatgpt and the correct answer is to pass it to the partial view's for attribute <:picard_facepalm:616692703685509130>
3 replies
CC#
Created by Alizer on 4/28/2023 in #help
❔ what the proper way to check if ``dynamic`` has a specific property?
16 replies
CC#
Created by Alizer on 4/28/2023 in #help
❔ what the proper way to check if ``dynamic`` has a specific property?
16 replies
CC#
Created by Alizer on 4/28/2023 in #help
❔ what the proper way to check if ``dynamic`` has a specific property?
if i make a class/struct just for the model it would contain 50+ properties
16 replies
CC#
Created by Alizer on 4/28/2023 in #help
❔ what the proper way to check if ``dynamic`` has a specific property?
yeah but the data i send to this specific partial view vary a lot
16 replies
CC#
Created by Alizer on 2/10/2023 in #help
❔ Any good persistent data solution for .net core 6 c#?
but my app runs in avalonia and is targeted to ubuntu desktop
12 replies
CC#
Created by Alizer on 2/10/2023 in #help
❔ Any good persistent data solution for .net core 6 c#?
System.Configuration.ConfigurationManager looks like a .net framework thing, and wont work on .net core
12 replies
CC#
Created by Alizer on 2/10/2023 in #help
❔ Any good persistent data solution for .net core 6 c#?
alright, sigh i guess i have to write it my own
12 replies
CC#
Created by Alizer on 12/14/2022 in #help
❔ how to get the current selected text from any window just like how clipboard does it?
im making an auto translator app for selected text, i just basically have to know what the current highlighted/selected text is
6 replies
CC#
Created by Alizer on 10/31/2022 in #help
how to add a table to an existing ef core database created using EnsureCreated()?
also there is no way I can just throw away the existing db, it already has many important data because i basically host a forums site
4 replies
CC#
Created by Alizer on 10/1/2022 in #help
Does DbSet.FirstOrDefaultAsync return a tracked entity?
ohhh i see, thats why things were getting weird I KNEW IT
5 replies
CC#
Created by Alizer on 9/16/2022 in #help
where does the default ASP Core with Identity put the registration and login form?
oh i see that fixes the problem
3 replies