MODiX
MODiX
CC#
Created by Lukas on 3/29/2025 in #help
I have a huge exam next week
20 replies
CC#
Created by Martin Shkreli on 3/28/2025 in #help
Microsoft Visual Studio autochanging a line of code because its "obselete" but the AI ruins the code
If you have no further questions, please use /close to mark the forum thread as answered
17 replies
CC#
Created by TauFrisch on 3/28/2025 in #help
Launch an api project multiple times with different appsettings with Aspire
If you have no further questions, please use /close to mark the forum thread as answered
21 replies
CC#
Created by yeon on 3/28/2025 in #help
✅ Dependency restores to incorrect package
136 replies
CC#
Created by meat87 on 3/27/2025 in #help
I'm completely new to this, how do i run C# code
If you have no further questions, please use /close to mark the forum thread as answered
19 replies
CC#
Created by Bored Student on 3/26/2025 in #help
✅ Early return with yield
If you have no further questions, please use /close to mark the forum thread as answered
5 replies
CC#
Created by mussab_1 on 3/25/2025 in #help
✅ Event Handler functionality
If you have no further questions, please use /close to mark the forum thread as answered
13 replies
CC#
Created by noname7777 on 3/25/2025 in #help
Array as Public Property; Need to Set Value at Index
34 replies
CC#
Created by [ECH]JamHighlight on 3/25/2025 in #help
FileNotFoundException: Could not load file or assembly 'System.Data.SqlClient, Version=0.0.0.0, Cult
Always parametrize queries! Do not concatenate the query, like in this example:
// Do NOT do this
string query = "SELECT * FROM users WHERE username='" + UserName + "';";
...
// Do NOT do this
string query = "SELECT * FROM users WHERE username='" + UserName + "';";
...
Instead, always parameterize your queries. Look up the documentation for your database library. If you are using System.Data.SqlClient, refer to this example.
12 replies
CC#
Created by ` on 3/25/2025 in #help
im watching a course about asp.net and creating some kind of web
To post C# code type the following: ```cs // code here ``` Get an example by typing $codegif in chat For longer snippets, use: https://paste.mod.gg/
40 replies
CC#
Created by Technical Developer on 3/25/2025 in #help
FirstOrDefault and other methods are not working in LINQ
82 replies
CC#
Created by Daiko Games on 3/24/2025 in #help
✅ Avalonia Message Box
If you have no further questions, please use /close to mark the forum thread as answered
13 replies
CC#
Created by retro! on 3/24/2025 in #help
✅ Else condition refusing to work- looks correct.
24 replies
CC#
Created by retro! on 3/24/2025 in #help
✅ Else condition refusing to work- looks correct.
If you have no further questions, please use /close to mark the forum thread as answered
24 replies
CC#
Created by retro! on 3/24/2025 in #help
✅ Else condition refusing to work- looks correct.
24 replies
CC#
Created by retro! on 3/24/2025 in #help
✅ Else condition refusing to work- looks correct.
24 replies
CC#
Created by Sameer karale on 3/24/2025 in #help
✅ how to store token in server side
How to get the best help :catpog: Make a post in #help or one of the topic channels under Development. Avoid asking :catthinking: Can anybody help me? :catthinking: Has anyone used XYZ? :catthinking: Why doesn't my code work? C# is a big area! No one knows they can help unless you tell them about the small area you're trying to work in. Explain what you are doing, and potentially why for as much context as possible. Avoid screenshots where possible, share code directly in Discord. Type $code into chat to learn how to post code. See https://www.nohello.net and https://dontasktoask.com if you want common help chat room etiquette.
15 replies
CC#
Created by springblitz on 3/24/2025 in #help
QuickSort implementation gets me an out-of-range error
35 replies
CC#
Created by Yassozgamin on 3/23/2025 in #help
lookin for a teacher
Collections of application ideas that anyone can solve in any programming language to improve coding skills: https://github.com/dotnet/dotnet-console-games https://github.com/karan/Projects https://github.com/florinpop17/app-ideas
8 replies