jcotton42
jcotton42
CC#
Created by Daiko Games on 4/2/2025 in #help
Cmd File can´t run on Process.Start(Filename);
Elaborate on “doesn’t work” @Daiko Games
44 replies
CC#
Created by VoidPointer on 3/29/2025 in #help
Query Rider TODO etc. comments for a solution, project, or file into console output
Couldn't you just like rg -l TODO > todo.txt Or whatever search tool you prefer?
3 replies
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
Yes, though not on .NET.
24 replies
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
It's a proper tutorial, we just called the tag "helloworld".
24 replies
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
You could try $helloworld I guess.
24 replies
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
Well, you're not going to find someone in here to reteach you C# from scratch. So go over your notes, practice what's unfamiliar, maybe make a little "cheat sheet" (not to bring into the exam ofc, but the act of making it should help you remember better). Then ask on what you're still unsure about.
24 replies
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
You'll have to ask an actual question with details @Lukas. What are you stuck on, what have you tried, etc.
24 replies
CC#
Created by gönnyd on 3/28/2025 in #help
Switch Expressions
that
17 replies
CC#
Created by gönnyd on 3/28/2025 in #help
Switch Expressions
oh
17 replies
CC#
Created by gönnyd on 3/28/2025 in #help
Switch Expressions
but they're not switching on the type, they're doing a typeof == check
17 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
are repos actually in the requirements?
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
EF already provides a much better one for you, DbSet<T>. The only reason to use a generic repo over EF is if you plan to switch away from EF, but that's... unlikely.
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
Generic repos can be useful, but not in combination with EF.
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
They explicitly disabled NRTs?
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
Since C# 8, we're currently on 13.
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
It existed before null ref types.
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
Tebe, one thing at a time please.
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
@Aiyoh the db already exists? and you already have migrations?
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
required would force you to set it when creating it in C#, which doesn't make sense for a key your database will generate.
221 replies
CC#
Created by Aiyoh on 3/27/2025 in #help
EF attributes vs built-in C# keywords (like required). Differences and when to use?
= null!;
221 replies