.Net
WebSockets and Mono: client-side engineering complexities
no comments yet Be the first to share what you think! C# devs null reference exceptions source
no comments yet Be the first to share what you think! C# devs null reference exceptions source
I’m crossposting this in all subreddits relavant to the topic so sorry if you see it more than once Here’s my issue I would like to start learning gameDev with Monogame but I just dont Read more…
I made a project that used SQLReaders and SQLCommandswhich is the equivalent of JDBC in Java. However, there seems to be a newer way, using DBContext. Which is used in enterprise applications It sounds like Read more…
This is probably nothing to most of the people on here, but I did it! What did I do? I taught myself enough C# over the semester to pass the final project in my computer Read more…
I’ve been working on this project for a good time now, and while I’ve found some solutions using PowerShell scripts, none of them have worked for me as I don’t know PowerShell! The gist of Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
I am trying to create an updater window for my Wpf app that compares the local dll’s & pdb’s with what is saved on my github. My updater window is a User Control Library (which Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Pretty much the title. I’m working on the next generation of some algorithmic trading bots, and while I’ve done this before using console or Winforms, I’m looking to make this version a bit more user Read more…
Hi there! I’m currently learning WPF / MVVM and I’m trying to do the following: – I have a view and a corresponding ViewModel. – This ViewModel has a List<int> with a set of values. Read more…