When I was 7 years old I sat in front of my first microcomputer, a Commodore 64. It had come with a detailed User Manual, which I had read from cover to cover. This would be the start of a journey that made me the man I am today.
Programming
The act of telling a computer what to do using a specific language.
Lesson of the Week: MySQL bits are bigger than expected in C#
If you have a bit(1) in a MySQL table, guess what type it is converted to when you make a query using C#’s MySQL helper? unsigned long Yep, that’s right. The smallest possible type gets converted to the longest possible type when you make a query through c#.