Events

Later items

Read The Impostor's Handbook 1

By Rob Conery  

Started 22 Aug 2018, completed 5 Oct 2018

HumorNon-fiction

Read How do I do that in Lightroom Classic?

By Scott Kelby  

Started 17 Aug 2018, reference 17 Aug 2018

Non-fictionPhotographySoftware
Order date

Read Ready Player One

By Ernest Cline  

Started 10 Aug 2018, completed 26 Aug 2018

ComputersFictionSci-Fi

Read The Forever War

By Joe Haldeman  

Started 31 Jul 2018, completed 5 Aug 2018

FictionHugo AwardNebula AwardSci-Fi

Read Writing High-Performance .NET Code

By Ben Watson  

Started 17 Jul 2018, reference 17 Jul 2018

ComputersNon-fictionSoftware

Read iZombie

By Allred  

Started 5 May 2018, completed 16 Jul 2018

FictionGraphic novelSci-Fi
Here's the complete list of topics in the Daily Parker's 2018 Blogging A-to-Z challenge on the theme "Programming in C#": A is for Assembly (April 1) B is for BASIC (April 2) C is for Common Language Runtime (April 3) D is for Database (April 4) E is for Encapsulation (April 5) F is for F# (April 6) G is for Generics (April 7) H is for Human Factors (April 9) I is for Interface (April 10) J is for JetBrains (April 11) K is for Key-Value Pairs (April 12) L is for LINQ (April 13) M is for Method (April...
Here's the complete list of topics in the Daily Parker's 2018 Blogging A-to-Z challenge on the theme "Programming in C#": A is for Assembly (April 1) B is for BASIC (April 2) C is for Common Language Runtime (April 3) D is for Database (April 4) E is for Encapsulation (April 5) F is for F# (April 6) G is for Generics (April 7) H is for Human Factors (April 9) I is for Interface (April 10) J is for JetBrains (April 11) K is for Key-Value Pairs (April 12) L is for LINQ (April 13) M is for Method (April...
Today is the last day of the 2018 Blogging A-to-Z challenge. Today's topic: Nothing. Zero. Nada. Zilch. Null. The concept of "zero" only made it into Western mathematics just a few centuries ago, and still has yet to make it into many developers' brains. The problem arises in particular when dealing with arrays, and unexpected nulls. In C#, arrays are zero-based. An array's first element appears at position 0: var things = new[] { 1, 2, 3, 4, 5 }; Console.WriteLine(things[1]); // -> 2 This causes no end...
I should have posted day 25 of the Blogging A-to-Z challenge. yesterday, but life happened, as it has a lot this month. I'm looking forward to June when I might not have the over-scheduling I've experienced since mid-March. We'll see. So it's appropriate that today's topic involves one of the things most programmers get wrong: dates and times. And we can start 20 years ago when the world was young... A serious problem loomed in the software world in the late 1990s: programmers, starting as far back as...

Earlier items

Copyright ©2026 Inner Drive Technology. Privacy. Donate!