Explore >> Select a destination


You are here

www.code4it.dev
| | blog.peterritchie.com
2.3 parsecs away

Travel
| | [AI summary] The author announces an open-source nuget package and project template that simplifies dependency injection and configuration management in .NET console applications.
| | www.milanjovanovic.tech
2.0 parsecs away

Travel
| | Structured logging is a practice where you apply the same message format to all of your application logs. The end result is that all your logs will have a similar structure, allowing them to be easily searched and analyzed. Serilog is a popular logging library in .NET, packed with many features. It provides logging to files, logging to the console, and elsewhere. However, why Serilog is unique is because it comes with support for structured logging out of the box. Let's see how we can install Serilog and...
| | goatreview.com
3.1 parsecs away

Travel
| | Unlock the full potential of your ASP.NET Core applications with our definitive guide to middleware-based exception handling. Learn how to gracefully manage errors, boost your application's resilience, and protect against downtime with practical, easy-to-follow strategies
| | fusectore.dev
23.1 parsecs away

Travel
| This is the first part in a series of articles on dependency injection for the play framework using guice. As soon as Ive written the next part, it will be linked here. Please note that while the examples are written in Scala, the principles apply for Java likewise. Furthermore, please be aware that Guice is not the only framework to do dependency injection with. It is probably the most prominent one in the play ecosystem though. Guice does so called runtime dependency injection. This means dependencies ...