The Senile Coder
Tuesday, February 19, 2019
Two RabbitMQ Messaging Patterns
›
Don't want to read this article? The short version is, "If you didn't create a queue, don't pull messages from it." R...
Thursday, January 11, 2018
Visual Studio 2017 & IIS: Unable to start debugging on the Web Server.
›
Can't Debug? Ok, first I have to say that I've always thought it to be a failure when I'm using the debugger. That said, there...
1 comment:
Thursday, August 10, 2017
Building a Pipeline (the Template Pattern)
›
Building a Simple Pipeline A lot of my development experience has been building back-end systems. There's been plenty of times where s...
Tuesday, February 14, 2017
NUnit Exception: Error Loading Settings
›
This applies to NUnit 3.4.1. I was doing some TDD one day, when Visual Studio crashed. After a few choice words, I booted things back up. ...
1 comment:
Friday, December 23, 2016
MediatR, FluentValidation, and Ninject using Decorators (Pt. 2)
›
Validate all the Things? The last post showed how to combine MediatR, FluentValidation, and Ninject to handle the validation of requests h...
Thursday, December 8, 2016
MediatR, FluentValidation, and Ninject using Decorators
›
Notebook I recently had to fiddle with getting Ninject to use decorators for validation with Jimmy Bogard's library, MedatR . Sure, t...
2 comments:
Thursday, November 17, 2016
NancyFX: Stateless Auth Example
›
An Update... Some time ago, I did an example of using JWTs with Nancy. This post is an update to that. It shows a lighter way of consuming...
›
Home
View web version