✅ help me

What should I do?
No description
3 Replies
canton7
canton73mo ago
Give enough details on your problem so that someone can help you. $help
MODiX
MODiX3mo ago
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.
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Want results from more Discord servers?
Add your server
More Posts
Need help with some simple codeI'm a new coder and I need help with some really basic codes but I genuinely can not wrap my head ar✅ Wndproc is not receiving any messages when window is not focusedHI! I am trying to handle messages in WPF using WndProc like this: ```csharp _messageWindowHandle = Annotate Props for Entity FrameworkWhich annotations do exist and how do I import them? I especially need UNIQUE contraints for the colWhy is my program showing my else statement when the response is valid?Hello, I'm currently in a college course for C# and I'm learning loops right now. I'm doing an assig✅ How To Get Notification Of When User Has Scrolled Down To End - Avalonia```xml <Border> <Grid RowDefinitions="Auto, *"> <Label Classes="Title" Content="{Binding TitleLaunch browser after build/debug container in RiderTittle, any idea how? or is it impossible? Any button or something to click to open?✅ "debug executable 'location' specified in the [project] debug profile does not exist"hello, i'm an absolute beginner with c# and am trying to work on a project for school. whenever i reriot games lol apiso i have an object that has all the summoner data. i.e: name level rank etc.. but after i edit that✅ Not Quite Understanding Model Usage```cs public class UserModel { public int Id {get; set;} public string FirstName {get;set;} pu✅ **Hello, could you help me understand `&`, `&&`, `|`, `||` in C# with this code example:**```csharp int a = 4, b = 3, c = 2, d = 1; if (a / b > 1 & c - d < 1 | a % 2 == 0) label1.Text =