.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Decorator Design Pattern in C#: Complete Guide with Examples

    calendar Mar 14, 2026 · devleader.ca
    Decorator Design Pattern in C#: Complete Guide with Examples

    Master the decorator design pattern in C# with practical code examples, best practices, and real-world use cases for flexible object extension. Link to article: https://www.devleader.ca/2026/03/14/decorator-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Optimizing Bulk Database Updates in .NET: From Naive to Lightning-Fast

    calendar Mar 14, 2026 · milanjovanovic.tech
    Optimizing Bulk Database Updates in .NET: From Naive to Lightning-Fast

    Seven approaches to bulk-updating rows in PostgreSQL from .NET using Dapper and EF Core, from naive per-row updates to binary COPY. Each step cuts down on round-trips or removes dynamic SQL entirely. Link to article: https://www.milanjovanovic.tech/blog/optimizing-bulk-database-updates-in-dotnet


    Read More
  • March Patches for Azure DevOps Server

    calendar Mar 13, 2026 · devblogs.microsoft.com
    March Patches for Azure DevOps Server

    We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay on the latest, most secure version of Azure DevOps Server. The latest release, Azure DevOps Server, is available from the Link to article: …


    Read More
  • Build an AI Task Planner with Semantic Kernel in C#

    calendar Mar 13, 2026 · devleader.ca
    Build an AI Task Planner with Semantic Kernel in C#

    Build an AI task planner with Semantic Kernel in C# using KernelFunctionFactory, Kernel.InvokeAsync, KernelArguments, and structured JSON pipelines. Link to article: https://www.devleader.ca/2026/03/13/build-an-ai-task-planner-with-semantic-kernel-in-c


    Read More
  • The Human Scale Problem in Platform Engineering

    calendar Mar 13, 2026 · devblogs.microsoft.com
    The Human Scale Problem in Platform Engineering

    We keep doing this thing where we solve a problem, celebrate the victory, then realize we've created three new problems we didn't even know existed. Remember when manually configuring servers was the bottleneck? So we built containers. Great! Now we're orchestrating thousands of them. Remember when monolithic …


    Read More
  • P-EAGLE: Faster LLM inference with Parallel Speculative Decoding in vLLM

    calendar Mar 13, 2026 · aws.amazon.com/blogs/machine-learning
    P-EAGLE: Faster LLM inference with Parallel Speculative Decoding in vLLM

    In this post, we explain how P-EAGLE works, how we integrated it into vLLM starting from v0.16.0 (PR#32887), and how to serve it with our pre-trained checkpoints. Link to article: https://aws.amazon.com/blogs/machine-learning/p-eagle-faster-llm-inference-with-parallel-speculative-decoding-in-vllm/


    Read More
  • Azure Developer CLI (azd): Debug hosted AI agents from your terminal

    calendar Mar 13, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd): Debug hosted AI agents from your terminal

    When a hosted AI agent crashes, azd now shows you the status and streams live logs—right from the CLI. What's new? The azure.ai.agents extension adds two commands: Link to article: https://devblogs.microsoft.com/azure-sdk/azd-ai-agent-logs-status


    Read More
  • Rock Your Career: The Recruiter Survival Guide for Software Engineers – How to Use Recruiters Without Getting Used

    calendar Mar 13, 2026 · dotnettips.wordpress.com
    Rock Your Career: The Recruiter Survival Guide for Software Engineers – How to Use Recruiters Without Getting Used

    A new eBook by David McCarter offers software engineers practical strategies for effectively navigating the recruiting process. It emphasizes understanding recruiter dynamics, identifying high-quality recruiters, and avoiding common pitfalls. The guide aims to empower engineers to make informed career decisions and …


    Read More
  • AutoMapper 16.1.1 Released

    calendar Mar 13, 2026 · jimmybogard.com
    AutoMapper 16.1.1 Released

    This release is a patch release to fix a thread deadlock and security issue. From the release notes:Thread DeadlockThanks to @t0m-4 for reporting this issue, which due to Microsoft deprecating some of the "sync" APIs for decryption, led to potential thread starvation and locking issues. The Link to article: …


    Read More
  • Windows stack limit checking retrospective: MIPS

    calendar Mar 13, 2026 · devblogs.microsoft.com
    Windows stack limit checking retrospective: MIPS

    Last time, we looked at how the 80386 performed stack probing on entry to a function with a large local frame. Today we'll look at MIPS, which differs in a few ways. ; on entry, t8 = desired sta Link to article: https://devblogs.microsoft.com/oldnewthing/20260313-00/?p=112138


    Read More
  • Python Unplugged on PyTV Recap

    calendar Mar 13, 2026 · blog.jetbrains.com
    Python Unplugged on PyTV Recap

    Last week marked the fruition of almost a year of hard work by the entire PyCharm team. On March 4th, 2026, we hosted Python Unplugged on PyTV, our first-ever community conference featuring a 90s music-inspired online conference for the Python community. The PyCharm team is a fixture at Python conferences globally, …


    Read More
  • Achieving Test Reliability for Native E2E Testing: Beyond Fixing Broken Tests

    calendar Mar 13, 2026 · docker.com
    Achieving Test Reliability for Native E2E Testing: Beyond Fixing Broken Tests

    End-to-end (E2E) tests are particularly important for native applications that run on various platforms (Android/iOS), screen sizes, and OS versions. E2E testing picks up differences in behavior across this fragmented ecosystem. But keeping E2E tests reliable is often more challenging than writing them in the first …


    Read More
  • Prototype Pattern Real-World Example in C#: Complete Implementation

    calendar Mar 13, 2026 · devleader.ca
    Prototype Pattern Real-World Example in C#: Complete Implementation

    Prototype pattern real-world example in C#: complete implementation with game object system, code examples, and practical use case demonstration. Link to article: https://www.devleader.ca/2026/03/13/prototype-pattern-realworld-example-in-c-complete-implementation


    Read More
  • How to Run Claude Code with Docker: Local Models, MCP Servers, and Secure Sandboxes

    calendar Mar 13, 2026 · docker.com
    How to Run Claude Code with Docker: Local Models, MCP Servers, and Secure Sandboxes

    Claude Code is quickly becoming a go-to AI coding assistant for developers and increasingly for non-developers who want to build with code. But to truly unlock its potential, it needs the right local infrastructure, tool access, and security boundaries. In this blog, we’ll show you how to run Claude Code with Docker to …


    Read More
  • Secure Agent Execution with NanoClaw and Docker Sandboxes

    calendar Mar 13, 2026 · docker.com
    Secure Agent Execution with NanoClaw and Docker Sandboxes

    Agents have enormous potential to power secure, personal AI assistants that automate complex tasks and workflows. Realizing that potential, however, requires strong isolation, a codebase that teams can easily inspect and understand, and clear control boundaries they can trust. Today, NanoClaw, a lightweight agent …


    Read More
  • What's New in Agent Skills: Code Skills, Script Execution, and Approval for Python

    calendar Mar 13, 2026 · devblogs.microsoft.com
    What's New in Agent Skills: Code Skills, Script Execution, and Approval for Python

    Code-Defined Skills, Script Execution, and Approval for Agent Skills in Python When we introduced Agent Skills for Microsoft Agent Framework, you could package domain expertise as file-based s Link to article: …


    Read More
  • Datalore 2026.1: New Data Explorer Cells, Instance-Wide BYOK for AI, Stronger Security via Sidecar Containers in Kubernetes, and More

    calendar Mar 13, 2026 · blog.jetbrains.com
    Datalore 2026.1: New Data Explorer Cells, Instance-Wide BYOK for AI, Stronger Security via Sidecar Containers in Kubernetes, and More

    The first Datalore release of the year delivers several new features that make working with data even easier. These updates are already available to Datalore Cloud users. For Datalore On-Premises, instance administrators can enable them by updating their Datalore instance. Let’s dive in! Data explorer Datalore 2026.1 …


    Read More
  • How VS Code Builds with AI

    calendar Mar 13, 2026 · devblogs.microsoft.com
    How VS Code Builds with AI

    Learn how VS Code uses AI across its own development workflow with GitHub Copilot agent mode, automated testing, and AI-powered code review. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/how-vs-code-builds-with-ai


    Read More
  • Improve operational visibility for inference workloads on Amazon Bedrock with new CloudWatch metrics for TTFT and Estimated Quota Consumption

    calendar Mar 12, 2026 · aws.amazon.com/blogs/machine-learning
    Improve operational visibility for inference workloads on Amazon Bedrock with new CloudWatch metrics for TTFT and Estimated Quota Consumption

    Today, we’re announcing two new Amazon CloudWatch metrics for Amazon Bedrock, TimeToFirstToken and EstimatedTPMQuotaUsage. In this post, we cover how these work and how to set alarms, establish baselines, and proactively manage capacity using them. Link to article: …


    Read More
  • Secure AI agents with Policy in Amazon Bedrock AgentCore

    calendar Mar 12, 2026 · aws.amazon.com/blogs/machine-learning
    Secure AI agents with Policy in Amazon Bedrock AgentCore

    In this post, you will understand how Policy in Amazon Bedrock AgentCore creates a deterministic enforcement layer that operates independently of the agent's own reasoning. You will learn how to turn natural language descriptions of your business rules into Cedar policies, then use those policies to enforce …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top