C
C#
help
Want results from more Discord servers?
Recommended Posts❔ c# helphow can i make ipv6 altering application using c#❔ Cross-platform keyboard and mouse automation library wantedAnyone knows a .NET library that is on par with pyautogui? Specifically, waiting for a key to be preHow to change the icon for Android in a Maui/Blazor application?Net 7.0, latest visual studio preview. I have a simple (beginner) one page Maui/Blazor app that is ❔ EF Core Code-first relationshipsHi there, I am trying to create a coffee vending machine application. But, I can't quite work the re❔ Hello, postman tips on hitting API with external login page? I need to get the 'code' response❔ Hello, I would like to make a console with the command: Script (some script)if (TextBox.Text == "script"
{
run script
}❔ help me plsmain. cs(7,0): error CS1525: Unexpected symbol 'if'❔ Reusing strings across classesThis is file 1
https://cdn.discordapp.com/attachments/987310138195054592/1067462232860004433/image0❔ UWP TreeView is not stretching to fill spaceTitle pretty much explains it all: I have a TreeView that's not stretching and stays 0px x 0px if t❔ Is there an easy way to serialize a Dictionary<string, string> to XML nodes?I'm writing a program that has to produce the following XML:
```xml
<Attributes>
<Color>red</Col✅ Could not load file or assembly 'StackExchange.RedisWhat causes these errors? How do I fix it? The project builds find on my windows machine. But runnin❔ Async function seems to continue running after returning.Hi there I'm doing a post request to a REST API. I can see that the callback is running in the conso❔ best way to include and works with imagesI'm working on a project, and I'll have to work with several images.
Actually the project is working✅ how does compiler connect several c# codes into 1?I've noticed that classes that i created in other file are accessible in the main class (all in 1 pr❔ DMZ Server SoftwareI am working on a project to create a DMZ Server that will pass information to a 3rd party from the ✅ How to correctly install dependencies with nuget and rider ?Hi!
project complains about missing dependencies, I installed dependencies but it still complains ,❔ How can I avoid supplying redundant generic type arguments in this case.```interface IDataStructure<ItemType, LocatorType> {...}
Class MyStringArray: IDataStructure<string✅ Hello, what is best practice for where to store an enum type?What is best practice for where to store an enum type(Which class library)? I have clean architectur