Beyond Basics - ASP.Net Core Adding and Using Configuration
Adding strongly typed configuration settings and injected them through dependency injection.
Adding strongly typed configuration settings and injected them through dependency injection.
Starting the journey of going past the basics of beginner training resources to appy software development practices and design patterns.
Are you asserting too much in your unit tests? Is this due to potential code smells? Let’s discuss.
Ever wanted to allow native country error messages from your ASP.NET Core api?
My first published article in DotNetCurry Nov-Dec 2018.
Looking at how newer language features allow for extension of types to add Deconstruct functionality.
Started a new ASP.Net Core API application and want to default to a different route? Read on to find out how.
Do you have logic in your constructors as well as duplicated through your class definitions. Explore the options to add consistency into your code.
Updating the Span conversion examples with the updated API
Implementing the strategy pattern with generics to improve consistency of code base.