Explore >> Select a destination


You are here

haacked.com
| | www.milanjovanovic.tech
2.6 parsecs away

Travel
| | In this week's newsletter I want to show you how you can use the powerful Options pattern in ASP.NET Core 7. The options pattern uses classes to provide strongly typed settings in your application at runtime. The values for the options instance can come from multiple sources. The typical use case is to provide the settings from application configuration.
| | conradakunga.com
2.3 parsecs away

Travel
| | This is Part 3 of a series on Dependency Injection
| | khalidabuhakmeh.com
4.1 parsecs away

Travel
| | Using ValidateOnStart to test connections to connection string configuration settings.
| | eli.thegreenplace.net
25.3 parsecs away

Travel
| [AI summary] This article explains the C++11 variadic template feature, which replaces the unsafe and cumbersome C-style variadic functions with a compile-time safe and flexible system.