.Net
I’m getting a System.IO.FileLoadException at runtime
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…
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…
Me and a friend created an open source & cross platform library which gives you the ability to create & execute logical structures from C# objects at runtime. The original use case was to give Read more…
EDIT: How to access my project folder AFTER I have published my application? I want to access this file because I would like to edit it at runtime. I want something like this “{ProjectDirectory}{ResourcesFolder}{myResource.txt}” All Read more…
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! Members Online source
Hello, I’ve got a web service that has values in enums like so, its generated automatically: and I have a method that takes in string values to select the correct enum value like so: and Read more…
I guess this has more to do with method extensions the switch? Or am i wrong? It’s cool thou. C# devs null reference exceptions source