Coding
C# and Excel confusion
I am learning C#, coming from VBA (Excel and Access). I am having great moments with a grown-up language, particularly with LINQ. One thing that confuses me is this: One would assume that Microsofts flagship Read more…
I am learning C#, coming from VBA (Excel and Access). I am having great moments with a grown-up language, particularly with LINQ. One thing that confuses me is this: One would assume that Microsofts flagship Read more…
Let’s start 2021 with a fun one. How can tools help projects get contributors up to speed? In this webinar, Steve Piercy, a long-time maintainer with a popular open source project, shows us how he Read more…
So I’m making a multiplayer game in c#. It’s turn based.The only tutorials I’ve found on networking show how to connect two computers that are on the same network. How can I make a game Read more…
I have been looking for a comprehensive article for quite a while and couldn’t find exactly what I was looking for. What are they? How do you use them? Why would you use one over Read more…
Hi, I’m working on a problem from Code Wars and I’m a bit rusty. Basically, the task is to take an integer array of numbers and return a string in the format of a phone Read more…
I started learning WPF a month ago, I would say that I know the very basics now (data binding, MVVM, etc) and I can make a simple application, but it looks terrible, I watched some Read more…
We’ve seen the checkbox hack and how it can be used to build a complete state machine in CSS. Today, we’ll take that line of thought a step further and build a simple game of Whack-A-Mole, where the player Read more…
Hello! In this exercise I’m doing, I’m supposed to convert my age into dog years, but when I run it I don’t even get the option to enter my age. My code is: And it Read more…
Hi, I’m not sure if anyone here has worked with Blazor much but hopefully somone can help on this issue. I’m trying to make a search feature where on inputting something in the searchbar, the Read more…
[SOLVED!] See Rupertavery comment Hi! I’m trying to edit the ini file. The goal is to read the file and check if it contains “Mute” in the lines. If it exists – replace the ending Read more…