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…
Hey. I would like to present you a new project of an open source online store. We recently made an alpha release, and we have something to show. Why did we start this project? This 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…
The whole shared-nothing request container architecture. In each request you have a clean state with now left overs and some guarantee that you are not piling up memory leaks over requests. This allows easy scaling. Read more…
Happy new year! I hope you all enjoyed a break from work over the holidays, I know I enjoyed some much-needed downtime (although I did use some of it to start writing a new app… Read more…
Following complaints from marketing and publishing organisations, the Competition and Markets Authority (CMA) has announced that it will investigate proposed changes to Google’s Chrome browser. This is one of the first investigations after the formation 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…