Coding
nint vs int
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…
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…
There is a discussions on externals.io (here) regarding which names ought to be chosen for future additions to the core PHP library. TL;DR is that currently two functions are being proposed that work for iterables 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…
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…
Given a binary tree, write an efficient algorithm to find the maximum path sum between any two nodes in it. The path can start and end at any node in the tree and need not 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…
COBOL Sequential and Relative File Sequential file handling in COBOL Sequential file is also known as a flat-file. It stores records in a sequential manner, i.e., one after another, stacked. In this, we cannot directly access Read more…
In this section of their docs https://discord.com/developers/docs/interactions/slash-commands#receiving-an-interaction it says: – Your endpoint must be prepared to ACK a PING message.- Your endpoint must be set up to properly handle signature headers–more on that in Security 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…