Coding
Looking for support in writing a small program in c #
Hi! I need support for this program, I have to do a homework and that’s about it, and I have no knowledge of c #. I have 4 errors: Cannot implicitly convert type ‘double’ to Read more…
Hi! I need support for this program, I have to do a homework and that’s about it, and I have no knowledge of c #. I have 4 errors: Cannot implicitly convert type ‘double’ to Read more…
As we know C# 9 introduced us nint(native sized integers). I read some documentation and I become bit confused. What is the need of them? And if they are useful does that mean int should Read more…
I’m using Dapper to return employee information from my Database and map the columns to the properties of EmployeeModel. It’s also grouping the rows by employee id, so there aren’t multiple objects made for each Read more…
I’m working on a small 2D terrain generator and I have an Eater class that I use to remove walls in the generation of my terrain. It is a nested class inside my main Game1 Read more…
The title might not be correct but I wasn’t sure how to word it properly, so here’s my ‘problem’: My first introduction to coding/programming was the book ‘Automate the boring stuff with python’ where I Read more…
Are there another reporting software that can replace Crystal Reports for Windows Forms Applications, that supports Arabic language and is better ? I have no idea about support for Arabic, but I used DevExpress for Read more…
I know no matter how you protect your software, It will get cracked And before saying stop worrying about security, I’ve sold many licenses for my app, It’s time to protect it…. I’m talking about Read more…
Hi! As I wrote in the title, I’m a Unity game developer. Recently I’ve wondered what else can I do outside of Unity with my C# knowledge & It seems like I was wrong, everything Read more…
I am making an app where I am setting up a socket with UdpClient. I set the socket to Dgram and udp, I set the socket to reuse address and I bind to my NIC’s Read more…
Hello , I am currently deciding between WinAppDriver or Ranorex to build a test automation suite for a complex desktop app which has a fair share of winforms and WPF elements. The company I am Read more…