Strategies for Versioning Your RESTful API
The annual Raleigh Code Camp was a great time and the most attended one yet. This year I presented "Strategies for Versioning Your RESTful API" to a larger room of attendees…
Continue ReadingThe annual Raleigh Code Camp was a great time and the most attended one yet. This year I presented "Strategies for Versioning Your RESTful API" to a larger room of attendees…
Continue ReadingI was attempting to install the Newtonsoft.Json v. 6.0.4 NuGet Package in a project and received an error message beginning with the text, "Failed to initialize the PowerShell host...". Interesting. I know…
Continue ReadingYouTube Player APIs Displaying a YouTube video within a web app is easy; controlling events like starting the video and detecting when it ended gets a little more involved. Luckily YouTube…
Continue ReadingThe GitHub project description for FluentValidation is succinct and explains what it does better than I could paraphrase: A small validation library for .NET that uses a fluent interface and lambda expressions…
Continue ReadingFor .NET unit testing assertions, I use Fluent Assertions. Not only does it result in easier to read assertions, but it makes it easy to dig down in to the details of…
Continue Reading