.Net
Does using React in ASP.NET have any advantage over Blazor?
I used to do web with nodeJS & React, for quite some time so I would classify myself as pretty skilled with React. However before web I was a Unity developer for a long time Read more…
I used to do web with nodeJS & React, for quite some time so I would classify myself as pretty skilled with React. However before web I was a Unity developer for a long time Read more…
Sometimes I starts a project that begins simply enough but that requires me to write a couple of other programs. In this case I wanted to write a simple flash card program to display images Read more…
This is a program I recently wrote to print product signs for my bakery The Enchanted Oven. You can modify the code to use your product names and prices. In the program’s main form (upper Read more…
Hello everyone! This is a monthly thread for sharing and discussing side-projects created by r/csharp‘s community. Feel free to create standalone threads for your side-projects if you so desire. This thread’s goal is simply to Read more…
The second step in building a Hiragana flash card program is to label images so you can understand what they mean. My last post in the series, Split images into halves in C#, showed how Read more…
This example uses storyboard animation to move a rectangle and uses XAML data binding to display the rectangle’s location as it moves. It’s actually fairly simple, at least a far as WPF goes, once you Read more…
Hi everyone. So first time in my life I have an issue with encoding in C# I have telegram library which uses mtproto to Send Messages and Receive Reply, nothing special. But C# doesnt recognize Read more…
The example Make a hexagonal montage of pictures in C# shows how to make a hexagonal montage similar to the one shown above. I sometimes want to make a montage that is much bigger, and Read more…
This example adds mouse wheel support to the example Crop scaled images to a desired aspect ratio in C#. Some social media platforms work best with a 4:3 aspect ratio, so I use that example Read more…
The post Let the user scribble on a PictureBox in C# shows how you can let the user draw with the mouse. This example lets you load a background image. It also lets you save Read more…