Category: dotnet

  • Clean, Tested, Microservices

    Here begins a journey to get a better understanding of clean architecture within a microservice. I see lots of methods clean architectural coding, and often, as a bit of a newbie to this area, I can never settle permanently on an idea. I’m currently playing with this idea of a structure. MyApp.ApplicationMyApp.ComponentsMyApp.DomainMyApp.InfrastructureMyApp.PersistanceMyApp.Services A note about…

  • Monolithic Unit Ramblings

    Getting started with unit testing within the confines of an existing monolithic vb.net application is a very tricky thing to do. I always want to do the right thing, but sometimes the code makes the unit test biased, or a lot of the functionality that needs testing is nestled away within private functions. What do…