A C# Developer Delves Into Java- Finite State Machine
In a radical departure from my normal fare, I decided to have a got at writing some Java. I’ve looked at other people’s Java code and often thought how much like C# it looked, it is certainly...
View ArticleReSharper 8 LiveTemplates for Microsoft RiSE Code Contracts
Save the following XML into a file with extension .DotSettings, then it can be loaded as a settings layer in ReSharper. It defines LiveTemplates for quickly inserting Code Contracts. The snippets...
View ArticleHow To Avoid Strong-Name Signing Your ASCOM Drivers
Back in 2011, I wrote a blog post titled “What’s in a Strong Name”, in which I made the assertion that ASCOM drivers MUST be strong-name signed. This is the case for a COM component (which ASCOM...
View ArticleObject Oriented Motor Control for .net Micro Framework
See https://bitbucket.org/tigranetworks/ta.netmf.motorcontrolNetduino Object Oriented Motor ControlThis project implements various types of motor control for Microsoft .NET Micro Framework in C#. The...
View Article