.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Coding Agent Horror Stories: The Agent That Deleted Production

    calendar Jul 20, 2026 · docker.com
    Coding Agent Horror Stories: The Agent That Deleted Production

    Learn how an AI coding agent caused a 13-hour outage and how Docker Sandboxes help reduce risk with scoped identities and isolated execution. Link to article: https://www.docker.com/blog/coding-agent-horror-stories-the-agent-that-deleted-production/


    Read More
  • Testing a Modular Monolith in C#: Unit and Integration Test Strategies

    calendar Jul 20, 2026 · devleader.ca
    Testing a Modular Monolith in C#: Unit and Integration Test Strategies

    Learn how to test a modular monolith in C# with unit and integration test strategies. Verify bounded context isolation, cross-module event flows, and module contracts in .NET. Link to article: https://www.devleader.ca/2026/07/20/testing-a-modular-monolith-in-c-unit-and-integration-test-strategies


    Read More
  • Escape Analysis in Go – Stack vs. Heap Allocations Explained

    calendar Jul 20, 2026 · blog.jetbrains.com
    Escape Analysis in Go – Stack vs. Heap Allocations Explained

    One of the design choices Google made when developing Go was to abstract memory management away from developers so they could focus on what really matters – writing code. Things like escape analysis and garbage collection are thus automatic, and the Go compiler works in almost mystical ways. That’s one of the best …


    Read More
  • Does “rtk” skill really cut agent tokens by 60–90%? We tested it

    calendar Jul 20, 2026 · blog.jetbrains.com
    Does “rtk” skill really cut agent tokens by 60–90%? We tested it

    Does “rtk” reduce Claude Code token usage? Part 2 of a series where we take public “token saving” add-ons for coding agents and run the same paired A/B benchmark against each of them. Part 1 was the caveman skill (advertised −65%, measured −8.5%). TL;DR: rtk advertised saving: 60–90%. Measured on real agent work: +7.6% …


    Read More
  • Safety and alignment in an era of long-horizon models

    calendar Jul 20, 2026 · openai.com/blog
    Safety and alignment in an era of long-horizon models

    OpenAI shares lessons from deploying long-running AI models, highlighting new safety risks, observed failures, and improved safeguards through iterative deployment. Link to article: https://openai.com/index/safety-alignment-long-horizon-models


    Read More
  • Hosting an MCP Server in ASP.NET Core: MapMcp, Stateless Mode, and Production Config

    calendar Jul 19, 2026 · devleader.ca
    Hosting an MCP Server in ASP.NET Core: MapMcp, Stateless Mode, and Production Config

    Host an MCP server in ASP.NET Core with MapMcp, stateless HTTP transport, CORS, AllowedHosts, health checks, and production configuration guidance today. Link to article: https://www.devleader.ca/2026/07/19/hosting-an-mcp-server-in-aspnet-core-mapmcp-stateless-mode-and-production-config


    Read More
  • GitHub Copilot CLI Agentic Workflows: Delegating Real Work to Your Terminal

    calendar Jul 19, 2026 · devleader.ca
    GitHub Copilot CLI Agentic Workflows: Delegating Real Work to Your Terminal

    GitHub Copilot CLI agentic workflows help developers plan, test, review, use /fleet, and delegate scoped feature work from the terminal with control today. Link to article: https://www.devleader.ca/2026/07/19/github-copilot-cli-agentic-workflows-delegating-real-work-to-your-terminal


    Read More
  • TCP vs. UDP in .NET: Speed, Reliability, and the Hidden Cost of Performance

    calendar Jul 19, 2026 · dotnettips.wordpress.com
    TCP vs. UDP in .NET: Speed, Reliability, and the Hidden Cost of Performance

    Choosing between TCP and UDP is crucial for data transport. TCP ensures reliability and ordered delivery, making it ideal for critical applications, while UDP prioritizes speed and low latency, suited for real-time scenarios. Link to article: …


    Read More
  • Testing Roslyn Analyzers with Microsoft.CodeAnalysis.Testing in C#

    calendar Jul 18, 2026 · devleader.ca
    Testing Roslyn Analyzers with Microsoft.CodeAnalysis.Testing in C#

    Master testing Roslyn analyzers using Microsoft.CodeAnalysis.Testing in C#. Learn NuGet setup, diagnostic markers, code fix testing, and CI integration. Link to article: https://www.devleader.ca/2026/07/18/testing-roslyn-analyzers-with-microsoftcodeanalysistesting-in-c


    Read More
  • DDD and Bounded Contexts in a Modular Monolith with C#: A Practical Guide

    calendar Jul 18, 2026 · devleader.ca
    DDD and Bounded Contexts in a Modular Monolith with C#: A Practical Guide

    Apply Domain-Driven Design bounded contexts to your modular monolith in C#. Learn how each module maps to a bounded context, with practical .NET code examples. Link to article: https://www.devleader.ca/2026/07/18/ddd-and-bounded-contexts-in-a-modular-monolith-with-c-a-practical-guide


    Read More
  • How I Migrated My Website to Cloudflare and Saved $228

    calendar Jul 18, 2026 · milanjovanovic.tech
    How I Migrated My Website to Cloudflare and Saved $228

    This website ran on Netlify for years, at $19 a month. Earlier this month I moved it to Cloudflare Pages: same repo, same GitHub Actions pipeline, zero… Link to article: https://milanjovanovic.tech/blog/how-i-migrated-my-website-to-cloudflare-and-saved-228-dollars


    Read More
  • Production-ready, AI-assisted Development and Workflows

    calendar Jul 18, 2026 · markheath.net
    Production-ready, AI-assisted Development and Workflows

    Anyone who's tried using the frontier AI coding assistants such as Claude Code or Open AI Codex will know that they can rapidly accelerate development, generating new code much faster than a typical human developer. But that still leaves a big question - is AI-generated code ready to deliver and safe for production? …


    Read More
  • Transform your sales organization with Amazon Quick: your new agentic AI teammate

    calendar Jul 17, 2026 · aws.amazon.com/blogs/machine-learning
    Transform your sales organization with Amazon Quick: your new agentic AI teammate

    In this post, we walk through a few ways that Quick delivers on this promise. We cover the entire sales cycle, from identifying your highest-priority prospect, contacting them, working the deal to close, and keeping the CRM up to date as the account matures, while protecting your scarcest resource: your time. Link to …


    Read More
  • Introducing Mobile Layout for Amazon Quick dashboards

    calendar Jul 17, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Mobile Layout for Amazon Quick dashboards

    Teams that rely on dashboards for daily decisions often must pinch and zoom to interact with controls originally designed for larger displays. Checking revenue during a morning standup, reviewing pipeline metrics between meetings, or monitoring operations while traveling all require extra effort when the dashboard was …


    Read More
  • How Smartsheet built a remote MCP server on AWS

    calendar Jul 17, 2026 · aws.amazon.com/blogs/machine-learning
    How Smartsheet built a remote MCP server on AWS

    In this post, we cover a high-level view of the Smartsheet remote MCP architecture, with a focus on the AWS infrastructure behind it. This includes security, governance, scaling and deployment, and the AI-specific optimizations Smartsheet built on AWS. Link to article: …


    Read More
  • Faster C++ iterative builds with GitHub Copilot

    calendar Jul 17, 2026 · devblogs.microsoft.com
    Faster C++ iterative builds with GitHub Copilot

    Slow builds are a consistent theme of feedback from C++ developers. We built GitHub Copilot build performance for Windows so you can leverage Copilot to optimize your project’s build times. This workflow will find optimizations that bring your build times down. At first, we only measured the impact of build …


    Read More
  • Why has the display control panel pointer truncation bug gone unfixed for so long?

    calendar Jul 17, 2026 · devblogs.microsoft.com
    Why has the display control panel pointer truncation bug gone unfixed for so long?

    Last time, we speculated on how the buggy control panel extension truncated a value that it had right in front of it. When we sent our analysis to the Link to article: https://devblogs.microsoft.com/oldnewthing/20260717-00/?p=112541


    Read More
  • Kotlin Turns 15: Celebrate the Kotlin Effect

    calendar Jul 17, 2026 · blog.jetbrains.com
    Kotlin Turns 15: Celebrate the Kotlin Effect

    🎉 Kotlin turns 15! 🎉 For 15 years, you’ve helped shape Kotlin into the language it is today. Whether you’ve built apps, contributed to the ecosystem, taught others, or simply chosen Kotlin for your next project – thank you for being part of the journey. Today, we’re celebrating Kotlin and the people who have made […] …


    Read More
  • MCP Transports in C#: stdio vs. Streamable HTTP vs. Legacy SSE

    calendar Jul 17, 2026 · devleader.ca
    MCP Transports in C#: stdio vs. Streamable HTTP vs. Legacy SSE

    Compare MCP transports in C# across stdio, Streamable HTTP, stateless/stateful sessions, and legacy SSE migration so .NET teams choose safe .NET wiring. Link to article: https://www.devleader.ca/2026/07/17/mcp-transports-in-c-stdio-vs-streamable-http-vs-legacy-sse


    Read More
  • GitHub Copilot CLI Slash Commands: Inside the Session Modes and Shortcuts

    calendar Jul 17, 2026 · devleader.ca
    GitHub Copilot CLI Slash Commands: Inside the Session Modes and Shortcuts

    Practical guide to GitHub Copilot CLI slash commands, modes, shortcuts, context controls, and TUI workflow habits for agentic coding sessions in 2026. Link to article: https://www.devleader.ca/2026/07/17/github-copilot-cli-slash-commands-inside-the-session-modes-and-shortcuts


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top