C
C#
help
❔ changing values in .csv file with file i/o commands
Looking for more? Join the community!
C
C#
help
C
C#
help
Want results from more Discord servers?
Recommended Posts✅ CORS: Cross-Origin Request BlockedHello, I'm trying to figure out how to configure CORS on my .NET Web Api Application.
The Api Appli✅ How do I move a Window in WinUI 3 C#?Hey everyone! I have a window that is shaped like a taskbar, so it's {screenWidth} x 50px tall. Curr❔ VIsual Studio 2022 Spell CheckingWhen I just opened visual studio 2022 today, it randomly just started doing spell checking on my cod❔ Segmentation fault when running app on raspberry piI am trying to compile a .net app for a raspberry pi, and making a very simple gpio app, but i'm get❔ has somebody a c# code for the game solitärplease can somebody help me❔ ✅ For Hire[For Hire] [Full Time / Part Time] [Remote Work]
👍First priority is Credit
👍Perfect results withi✅ Moving from HttpWebRequest to HttpClientHello, I'm in need of help refactoring from HttpWebRequest(obsolete) to HttpClient. I've tried to do❔ Is there any way to test the rendering of a component in Blazor based on different screen sizes?I have a component that renders a table. It will render a different amount of rows based on screen ❔ Random Letter```cs
using System;
using System.IO;
class GFG{
public static void Main(string[] args)
{
Rando❔ Trying to create my first non-tutorial ASP.net project running into small errorTLDR; **take a look at last question**
I am using the tutorial model which has a page called "PrivHow to differentiate endpoints based on parameters?I want to have two endpoints `/users` and `/users?id=#`, but swagger doesn't seem to like what I ha❔ .exe dont workHello, when i send my executable to friend it dont works, but for me it works❔ Install several .NET versionsI have .NET 6 install on my Ubuntu pc and I would to have .NET 7 too. I install .NET 6 through Ubunt✅ Best way to get a response from an APINeeding to get a small image from an API response, im aware of multiple ways of doing this, is it beI want to extract data from discord for my application, how can I do it?I want to extract data from discord for my application, how can I do it?Is this the right way to save state of my ASP.NET/Angular app as a URL?I have an ASP.NET Core + Angular project.
Once a file is uploaded to my ASP.NET API, a JSON is retuResizing an arrayI have declared what I think is an array of integers
``int[] validCoords = new int[1];``
I believe t❔ Get random element, even distributionany suggestion for even random item from list? i want to avoid situation where i got 10 times item Idk how class worksI'm working with creating the functions in a separate file, so I wanted to create a function that woAvoiding 'new' in IOCHello,
I am learning about dependency injection and one of the things said to avoid is using `new`