top of page
Our Recent Posts






Archive
Find Posts by Tag


Setting up a Complete Framework for .NET 6 React Apps in Visual Studio 2022
Tutorial on setting up a complete framework, for a high-quality, reliable, responsive .NET 6 React.js single-page application.


Short Stories and Agile Tales
User stories lie at the heart of the Agile process. Well defined stories can mean delivering on your commitments. Poorly written stories...


Delivering Quality via Automation
When an engineer makes a change to source code or tests, there are multiple steps before that change finally makes it into production. In...


Repository & Unit of Work Design Patterns
One component, upon which at many enterprise applications rely, is some form of database. It's often hard to get by without one or more,...


Mocking Static Extension Methods for Unit Testing
Mocking is an essential component to any good unit testing strategy. It allows us to replace the concrete implementation of a class with...
bottom of page