dotnet
Mircrsoft’s programming runtime and framework, of which programs written in a compatible language can be excuted on.
2020
RabbitMQ - retries and deadletters
Ensuring messages are sent and handling errors is tricky
Continue reading RabbitMQ - retries and deadletters2019
EFK with .NET Core
.net core 3 - K8s with the EFK Stack
Continue reading EFK with .NET Core.net core 3 - the new host.
.net core 3 - host now supports the port and adapter concept
Continue reading .net core 3 - the new host.TDD an IoC container - part 5 - Retrospective
using TDD to develop a simple IoC container.
Continue reading TDD an IoC container - part 5 - RetrospectiveTDD an IoC container - part 4 - Tools
using TDD to develop a simple IoC container.
Continue reading TDD an IoC container - part 4 - ToolsTDD an IoC container - part 3 - Performance Refactor
using TDD to develop a simple IoC container.
Continue reading TDD an IoC container - part 3 - Performance Refactor2018
TDD an IoC container - part 2 - initial slice
using TDD to develop a simple IoC container.
Continue reading TDD an IoC container - part 2 - initial sliceTDD an IoC container - part 1 - primer
using TDD to develop a simple IoC container.
Continue reading TDD an IoC container - part 1 - primer2017
Poco, Pojo means no Mojo.
what does Pojo and Poco mean to you?
Continue reading Poco, Pojo means no Mojo.Middleware - is the new AOP?
a popular way to provide extensions in todays frameworks, is middleware
Continue reading Middleware - is the new AOP?2016
use your own interface
coupling is something which impacts maintainability, interfaces are used to decouple, but they bring their own complexity.
Continue reading use your own interfacedotnet three project setup
dotnet services structure across multiple services for consistency
Continue reading dotnet three project setup2015
.Net and Docker
hosting dotnet in docker is really easy, lets look how.
Continue reading .Net and Docker2014
Deployment - lets do a little CI and CD
source -> continous integration -> continous deployment
Continue reading Deployment - lets do a little CI and CD2013
embedded views
we look at the core power of Nancy, and its MVC support
Continue reading embedded viewsembedded views
enbedded views, a step to modules
Continue reading embedded viewsHosting Nancy with Topshelf
hello world using Nancy and topshelf
Continue reading Hosting Nancy with Topshelfunder the hood
how can we see what is happening under the hood
Continue reading under the hood