.Net
Can’t add references in mac project
Hi, i am trying to run winforms on mac os x Big Sur with mono, it works fine with simple programs, but i have this error when i try to build the project using winforms Read more…
Hi, i am trying to run winforms on mac os x Big Sur with mono, it works fine with simple programs, but i have this error when i try to build the project using winforms Read more…
I have tried .NET Reflector, and the built in VS feature of unchecking “Enable Just My Code” and using the Microsoft symbols server. Both don’t seem to work properly. I end up coming across methods Read more…
I have created a custom ActionFilter that goes like the following: public override void OnActionExecuting(ActionExecutingContext context){ SomeMethod().Wait(); } SomeMethod contains a awaitable call and therefore my only solution so far was to put the ‘.Wait()’ Read more…
I have a personal Blazor WASM project (here) that I want to add a simple database to, for storing user-created expressions. I’m currently looking at doing this by creating a REST API with Azure functions Read more…
Hey all! I’m still a newbie at programming and I decided to move a code from C to C#[VS] and add some textboxes and buttons to it so it looks nicer. Right now I have Read more…
I am a junior developer and I need help with this requirement. The structure that I am working is this: In a previous version of mongo drivers, the implementation returned logs grouping as follows: but Read more…
Is there any way to get the mouse click event / position in c#. I am implementing a n-puzzle in the console with a ascii image, and i wanted to know if there is a Read more…
Hello, this is the project structure I have. I am trying to get open a pipe.txt in resources with Program.cs I am using Directory.GetCurrentDirectory() however, it is states that the file is in the bin. Read more…
In C#, why does it need so many files to run? Why can’t it just be Program.cs and when you type the command it will compile / run? Like how in Java, all you need Read more…
Hello guys! Don’t know if this is the right place to post it, but didn’t know where else. So I have been trying to make my table display some data green because it’s an income. Read more…