Steve Talks Code
Coding thoughts about .NET
About
Blog
Tags
Categories
Archives
Talks
Guest Appearances
Search
RSS
Post from March 2018
Creating a Bridge to your ASP.Net Core Configuration from your Controller or Razor Page (Part 3)
29 Mar 2018
ASP.NET Core
Configuration
Design Patterns
.NET Core
In this post, I move on from the lambda expression way of creating a bridge and look at splitting this out into an interface and classes.
Creating a Bridge to your ASP.Net Core Configuration from your Controller or Razor Page (Part 2)
26 Mar 2018
ASP.NET Core
Configuration
Design Patterns
.NET Core
In this post I looks at using an anonymous function to create a bridge between IOptionsSnapshot and T so that the controller does not need to be aware of the options pattern.
Creating a Bridge to your ASP.Net Core Configuration from your Controller or Razor Page (Part 1)
18 Mar 2018
ASP.NET Core
Configuration
Design Patterns
.NET Core
This post is intended to set the stage for a later post (though may become a series) I have planned in which I look at using the Bridge design pattern to break the immediate dependency on the IOptions pattern in a .Net Core application.
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)