Ezlanding
Ezlanding
CC#
Created by MENN | Kaiju on 2/23/2024 in #help
help me
VS is a bulky IDE, built for c# development, while vscode is a text editor, meaning it’s faster and has support for many languages and other features via plugins (but out of the box its not specifically built with the tools for c# dev). I would probably reccomend VS for unity development, but it depends based on what you like/need and what you’re running everything on. Read this (or any similar article) for more info https://www.freecodecamp.org/news/visual-studio-vs-visual-studio-code/, or if your not sure you can set up both and see which you like better
52 replies
CC#
Created by CountingCards on 1/18/2024 in #help
Assembly Definitions
256 replies
CC#
Created by Loup&Snoop on 7/26/2023 in #help
✅ Class as a field?
If I’m understanding this correctly, why not just serialize an enum and make a factory method to generate the class based on the value of the Enum?
97 replies
CC#
Created by PLAYAFXC on 5/10/2023 in #help
❔ what is the name of such a system?
^ this is called a piecewise function
8 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
Np! 👍
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
The disassembler is called dotPeek
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
No
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
So just skip everything but the disassembler
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
JetBrains is a company that sells IDEs and tools, including the disassembler
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
Yes
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
Use a disassembly tool like dotPeek to turn that back into c#
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
The executable is the code In a format the computer can understand well, not technically because c# uses a jit but you get the point
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
That is the executable
39 replies
CC#
Created by Jamster3388 on 2/1/2023 in #help
code went for the milk i saved it logged in and its vanished and ive opened every single file i have
What are you clicking on to run the build
39 replies
CC#
Created by Ezlanding on 1/10/2023 in #help
❔ Optimize Compiler Code Generation
Sounds like a great idea, thanks!
12 replies
CC#
Created by Ezlanding on 1/10/2023 in #help
❔ Optimize Compiler Code Generation
What libraries would help me with this? (LLVM?) even if I end up using a library, I still would like to learn about optimization further, so do you have any recommendations?
12 replies
CC#
Created by arukovic on 1/5/2023 in #help
❔ ✅ How can I make a variable any type?
Something you can do is check to see if the string only contains numeric chars, and if so convert. Aka int32.TryParse() https://learn.microsoft.com/en-us/dotnet/api/system.int32.tryparse?view=net-7.0#system-int32-tryparse(system-string-system-int32@)
47 replies
CC#
Created by arukovic on 1/5/2023 in #help
❔ ✅ How can I make a variable any type?
As in from Console.ReadLine? That returns a string
47 replies
CC#
Created by arukovic on 1/5/2023 in #help
❔ ✅ How can I make a variable any type?
Give context to what your doing
47 replies
CC#
Created by arukovic on 1/5/2023 in #help
❔ ✅ How can I make a variable any type?
No, as the type object? doesn’t have a + operator defined
47 replies