.Net
Hey new to c#
Best way to learn in coming from python 🐍 I’m new to c based languages How did you learn python? Should be about the same approach. Hi, start from reading rules and Useful Links category. Read more…
Best way to learn in coming from python 🐍 I’m new to c based languages How did you learn python? Should be about the same approach. Hi, start from reading rules and Useful Links category. Read more…
Hi Guys, I’m looking to integrate a certain API into our system and have been looking through the demo code that they have supplied. I have noticed that several classes inherit from classes that are Read more…
Hey guys, I am struggling with the mvvm concept. Is anyone able to provide me with links to resources that could help? Preferably books or github projects that I could read through? What I’m struggling Read more…
I usually creates a group of controls for each radio button choice, and hide the other inactive two. Have Forms never gotten anything like binding in WPF? Im trying to get different toppings to show Read more…
no comments yet Be the first to share what you think! C# devs null reference exceptions source
Hello! I am a Software Engineer II in my 4th year of my career, with 16 years total IT experience (lions share being in support and analytics roles). Need to keep the mind sharp, and Read more…
F# asks; am I a joke to you? F# asks; am I a joke to you? Hehe 🙂 As someone who love F# (I’m contributing a F# post to this calendar later), I still like Read more…
Hello comrades! I am trying to execute a query against a table that has values x, y, and z using sqlkata. However, when I execute the query I get only the first value of the Read more…
Hi all! I’m fairly new to C# programming and have a question about windows forms. I’ve spent the better part of today making an application in windows forms, and have all programmed all the functionality Read more…
Only the non-generic version of SortedList has that method. Remember that Foo<T> is not the same class as Foo (although one could subclass the other). They both have an indexer though, I’d use that in Read more…