.Net
Xaml reliable tutorials
Hi guys, recently I started trying to make wpf application in VsCode and bonk, classic problem named ,,How tf I am supposed to do this?”. I searched through Microsoft documentation and it’s not clear what Read more…
Hi guys, recently I started trying to make wpf application in VsCode and bonk, classic problem named ,,How tf I am supposed to do this?”. I searched through Microsoft documentation and it’s not clear what Read more…
Hey all, I currently have a method that runs a sql query and returns a dataset. I need to convert this over into a method that supports cancellation. From what I’ve read, I need to Read more…
I created a reminder popup program for myself in windows forms using dotnet core and it’s pretty much finished and when I run it, it’s popping up as it should be, but when I, let’s Read more…
I do I use it when it’s obvious what the type is, which means just about any time I’m not setting the variable by calling a method. Or when the type is ridiculously long. I Read more…
I’m trying to write a string of text that is the width of the buffer (and window) using Console.Write(). The problem is that when the string reaches the buffer width, it’ll make a new line, Read more…
think of a number between 1 and 100 and he will try to guess it. https://github.com/SoilFoil64/Number-Aki The game is in a prototype/concept state and will not guess precisely. Nice one, i suggest to look up Read more…
How to select drag like excel in listview in WPF? no comments yet Be the first to share what you think! C# devs null reference exceptions source
Now many people will say that this shouldn’t be done but I really need to test using the actual DB. Edit: I’ve resolved this. I just placed the Tests in the project folder I am Read more…
I’m not a fan of creating extension methods that assume a string of a specific kind of string, such as a url or file path. The worst was last year’s: public static T To<T>(this string Read more…
Definitely adding this to the pile of side projects I wanna do in C# This guy has also a lot of other small projects, where you can learn much. Just checkout his YouTube channel guys. Read more…