The .NET framework does a lot to help improve and speed up the development process. One of the areas it really shines in is API development. Using the WebAPI and, more recently, WebAPI 2 project types ...
Writing firmware that can be reused requires creation of a clean Application Program Interface (API). The API needs to be well thought out so that it makes re-use easy and productive. Ideally, the API ...