Answer Overflow Logo
Change Theme
Search Answer Overflow
GitHub
Add Your Server
Login
Home
Popular
Topics
Gaming
Programming
Allan
Posts
Comments
C
C#
•
Created by Allan on 9/18/2023 in
#help
Blazor Server: recommendations for Production use
I guess I could try storing the state I need to save in the local storage, but how can I do it without duplicating my code every time I have forms?
4 replies
C
C#
•
Created by Allan on 9/18/2023 in
#help
Blazor Server: recommendations for Production use
I tried implementing the PersistingComponentState but when I lose connection with the server the PersistAsync is never called
4 replies
C
C#
•
Created by Allan on 9/18/2023 in
#help
Blazor Server: recommendations for Production use
bump 🙃
4 replies
C
C#
•
Created by Allan on 6/6/2023 in
#help
Questions regarding Blazor (WASM, Server etc.)
Thanks Hin, it's something I wanted to clarify on my head
6 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
https://images-ext-2.discordapp.net/external/ufDdSC3rc1Fjqei3LmznpCLm5nP8E-cbOG73M2_LBnk/https/i.alnmrc.com/72e732c13d2c49f79026525cc636df82.png
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
Why do I have a different output 👀
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
mh
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
The converter is gonna be fine I guess anyway, I just wanted not to do one if there's a built-in solution to the issue
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
Could be yes 🙄
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
I'm persisting it in a MSSQL database then giving it back whenever someone asks me to
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
I'm not using it
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
I can't ever know what's inside data
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
{
width,
height,
...,
data
: {
???
}
}
{
width,
height,
...,
data
: {
???
}
}
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
Nope
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
I don't think I ever had that kind of issues with Json.Net
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
Thank you then, I'll roll a converter for this. I'm pretty sure a dynamic converter for this could be built in in the library though...
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
Yeah... The data come from some JavaScript library, they do clown things there
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
And so should I make a converter for this?
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
That means I have to reinvent the wheel just because it’s not a concrete type? Cause right I have that cool JsonElement but using Serialize on foo1 or foo2 won’t serialize it back properly
38 replies
C
C#
•
Created by Allan on 2/27/2023 in
#help
Serialize a JsonDocument/JsonElement with STJ
It’s an unpredictable object
38 replies