-
Recent Posts
Archives
Categories
Meta
Tag Archives: .Net
Speed Challange: MineSweeper – Postmorterm
I first planned these speed challanges as a concentrated 3-4 hours of work in which I’d finish what I can. I started it a week ago and due to work/real life considerations, this was not possible. However, I did find … Continue reading
Speed Challange: MineSweeper – Actual Programming
Since most of the design was documented and well-defined by the Use-Cases, I decided to go in a Copy/Paste approach: I would take the Use-Case directly into the development environment and translate each line into code.
Posted in Speed Programming
Tagged .Net, C#, MineSweeper, Speed Programming, Use Case
Leave a comment
Speed Challange: MineSweeper – Use Cases
For my first speed challange I decided to take a small and well defined application so that i’d be able to examine how well using Use Cases contributes to my productivity as a programmer. Took me an hour to lay … Continue reading
Posted in Speed Programming
Tagged .Net, C#, MineSweeper, Speed Programming, Use Case
Leave a comment
Serial Port Hell
Had to implement a 9-bit serial port protocol under c#. Normally, the 8 bit information transfer is supported by the .NET SerialPort class, whereas the extra bit is used for parity check. To send a 9 bit through the serial … Continue reading
Posted in Uncategorized
Tagged .Net, 9-Bit, C#, Driver, P/Invoke, Parity Bit, SerialPort, Windows API
4 Comments