Luc ♡
Luc ♡
Explore posts from servers
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
mhm. our company is sitting on a lot of UGC which is built for unity only, i know the pain... PS: godot is a nice engine :p
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
but if it works for your case, and is even faster, good to know lol
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
never fiddled with it, since it lacks prettymuch all features of other serialisers
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
Honestly, unitask, which you might already have, is the best option
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
before you were locked to NET Framework 4.X
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
and only now with unity 2021+ you can have netstandard2.1 features
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
which is sad, but unity also still runs an old mono version
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
System.Text.Json is almost non existant there atm
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
well you are dealing with unity here
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
Async await tasks are very different in unity, then from what you expect in a standard .NET application.
35 replies
CC#
Created by breakfast on 9/18/2023 in #help
❔ [Unity-ish/Newtonsoft] Efficient ways to deserialize a large amount of json data.
You can also switch context to a threadpool thread without UniTask, but using UniTask is probably making your life way easier
35 replies
CC#
Created by Luc ♡ on 8/9/2023 in #help
❔ OAuth 2.0 // OIDC libraries
I should also mention that this needs to integrate into an already existing system, with users and much more, that does not use OAuth or other standards yet.
3 replies
CC#
Created by Shiv on 7/3/2023 in #help
❔ Multiple Read and write to an excel file simultaneously C#
well said ZP
19 replies
CC#
Created by Shiv on 7/3/2023 in #help
❔ Multiple Read and write to an excel file simultaneously C#
but the users directly accessing the same file over e.g. smb is a bad idea and wont work like "expected"
19 replies
CC#
Created by Shiv on 7/3/2023 in #help
❔ Multiple Read and write to an excel file simultaneously C#
Honestly, depending on what your exact usecase is, having just a single api taking care of that one file handle would also do the trick
19 replies
CC#
Created by Zil on 7/3/2023 in #help
❔ SQL query for multiple data objects
EF Core would make your life way easier with this
9 replies
CC#
Created by Shiv on 7/3/2023 in #help
❔ Multiple Read and write to an excel file simultaneously C#
if your using something like sharepoint for example, multiple people should be able to edit it at the same time? I dont really remember, dont work with excel and word that much anymore.
19 replies
CC#
Created by Shiv on 7/3/2023 in #help
❔ Multiple Read and write to an excel file simultaneously C#
like most things that require any central data storage technology xd
19 replies
CC#
Created by Shiv on 7/3/2023 in #help
❔ Multiple Read and write to an excel file simultaneously C#
your usecase indeed sounds fitting for a database.
19 replies