Coding
Starting in C#: Windows, WSL Ubuntu or Mac?
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’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…
This is a pretty newbie question, but for some reason I could not find an answer to this online. Let’s say I have three classes: Entities, Player, and Enemy. Entities has a variable, health. Both Read more…
I am .net developer mostly Web Specific but recently started WPF . Usually love to work on my desktop but somehow I need laptop now.Can someone suggest me a budget laptop for for the work Read more…
I made a program in which part of the program is supposed to open a local csv file. The program works flawlessly when I double click it and run it locally. However, I wanted this Read more…