Steve Talks Code
Coding thoughts about .NET
About
Blog
Tags
Categories
Archives
Talks
Guest Appearances
Search
RSS
Post from October 2020
C# 9 Record Factories
20 Oct 2020
C# 9
Clean Code
Design Patterns
In this post, I walk through using the Factory Pattern to create instances of C# 9 records where instances can be created using a combination of input from the IoC container, caller input and computed values derived from these.
Merging Multiple Git Repositories Into A Mono-Repo with PowerShell (Part 2)
11 Oct 2020
Dev Ops
Git
Monorepo
Following on from Part 1 where I give the background as to the reasons that I wanted to move to a single Git repository (also known as a mono-repo), this post provides a walk-through of the PowerShell script that I created to do the job.
Merging Multiple Git Repositories Into A Mono-Repo with PowerShell (Part 1)
11 Oct 2020
Dev Ops
Git
Monorepo
Following on from my last blog about the problems I had setting up Octopus Deploy with a service account, this is another DevOps related post that describes the approach I have taken to merging multiple Git repositories into a single Git repository (commonly known as a mono-repo).
A Couple of Problems When Installing Octopus Deploy with a Domain Account
3 Oct 2020
Continuous Integration and Deployments
Octopus Deploy
This post covers how to address problems that can occur when installing Octopus Deploy and setting it to use a domain account as the service account.
Share this post
Twitter
Linked In
Facebook
Recent Blog Posts
Source Generated RegEx in .NET 7
Creating a ZX Spectrum Image Load Video
Could .NET Source Generator Attacks Be A Danger To Your Code?
Debugging C# Source Generators with Visual Studio 2019 16.10
Search Text
Close Search
No results found
Tags
.NET 7 (1)
.NET Core (16)
ASP.NET Core (17)
C# 9 (5)
Clean Code (10)
Code Generation (3)
Configuration (6)
Continuous Integration and Deployments (1)
Dependency Injection (8)
Design Patterns (13)
Dev Ops (2)
Git (2)
IDisposable (3)
Middleware (2)
Monorepo (2)
Octopus Deploy (1)
OpenAPI (1)
Retro Computing (1)
Swagger (1)
Visual Studio (2)
Webinars (1)