.Net Raspberry Pi - Building a PWM Fan Controller with DotNet IoT I've had a heap of fun, and just a tad amount of pain recently building a PWM Fan Controller for my Pi. I really, really wanted to get all this to work with:
.Net Authenticating with Twitter using RESTSharp One of the things I really enjoy doing as a developer is integrating with other systems. Not sure why, but its satisfying seeing an external feed of data flowing to where ever I
.Net Building a Twitter Connector in C# Previously I've built PowerShell based processes to bring in the user timeline feeds and push to Office 365/SharePoint Online solutions. However I now need to create a more advanced integration using c#
.Net LightVx - A fluent validation framework Here's a write up on a validation framework that I've been working on. It works great for me validating user input and is also useful in Web Services and Web API projects. All
.Net Adding WebAPI to an existing MVC.net app with authorization So I needed to add a WebAPI to an existing MVC.net 5 web application. I also needed to add Authorization and hook into the existing security model. Here's the steps I took.