Building a Morse Code Transmitter on a Raspberry PiApr 3, 2016 Build coding python raspberry-piMaking the Pi blink an LED a few times is thrilling, but what about building something.. more? Let’s build a morse code transmitter!
An Extension Method to Pass a Column Name to SqlDataReader.GetFieldValueJan 15, 2015 Build csharp codingLet’s combine the SqlDataReader’s GetFieldValue and GetOrdinal methods into an extension method that lets us pass a column name and get back a specific type.