.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • NuGet Versioning and Semantic Versioning (SemVer) in .NET

    calendar Jul 5, 2026 · devleader.ca
    NuGet Versioning and Semantic Versioning (SemVer) in .NET

    Master NuGet versioning with SemVer 2.0 in .NET. Learn MAJOR.MINOR.PATCH rules, pre-release suffixes, version ranges in PackageReference, and csproj version properties. Link to article: https://www.devleader.ca/2026/07/05/nuget-versioning-and-semantic-versioning-semver-in-net


    Read More
  • Serilog in .NET: Complete Guide to Structured Logging

    calendar Jul 5, 2026 · devleader.ca
    Serilog in .NET: Complete Guide to Structured Logging

    Learn Serilog in .NET from scratch. Setup, sinks, enrichers, appsettings configuration, and best practices for ASP.NET Core with .NET 9 and .NET 10. Link to article: https://www.devleader.ca/2026/07/05/serilog-in-net-complete-guide-to-structured-logging


    Read More
  • The .NET Host Process: What Runs Before Main() and Why It Sometimes Hangs

    calendar Jul 5, 2026 · dotnettips.wordpress.com
    The .NET Host Process: What Runs Before Main() and Why It Sometimes Hangs

    This guide explores the essential role of the .NET host process, which initializes the runtime, resolves dependencies, and launches applications. It highlights common issues with lingering host processes, especially during BenchmarkDotNet runs, and offers diagnostic strategies to identify root causes, such as unclean …


    Read More
  • NuGet Package Metadata Best Practices: README, Icon, Tags, and License

    calendar Jul 4, 2026 · devleader.ca
    NuGet Package Metadata Best Practices: README, Icon, Tags, and License

    Learn NuGet package metadata best practices. Configure README files, icons, license expressions, tags, and repository URLs to make your .NET package shine on NuGet.org. Link to article: https://www.devleader.ca/2026/07/04/nuget-package-metadata-best-practices-readme-icon-tags-and-license


    Read More
  • Monolith Architecture in C#: The Complete Guide

    calendar Jul 4, 2026 · devleader.ca
    Monolith Architecture in C#: The Complete Guide

    Explore monolith architecture in C# -- what it is, the types of monolithic architectures, when to use them, and how .NET developers work with each effectively. Link to article: https://www.devleader.ca/2026/07/04/monolith-architecture-in-c-the-complete-guide


    Read More
  • Build Your Own VPN With Tailscale

    calendar Jul 4, 2026 · milanjovanovic.tech
    Build Your Own VPN With Tailscale

    Most of what runs on your servers was never meant to be public: databases, dashboards, admin panels, internal APIs. Tailscale connects your machines into one private, encrypted network so they can talk to each other (and to you) while the public internet sees nothing. Here's what it is and how to wire up applications …


    Read More
  • Weekly Recap: Logging in .NET, HttpClient Observability, and the Complete C# Visitor Pattern Series [Jul 2026]

    calendar Jul 4, 2026 · devleader.ca
    Weekly Recap: Logging in .NET, HttpClient Observability, and the Complete C# Visitor Pattern Series [Jul 2026]

    This week wraps up the C# Visitor pattern series with real-world examples, best practices, a decision guide, and step-by-step implementation, plus a complete guide to logging in .NET with ILogger, Serilog, and OpenTelemetry. There's also deep HttpClient in .NET 10 coverage on observability, resilience, streaming, and …


    Read More
  • How to Create a NuGet Package in C# with dotnet pack

    calendar Jul 3, 2026 · devleader.ca
    How to Create a NuGet Package in C# with dotnet pack

    Step-by-step guide to creating a NuGet package in C# using dotnet pack. Learn how to configure your .csproj, set package properties, and generate a .nupkg file. Link to article: https://www.devleader.ca/2026/07/03/how-to-create-a-nuget-package-in-c-with-dotnet-pack


    Read More
  • HttpClient Logging and Observability in .NET 10: ILogger, DelegatingHandler, and OpenTelemetry

    calendar Jul 3, 2026 · devleader.ca
    HttpClient Logging and Observability in .NET 10: ILogger, DelegatingHandler, and OpenTelemetry

    How to implement HttpClient logging and observability in .NET 10 -- covering built-in ILogger integration, DelegatingHandler for custom request logging, OpenTelemetry tracing and metrics, and redacting sensitive headers in production. Link to article: …


    Read More
  • How did we conclude that CcNamespace.dll was the ringleader of a group of DLLs that unloaded prematurely?

    calendar Jul 3, 2026 · devblogs.microsoft.com
    How did we conclude that <tt>CcNamespace.dll</tt> was the ringleader of a group of DLLs that unloaded prematurely?

    When I presented my study of a crash caused by a thread executing from an unloaded third-party DLL, someone asked how I concluded that CcNamespace.dll was the ringleader of the fa Link to article: https://devblogs.microsoft.com/oldnewthing/20260703-00/?p=112504


    Read More
  • Logging in .NET: The Complete Developer's Guide

    calendar Jul 3, 2026 · devleader.ca
    Logging in .NET: The Complete Developer's Guide

    Master logging in .NET with ILogger, structured logging, log levels, Serilog, and OpenTelemetry. Complete guide for .NET 9 and .NET 10 developers. Link to article: https://www.devleader.ca/2026/07/03/logging-in-net-the-complete-developers-guide


    Read More
  • In Conversation With the Golden Kodee Winners

    calendar Jul 3, 2026 · blog.jetbrains.com
    In Conversation With the Golden Kodee Winners

    KotlinConf 2026 marked a milestone for the Kotlin community: the very first Golden Kodee Community Awards. The awards recognize the individuals and communities whose passion and dedication help the Kotlin ecosystem thrive. From creating educational content and building engaging online communities to organizing events, …


    Read More
  • Enabling MLflow OpenAI Autolog on PySpark Workers

    calendar Jul 3, 2026 · devblogs.microsoft.com
    Enabling MLflow OpenAI Autolog on PySpark Workers

    Context In a recent engagement, the team built an LLM-based contract intelligence pipeline on Azure Databricks. The goal was to extract entitlements from a large corpus of inconsistently formatted service-contract PDFs — what is covered, on which equipment, and under which terms — so downstream systems can tell what is …


    Read More
  • Mock HttpClient C#: DelegatingHandler, Mock Handlers, and Integration Testing

    calendar Jul 2, 2026 · devleader.ca
    Mock HttpClient C#: DelegatingHandler, Mock Handlers, and Integration Testing

    Mock HttpClient C# in .NET 10: custom HttpMessageHandler stubs, DelegatingHandler interceptors, IHttpClientFactory wiring, and WebApplicationFactory tests. Link to article: https://www.devleader.ca/2026/07/02/mock-httpclient-c-delegatinghandler-mock-handlers-and-integration-testing


    Read More
  • What Is a NuGet Package? .nupkg Format and the NuGet Registry Explained

    calendar Jul 2, 2026 · devleader.ca
    What Is a NuGet Package? .nupkg Format and the NuGet Registry Explained

    Understand what a NuGet package is, how the .nupkg format works, how the NuGet registry operates, and how package restore works in .NET projects. Link to article: https://www.devleader.ca/2026/07/02/what-is-a-nuget-package-nupkg-format-and-the-nuget-registry-explained


    Read More
  • Pure Virtual C++ 2026 Talks Announced

    calendar Jul 2, 2026 · devblogs.microsoft.com
    Pure Virtual C++ 2026 Talks Announced

    The talks are set for Pure Virtual C++ 2026, our free, one-day virtual conference for the whole C++ community. We're excited to reveal the featured session lineup and the speakers bringing it to you. Ma Link to article: https://devblogs.microsoft.com/cppblog/pure-virtual-cpp-2026-talks-announced


    Read More
  • How Amazon Bedrock catches AI-generated phishing

    calendar Jul 2, 2026 · aws.amazon.com/blogs/machine-learning
    How Amazon Bedrock catches AI-generated phishing

    Social engineering through phishing remains one of the most common tactics for launching cyberattacks. AI-generated phishing email messages now pose a new challenge for security teams managing email systems, significantly raising the risk because of their advanced sophistication. Modern social engineers use generative …


    Read More
  • Best practices for multi-turn reinforcement learning in Amazon SageMaker AI

    calendar Jul 2, 2026 · aws.amazon.com/blogs/machine-learning
    Best practices for multi-turn reinforcement learning in Amazon SageMaker AI

    In this post, we share best practices for reliable multi-turn RL training. We cover how to build a training environment you can trust, set up an external evaluation, design a reward aligned with the end task, manage what changes once the agent runs for multiple turns, and monitor the metrics that tell you when to …


    Read More
  • Toolbox App 3.6: Smarter Storage Cleanup, Windows installation diagnostics, and More

    calendar Jul 2, 2026 · blog.jetbrains.com
    Toolbox App 3.6: Smarter Storage Cleanup, Windows installation diagnostics, and More

    Toolbox App 3.6 gives you better control over local storage and makes Windows installation failures easier to diagnose. Clean up removable Toolbox App data from Settings The Toolbox App now shows how much removable data it can safely clean up, providing a breakdown for the download cache, previous versions, temporary …


    Read More
  • AutoMapper 16.2.0 and MediatR 14.2.0 Released

    calendar Jul 2, 2026 · jimmybogard.com
    AutoMapper 16.2.0 and MediatR 14.2.0 Released

    Today we released the 16.2.0 version of AutoMapper and 14.2.0 version of MediatR:AutoMapper Release NotesMediatR Release NotesThis release is a bit more enterprise-focused, with extensions for setting the license keys via environment variables, fixing some threading issues around license key validation, and Link to …


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top