.Net
Switching between forms
Using: Windows Forms App (.NET Core) So I’ve been programming in Windows Forms App (.NET Framework), and this code always worked. Since I was unable to find any other code specifically for .NET Core, I Read more…
Using: Windows Forms App (.NET Core) So I’ve been programming in Windows Forms App (.NET Framework), and this code always worked. Since I was unable to find any other code specifically for .NET Core, I Read more…
Hi everyone.I would like if .net core incorporated Rust-style enumerations. Currently you can make a switch using pattern matching with classes, but for the specific case of enumerations I think this type of construction would Read more…
https://github.com/smuuf/better-php-exceptions I needed this for my other project, so in the last two days I created a small library for it. I figured it might come handy for anybody else, too (maybe someone also venturing Read more…
I’m starting in C#, I’m coming from Python, I use WSL Ubuntu on my Windows 10 to code in Python. I’m making my first API on C#. What’s the best OS to do it? “Best” Read more…
I’ve looked into SSH.net but rsa pair documentation seems to not exist and it doesn’t have a server so it’s not great. TCP sockets aren’t ideal for larger files (I assume) and doesn’t have an Read more…
A jQuery plugin that converts a select box into a filterable multi-select dropdown where your users are able to select one or more options by checking checkboxes. Demo Download source
So I built this very basic CRUD application that creates some folders in Windows with a SQLite backend database in C# and I want to run it on a Mac. Can I use Wine for Read more…
I’m using ILMerge to combine a .dll and my .exe program into 1 .exe. When I downloaded ILMerge, the application was in a folder called net452, so I assume this program was built using .NET Read more…
Learning how to make Android apps is a fantastic idea whether you are a business looking to reach a broader audience, an entrepreneur hoping to make some passive income (or a lot!), or simply a Read more…
Python Queue There are various day to day activities where we find ourselves engaged with queues. Whether it is waiting in toll tax lane or standing on the billing counter for your turn in some Read more…