/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.claudiobernasconi.ch
| | www.code4it.dev
1.2 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | claudiobernasconi.ch
0.0 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | www.milanjovanovic.tech
1.9 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...
| | vainolo.com
20.9 parsecs away

Travel
| Previous Tutorial: Azure Functions - Part 3: Handling HTTP Query GET and POST Requests While writing code directly in the Azure portal is awesome, the next step in a real-world developer experience is to have a local environment where we code, build, and test our functions, and from there sent them the cloud. And this...