C# WPF Project Template This is my template that i use when I’m creating new projects, it has the splash screen and tasks to be completed prior to the splash…Continue readingC# WPF Project Template
C# DTO’s to Models what are DTO’s or Data Transfer Objects. It’s a design pattern used to transfer data between software application subsystems or layers, often between the data access…Continue readingC# DTO’s to Models
C# Unit Testing Faking and Mocking Let me see if I can butcher this. So far all of our testing has just been with methods which are self contained they…Continue readingC# Unit Testing Faking and Mocking
C# Introduction to Unit Testing This is something that I’ve been avoiding, putting off, I know it makes a lot of sense to do so I figured if I document…Continue readingC# Introduction to Unit Testing
C# WPF Lifecycle User Control In this quick post were going to create a user control that allows us to create a lifecycle graph like the one below. Datamodel Were…Continue readingC# WPF Lifecycle User Control
C# CATIA Connection Class Update In a previous post (here) we created a background process to check for a CATIA process and to establish a connection if one exists. The…Continue readingC# CATIA Connection Class Update
C# View Model Messenger Service When building a WPF application using the Inversion of Control (IOC) Principle with dependency injection we often need to inject view models into view models…Continue readingC# View Model Messenger Service
That's awesome, thanks for sharing
This is just what i was looking for