.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • OpenAI Acquires Astral: What It Means for PyCharm Users

    calendar Mar 23, 2026 · blog.jetbrains.com
    OpenAI Acquires Astral: What It Means for PyCharm Users

    On March 19, OpenAI announced that it would acquire Astral, the company behind uv, Ruff, and ty. The Astral team, led by founder Charlie Marsh, will join OpenAI’s Codex team. The deal is subject to regulatory approval. First and foremost: congratulations to Charlie Marsh and the entire Astral team. They shipped some of …


    Read More
  • Announcing Aspire 13.2

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Announcing Aspire 13.2

    Aspire 13.2 is here — and this one's a big deal. TypeScript AppHost authoring. An AI-agent-native CLI. New and improved integrations. A smarter dashboard. We've been building toward some of these for a while, and today they ship. [cta-button align='center' text='Get Aspire 13.2' url='https://get.aspire.dev'] Link to …


    Read More
  • Ten Months with Copilot Coding Agent in dotnet/runtime

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Ten Months with Copilot Coding Agent in dotnet/runtime

    When GitHub's Copilot Coding Agent (CCA) first became available in May 2025, the promise of cloud-based AI coding agents was generating enormous excitement, and equal skepticism. So we began an experiment, and like many experiments in software enginee Link to article: …


    Read More
  • KotlinConf’26 Speakers: In Conversation with Josh Long

    calendar Mar 23, 2026 · blog.jetbrains.com
    KotlinConf’26 Speakers: In Conversation with Josh Long

    “There’s never been a better time to be a JVM or Spring developer.” The Spring ecosystem has evolved dramatically over the past decade, from traditional enterprise applications to microservices, distributed systems, and now AI-powered services. Few people have witnessed that evolution as closely as Josh Long, who has …


    Read More
  • How can I make sure the anti-malware software doesn't terminate my custom service?

    calendar Mar 23, 2026 · devblogs.microsoft.com
    How can I make sure the anti-malware software doesn't terminate my custom service?

    A customer was developing a Windows service process, and it is important to them that the service keep running on their servers. They wanted to know if there was a way they could prevent users who connect to the server from terminating the service. In particular, they wanted to make sure that the user couldn't use the …


    Read More
  • Singleton vs Static Class in C#: Key Differences Explained

    calendar Mar 23, 2026 · devleader.ca
    Singleton vs Static Class in C#: Key Differences Explained

    Singleton vs static class in C#: key differences explained, when to use each approach, and how they compare for creational design patterns. Link to article: https://www.devleader.ca/2026/03/23/singleton-vs-static-class-in-c-key-differences-explained


    Read More
  • The New Role of Data Teams in the Agentic Analytics Era

    calendar Mar 23, 2026 · blog.jetbrains.com
    The New Role of Data Teams in the Agentic Analytics Era

    Last week, in the first part of this series, we explained why two analysts can produce two different answers from the same data, and why that problem gets worse with AI agents. Without a shared semantic layer defining metrics and business logic, AI will generate answers faster, but not more reliably. Today we’ll focus …


    Read More
  • Speed Up .NET CI with Test Sharding

    calendar Mar 23, 2026 · meziantou.net
    Speed Up .NET CI with Test Sharding

    A shard is a deterministic subset of your test suite. Test sharding means splitting one long test run into multiple smaller runs, and executing them in parallel in CI. Instead of waiting for one job that runs every test, you wait for the slowest shard. This often reduces CI wall-clock time and gives faster feedback. …


    Read More
  • Important updates: GitHub Copilot support ending for JetBrains 2024.2 and 2024.3

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Important updates: GitHub Copilot support ending for JetBrains 2024.2 and 2024.3

    To deliver new features faster and continue improving stability and performance, GitHub Copilot plugin will end support for JetBrains IDEs versions 2024.2 and 2024.3. By focusing on newer versions, we can bring you new capabilities more quickly and ensure a high-quality experience. Link to article: …


    Read More
  • Is There an ROI on Learning C#? - Dev Leader Weekly 132

    calendar Mar 23, 2026 · devleader.ca
    Is There an ROI on Learning C#? - Dev Leader Weekly 132

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss whether there's a real ROI on learning C# -- and why the answer has almost nothing to do with C# itself. Link to article: https://www.devleader.ca/2026/03/23/is-there-an-roi-on-learning-c-dev-leader-weekly-132


    Read More
  • Creating with Sora Safely

    calendar Mar 23, 2026 · openai.com/blog
    Creating with Sora Safely

    To address the novel safety challenges posed by a state-of-the-art video model as well as a new social creation platform, we’ve built Sora 2 and the Sora app with safety at the foundation. Our approach is anchored in concrete protections. Link to article: https://openai.com/index/creating-with-sora-safely


    Read More
  • Announcing Polecat: Event Sourcing with SQL Server

    calendar Mar 22, 2026 · jeremydmiller.com
    Announcing Polecat: Event Sourcing with SQL Server

    Polecat is now completely supported by JasperFx Software and automatically part of any existing and future support agreements through our existing plans. Polecat was released as 1.0 this past week (with 1.1 & now 1.2 coming soon). Let’s call it what it is, Polecat is a port of (most of) Marten to target SQL Server …


    Read More
  • Streaming Responses with GitHub Copilot SDK in C#: Real-Time Token Output

    calendar Mar 22, 2026 · devleader.ca
    Streaming Responses with GitHub Copilot SDK in C#: Real-Time Token Output

    Learn streaming responses GitHub Copilot SDK C# with AssistantMessageDeltaEvent, Server-Sent Events, and IAsyncEnumerable for real-time AI output. Link to article: https://www.devleader.ca/2026/03/22/streaming-responses-with-github-copilot-sdk-in-c-realtime-token-output


    Read More
  • Decorator vs Proxy Pattern in C#: Key Differences Explained

    calendar Mar 22, 2026 · devleader.ca
    Decorator vs Proxy Pattern in C#: Key Differences Explained

    Compare decorator vs proxy pattern in C# with side-by-side code examples, key differences explained, and guidance on when to use each pattern. Link to article: https://www.devleader.ca/2026/03/22/decorator-vs-proxy-pattern-in-c-key-differences-explained


    Read More
  • General Performance: Exploring Thread ID Retrieval Methods

    calendar Mar 22, 2026 · dotnettips.wordpress.com
    General Performance: Exploring Thread ID Retrieval Methods

    This article explains two methods to obtain the current thread ID in .NET and shows which method is more performant. Link to article: https://dotnettips.wordpress.com/2026/03/22/general-performance-exploring-thread-id-retrieval-methods/


    Read More
  • Managing Sessions and Context in GitHub Copilot SDK for C#: Patterns and Best Practices

    calendar Mar 21, 2026 · devleader.ca
    Managing Sessions and Context in GitHub Copilot SDK for C#: Patterns and Best Practices

    Learn patterns for managing sessions GitHub Copilot SDK C# apps. Session lifecycle, context windows, multi-turn conversations, and best practices. Link to article: https://www.devleader.ca/2026/03/21/managing-sessions-and-context-in-github-copilot-sdk-for-c-patterns-and-best-practices


    Read More
  • Singleton Pattern Best Practices in C#: Code Organization and Maintainability

    calendar Mar 21, 2026 · devleader.ca
    Singleton Pattern Best Practices in C#: Code Organization and Maintainability

    Singleton pattern best practices in C#: code organization, thread safety, maintainability tips, and professional implementation guidelines for creational design patterns. Link to article: https://www.devleader.ca/2026/03/21/singleton-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • Scaling SignalR With a Redis Backplane

    calendar Mar 21, 2026 · milanjovanovic.tech
    Scaling SignalR With a Redis Backplane

    SignalR connections are server-local. Scale out to multiple instances and messages stop reaching the right clients. Here's how the Redis backplane fixes that - and what you still need to get right. Link to article: https://www.milanjovanovic.tech/blog/scaling-signalr-with-redis-backplane


    Read More
  • CopilotClient and CopilotSession in C#: Core Concepts of the GitHub Copilot SDK

    calendar Mar 20, 2026 · devleader.ca
    CopilotClient and CopilotSession in C#: Core Concepts of the GitHub Copilot SDK

    Master CopilotClient and CopilotSession -- the two core classes of the GitHub Copilot SDK in C#. Learn the client/session model, session configuration, lifecycle management, the event-driven API, and how they work together in .NET applications. Link to article: …


    Read More
  • How C# Source Generators Work: The Roslyn Compilation Pipeline Explained

    calendar Mar 20, 2026 · devleader.ca
    How C# Source Generators Work: The Roslyn Compilation Pipeline Explained

    Learn exactly how C# source generators work inside the Roslyn compilation pipeline. Understand the two-phase compilation model, syntax providers, and incremental execution. Link to article: https://www.devleader.ca/2026/03/20/how-c-source-generators-work-the-roslyn-compilation-pipeline-explained


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top