many things
many things
CC#
Created by Giuseppe on 5/30/2025 in #help
✅ Welp with making a function more abstract
ok so you would take it as an expression serialization that is interpreted by the grid/component itself
22 replies
CC#
Created by Giuseppe on 5/30/2025 in #help
✅ Welp with making a function more abstract
(is it so complex that you need to save it in a json?)
22 replies
CC#
Created by Jacob Campbell on 5/28/2025 in #help
Parsing/Deserializing Structured File’s Bytes
Then there would be methods that check to make sure the messages exist in File.msgTypes and
so this is a dynamic format? there could be arbitrary data?
16 replies
CC#
Created by Jacob Campbell on 5/28/2025 in #help
Parsing/Deserializing Structured File’s Bytes
if it's all a sequential or some of the data is flags/logic to parse data in a different way
16 replies
CC#
Created by Jacob Campbell on 5/28/2025 in #help
Parsing/Deserializing Structured File’s Bytes
more explicit (indianness for example), more byte[] oriented
16 replies
CC#
Created by Jacob Campbell on 5/28/2025 in #help
Parsing/Deserializing Structured File’s Bytes
so it kinda depends how this format is made, if it's linear, recursive, there is inheritance, there is composition, i could think of some ways but can't tell for sure without more details 🤷
16 replies
CC#
Created by Jacob Campbell on 5/28/2025 in #help
Parsing/Deserializing Structured File’s Bytes
for sure first thing i would do is make models and parsing methods as 1:1 to the raw structure as they can be, no logic, just parsing, and build all the rest above that
16 replies
CC#
Created by Jexs on 5/28/2025 in #help
✅ Is my understanding correct?
yes, but you can also use literals so for example 43 + 22F + 62 would change expression type to float
8 replies
CC#
Created by Merineth on 4/29/2025 in #help
Chess Game with WPF in Visual Studio + MVVM
no i mean if you made changes to you code that you don't know how to revert but if you have it versioned as it seems then you should be able to reimplement them piece by piece to see what is breaking the graphics while developing for custom png chess pieces
32 replies
CC#
Created by aj on 5/11/2025 in #help
Need help writing specification for a task
never heard of structograms before
30 replies
CC#
Created by heil H z E f e l i n s s on 5/10/2025 in #help
how to make just the top of the form app without a panel.
you mean without the title bar if you are using winforms there should be an option in the border style iirc
4 replies
CC#
Created by Merineth on 4/29/2025 in #help
Chess Game with WPF in Visual Studio + MVVM
i suppose you aren't keeping your source versioned
32 replies
CC#
Created by LazyGuard on 5/7/2025 in #help
How to properly test my system ?
is there something specific you're worried about the external system limits?
5 replies
CC#
Created by Lisa on 5/8/2025 in #help
✅ Nested Record Inheritance
records can't do that, either you use a class to being able to declare new/override or you don't use inheritance, i'm afraid
19 replies
CC#
Created by Shinobu [Kitchen burner] on 5/8/2025 in #help
Is there an issue with C# Winforms image resizing function?
you can expect picturebox algorithm to not be same quality as browser, but apart from that probably an example of what you mean by blurry would help
5 replies
CC#
Created by LazyGuard on 5/7/2025 in #help
How to properly test my system ?
well, you are the one who knows your system, you should be telling what you care about if the macroscopic operations are the inventory, tracking, and shipment endpoints then i guess those will be the important parts that need to be measured so you test it like for an hour with a growing load to have at least an idea of what it can handle, then obv. you look at machines and services logs to understand when something starts failing, address the bottleneck, repeat while it makes sense what to measure exactly then depends on what is limiting the system, but if you have no idea of how the various parts perform then you can only start with a generic test i think you know you will probably need to have an indicator how how much the queries take/how much db are impacted for a single api call, and how the system behaves >90% load
5 replies
CC#
Created by Extark on 5/5/2025 in #help
✅ json file not found.
what should be being executed that loads and shows said json?
20 replies
CC#
Created by Zelf on 4/30/2025 in #help
Issue with a dependency not loading after building
the error is "could not load", not "could not find"; with that said, i agree that it sucks anyway if you look at compilation log you should see something about dependency version not going too well you can also look at <project>.deps.json for unexpected packages versions or installed packages section of nuget package manager if there warnings
3 replies
CC#
Created by Merineth on 4/29/2025 in #help
Chess Game with WPF in Visual Studio + MVVM
i don't know if i'm lost in translation, but "farmer" would be piece?
32 replies