.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Making the Most of Your Docker Hardened Images Enterprise Trial – Part 3

    calendar Jan 25, 2026 · docker.com
    Making the Most of Your Docker Hardened Images Enterprise Trial – Part 3

    Customizing Docker Hardened Images In Part 1 and Part 2, we established the baseline. You migrated a service to a Docker Hardened Image (DHI), witnessed the vulnerability count drop to zero, and verified the cryptographic signatures and SLSA provenance that make DHI a compliant foundation. But no matter how secure a …


    Read More
  • Should Software Engineers Create Content as a Side Hustle?

    calendar Jan 25, 2026 · devleader.ca
    Should Software Engineers Create Content as a Side Hustle?

    Should software engineers create content as a side hustle? After 13 years and a 10-year break, here's the honest truth about what it actually takes. Link to article: https://www.devleader.ca/2026/01/25/should-software-engineers-create-content-as-a-side-hustle


    Read More
  • String Performance: The Fastest Way to Get a String’s Length

    calendar Jan 25, 2026 · dotnettips.wordpress.com
    String Performance: The Fastest Way to Get a String’s Length

    Retrieving the character count of a string in .NET has various methods: using Span with Length, Length, or Enumerable.Count(). This article will prove which is the fastest method. Link to article: https://dotnettips.wordpress.com/2026/01/25/string-performance-the-fastest-way-to-get-a-strings-length/


    Read More
  • Making the Most of Your Docker Hardened Images Enterprise Trial – Part 2

    calendar Jan 24, 2026 · docker.com
    Making the Most of Your Docker Hardened Images Enterprise Trial – Part 2

    Verifying Security and Compliance of Docker Hardened Images In Part 1 of this series, we migrated a Node.js service to Docker Hardened Images (DHI) and measured impressive results: 100% vulnerability elimination, 90% package reduction, and 41.5% size decrease. We extracted the SBOM and saw compliance labels for FIPS, …


    Read More
  • Let's Check Out Copilot CLI - Dev Leader Weekly 124

    calendar Jan 24, 2026 · devleader.ca
    Let's Check Out Copilot CLI - Dev Leader Weekly 124

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the Github Copilot CLI tool and how you can get started with it! Link to article: https://www.devleader.ca/2026/01/24/lets-check-out-copilot-cli-dev-leader-weekly-124


    Read More
  • Weekly Recap - 2026-01-24

    calendar Jan 24, 2026 · devleader.ca
    Weekly Recap - 2026-01-24

    Check out this week from Dev Leader! Here's a list including articles and videos on software engineering, career development, and programming in C#! Link to article: https://www.devleader.ca/2026/01/24/weekly-recap-20260124


    Read More
  • A Practical Demo of Zero-Downtime Migrations Using Password Hashing

    calendar Jan 24, 2026 · milanjovanovic.tech
    A Practical Demo of Zero-Downtime Migrations Using Password Hashing

    A practical demo of the zero-downtime migration pattern: run old + new password hash formats side-by-side, migrate users on login, and remove legacy safely. Link to article: https://www.milanjovanovic.tech/blog/a-practical-demo-of-zero-downtime-migrations-using-password-hashing


    Read More
  • Build AI agents with Amazon Bedrock AgentCore using AWS CloudFormation

    calendar Jan 23, 2026 · aws.amazon.com/blogs/machine-learning
    Build AI agents with Amazon Bedrock AgentCore using AWS CloudFormation

    Amazon Bedrock AgentCore services are now being supported by various IaC frameworks such as AWS Cloud Development Kit (AWS CDK), Terraform and AWS CloudFormation Templates. This integration brings the power of IaC directly to AgentCore so developers can provision, configure, and manage their AI agent infrastructure. In …


    Read More
  • How the Amazon.com Catalog Team built self-learning generative AI at scale with Amazon Bedrock

    calendar Jan 23, 2026 · aws.amazon.com/blogs/machine-learning
    How the Amazon.com Catalog Team built self-learning generative AI at scale with Amazon Bedrock

    In this post, we demonstrate how the Amazon Catalog Team built a self-learning system that continuously improves accuracy while reducing costs at scale using Amazon Bedrock. Link to article: …


    Read More
  • Azure Cosmos DB TV Recap: Supercharging AI Agents with the Azure Cosmos DB MCP Toolkit (Ep. 110)

    calendar Jan 23, 2026 · devblogs.microsoft.com
    Azure Cosmos DB TV Recap: Supercharging AI Agents with the Azure Cosmos DB MCP Toolkit (Ep. 110)

    In Episode 110 of Azure Cosmos DB TV, host Mark Brown is joined by Sajeetharan Sinnathurai to explore how the Azure Cosmos DB MCP Toolkit is changing the way developers build, deploy, and scale AI age Link to article: https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-tv-ep-110-mcp-toolkit-ai-agents


    Read More
  • Spring Boot Debugging – Now Remote

    calendar Jan 23, 2026 · blog.jetbrains.com
    Spring Boot Debugging – Now Remote

    We released Spring Debugger in May 2025 to bring more clarity to the “magic” behind Spring Boot – helping you see what’s really happening inside your running application. By the end of 2025, the plugin had reached more than 300,000 unique downloads and became a trusted tool within the developer community. We’ve …


    Read More
  • Bringing work context to your code in GitHub Copilot

    calendar Jan 23, 2026 · devblogs.microsoft.com
    Bringing work context to your code in GitHub Copilot

    This week we shipped the GitHub Copilot SDK which takes the agent loop from the Copilot CLI and makes it easy to embed in other applications. We’ve been using, improving, and extending Copilot CLI for the last few months and Link to article: …


    Read More
  • C++ has scope_exit for running code at scope exit. C# says "We have scope_exit at home."

    calendar Jan 23, 2026 · devblogs.microsoft.com
    C++ has <code>scope_exit</code> for running code at scope exit. C# says "We have <code>scope_exit</code> at home."

    The Windows Implementation Library (commonly known as wil) provides a helper called scope_exit which creates and returns an RAII object whose destructor runs the lambda you specify. This helper Link to article: https://devblogs.microsoft.com/oldnewthing/20260123-00/?p=112008


    Read More
  • Ktor 3.4.0 Is Now Available!

    calendar Jan 23, 2026 · blog.jetbrains.com
    Ktor 3.4.0 Is Now Available!

    Ktor 3.4.0 improves stability and addresses outstanding issues. Highlights include OpenAPI generation, Ztsd support for the compression plugin, duplex streaming for OkHttp, Structured concurrency integrations for the HTTP request lifecycle, and much more. For a detailed list of all the changes, check out the What’s new …


    Read More
  • How to Automate Arm Migration with Docker MCP Toolkit, VS Code, and GitHub Copilot

    calendar Jan 23, 2026 · docker.com
    How to Automate Arm Migration with Docker MCP Toolkit, VS Code, and GitHub Copilot

    This post is a collaboration between Docker and Arm, demonstrating how Docker MCP Toolkit and the Arm MCP Server work together to simplify architecture migrations. Moving workloads from x86 to Arm64 architecture has become increasingly important. Organizations seek to reduce cloud costs and improve performance. AWS …


    Read More
  • Exposed 1.0 Is Now Available

    calendar Jan 23, 2026 · blog.jetbrains.com
    Exposed 1.0 Is Now Available

    This is the first major release of Exposed – a huge milestone for both the project and the Exposed team! This release brings many new exciting features, the most requested being R2DBC support, as well as performance enhancements and bug fixes. Exposed 1.0 also introduces a stable API that guarantees no breaking changes …


    Read More
  • Unrolling the Codex agent loop

    calendar Jan 23, 2026 · openai.com/blog
    Unrolling the Codex agent loop

    A technical deep dive into the Codex agent loop, explaining how Codex CLI orchestrates models, tools, prompts, and performance using the Responses API. Link to article: https://openai.com/index/unrolling-the-codex-agent-loop


    Read More
  • Bridging Local Development and Cloud Evaluation: Using Microsoft Devtunnels with Azure Machine Learning

    calendar Jan 23, 2026 · devblogs.microsoft.com
    Bridging Local Development and Cloud Evaluation: Using Microsoft Devtunnels with Azure Machine Learning

    Introduction Picture this scenario: you've implemented a critical fix in your AI service and want to validate it against your comprehensive evaluation dataset. However, the prospect of deploying to Azure for a quick test creates an unwelcome delay in your development cycle. This challenge is common among AI developers. …


    Read More
  • Using MCP Servers: From Quick Tools to Multi-Agent Systems

    calendar Jan 22, 2026 · docker.com
    Using MCP Servers: From Quick Tools to Multi-Agent Systems

    Model Context Protocol (MCP) servers are a spec for exposing tools, models, or services to language models through a common interface. Think of them as smart adapters: they sit between a tool and the LLM, speaking a predictable protocol that lets the model interact with things like APIs, databases, and agents without …


    Read More
  • Modernize Xamarin.Forms to .NET MAUI with AWS Transform

    calendar Jan 22, 2026 · aws.amazon.com/blogs/dotnet
    Modernize Xamarin.Forms to .NET MAUI with AWS Transform

    AWS Transform is an agentic service that accelerates modernization, including .NET applications. With it, you can transform legacy .NET applications to modern cross-platform .NET. AWS Transform can port your Xamarin.Forms mobile applications to .NET Multi-platform App UI (MAUI). In this post, I’ll show you how to …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top