.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Why Your AI Governance Is Holding You Back, and You Don’t Even Know It

    calendar Mar 19, 2026 · blog.jetbrains.com
    Why Your AI Governance Is Holding You Back, and You Don’t Even Know It

    Most enterprises claim to govern their AI use. They have policy documents, review boards, approval flows, and sandbox environments. On paper, control exists. Then agents enter real software delivery workflows. They generate code, refactor systems, open pull requests, query internal data, trigger automations, and …


    Read More
  • When to Use Singleton Pattern in C#: Decision Guide with Examples

    calendar Mar 19, 2026 · devleader.ca
    When to Use Singleton Pattern in C#: Decision Guide with Examples

    When to use Singleton pattern in C#: decision guide with examples, use cases, and scenarios where a single instance provides the most value. Link to article: https://www.devleader.ca/2026/03/19/when-to-use-singleton-pattern-in-c-decision-guide-with-examples


    Read More
  • Core JavaScript and TypeScript Features Become Free in IntelliJ IDEA

    calendar Mar 19, 2026 · blog.jetbrains.com
    Core JavaScript and TypeScript Features Become Free in IntelliJ IDEA

    Modern Java development often involves web technologies. To make this workflow more accessible and smoother, we’re making some core JavaScript, TypeScript, HTML, and CSS features – previously included with the Ultimate subscription only – available for free in IntelliJ IDEA v2026.1. JavaScript, TypeScript, HTML, CSS, …


    Read More
  • IntelliJ IDEA’s New Kotlin Coroutine Inspections, Explained

    calendar Mar 19, 2026 · blog.jetbrains.com
    IntelliJ IDEA’s New Kotlin Coroutine Inspections, Explained

    This article was written by an external contributor. Every technology has its misuses, and different ecosystems use different approaches to prevent them. In the Kotlin ecosystem, I believe the philosophy has always been to make APIs so good that correct usage is simple and intuitive, while misuse is harder and more …


    Read More
  • How we monitor internal coding agents for misalignment

    calendar Mar 19, 2026 · openai.com/blog
    How we monitor internal coding agents for misalignment

    How OpenAI uses chain-of-thought monitoring to study misalignment in internal coding agents—analyzing real-world deployments to detect risks and strengthen AI safety safeguards. Link to article: https://openai.com/index/how-we-monitor-internal-coding-agents-misalignment


    Read More
  • $ teamcity From the Command Line

    calendar Mar 19, 2026 · blog.jetbrains.com
    $ teamcity From the Command Line

    Start builds, tail logs, and manage agents and queues – without switching windows. Whether you are debugging a failed build, managing build agents, or scripting your deployment pipeline (or your AI coding agent is doing so) – there are times when opening a browser is one step too many. TeamCity CLI is a lightweight, …


    Read More
  • From Azure IoT Operations Data Processor Pipelines to Dataflows

    calendar Mar 19, 2026 · devblogs.microsoft.com
    From Azure IoT Operations Data Processor Pipelines to Dataflows

    We recently completed an 18-month journey building an event detection system at the edge with Azure IoT Operations (AIO). The goal was simple to describe but complex to execute: use a Vision Model to detect real-world events, then raise confidence by correlating that signal with other data sources—from indu Link to …


    Read More
  • OpenAI to acquire Astral

    calendar Mar 19, 2026 · openai.com/blog
    OpenAI to acquire Astral

    Accelerates Codex growth to power the next generation of Python developer tools Link to article: https://openai.com/index/openai-to-acquire-astral


    Read More
  • Critter Stack Roadmap for March 2026

    calendar Mar 18, 2026 · jeremydmiller.com
    Critter Stack Roadmap for March 2026

    It’s only a month since I’ve written an update on the Critter Stack roadmap, but it’s maybe worth some time on my part to update what I think the roadmap is now. The biggest change is the utter dominance of AI in the software development discourse and the fact that Claude usage has allowed us … Continue reading Critter …


    Read More
  • Announcing PowerShell 7.6 (LTS) GA Release

    calendar Mar 18, 2026 · devblogs.microsoft.com
    Announcing PowerShell 7.6 (LTS) GA Release

    We're excited to announce the General Availability of PowerShell 7.6, the next Long Term Support (LTS) release of PowerShell. PowerShell 7.6 is built on .NET 10 (LTS), continuing the alignment between PowerShell and the modern .NET platform. PowerShell 7.6 includes reliability improvements across the Link to article: …


    Read More
  • Build a Semantic Search Engine with Semantic Kernel in C#

    calendar Mar 18, 2026 · devleader.ca
    Build a Semantic Search Engine with Semantic Kernel in C#

    Build a semantic search engine with Semantic Kernel in C#. Learn ITextEmbeddingGenerationService, VectorSearchOptions filter, and scored similarity search. Link to article: https://www.devleader.ca/2026/03/18/build-a-semantic-search-engine-with-semantic-kernel-in-c


    Read More
  • Authentication Tokens Are Not a Data Contract

    calendar Mar 18, 2026 · devblogs.microsoft.com
    Authentication Tokens Are Not a Data Contract

    Authentication tokens exist to answer one question: is this caller authorized to do this? They are not intended to be a stable data interface, a schema you can depend on, or an input into application logic. If your application decodes tokens and reads claims from them, this is an important heads-up. Token C Link to …


    Read More
  • Pin Clustering in .NET MAUI Maps

    calendar Mar 18, 2026 · devblogs.microsoft.com
    Pin Clustering in .NET MAUI Maps

    If you've ever loaded a map with dozens — or hundreds — of pins, you know the result: an overlapping mess that's impossible to interact with. Starting in .NET MAUI 11 Preview 2, the Map control supports pin clustering out of the box on Android and iOS/Mac Catalyst. Link to article: …


    Read More
  • Azure Developer CLI (azd): Run and test AI agents locally with azd

    calendar Mar 18, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd): Run and test AI agents locally with azd

    You can now run an AI agent on your local machine and send it messages—all from azd, no portal required. What's new? The azure.ai.agents extension adds two commands: Link to article: https://devblogs.microsoft.com/azure-sdk/azd-ai-agent-run-invoke


    Read More
  • DiskANN Vector Index Improvements

    calendar Mar 18, 2026 · devblogs.microsoft.com
    DiskANN Vector Index Improvements

    Remember when we announced the Public Preview of DiskANN vector indexes back in November and mentioned that once you created the index, your table became read‑only? Yeahâ Link to article: https://devblogs.microsoft.com/azure-sql/diskann-vector-index-improvements


    Read More
  • Visual Studio Code 1.112

    calendar Mar 18, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.112

    Learn what's new in Visual Studio Code 1.112 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.112


    Read More
  • VS Code 1.112 Insiders

    calendar Mar 18, 2026 · devblogs.microsoft.com
    VS Code 1.112 Insiders

    Learn what's new in Visual Studio Code 1.112 (Insiders) Read the full article Link to article: https://devblogs.microsoft.com/external-blogs/vs-code-1-112-insiders


    Read More
  • Handling Long-Running Operations with Background Responses

    calendar Mar 18, 2026 · devblogs.microsoft.com
    Handling Long-Running Operations with Background Responses

    Handling Long-Running Operations with Background Responses AI agents powered by reasoning models can take minutes to work through complex problems — deep research, multi-step analysis, lengthy content generation. In a traditional request-response pattern, that means your client sits idle waiting for a connection that …


    Read More
  • When Infrastructure Scales But Understanding Doesn't

    calendar Mar 18, 2026 · devblogs.microsoft.com
    When Infrastructure Scales But Understanding Doesn't

    We all know this, even if we don't like to admit it: modern infrastructure can scale infinitely, but human understanding doesn't. We've all seen it happen - organizations going from managing dozens of servers to thousands of containers, from deploying weekly to deploying hundreds of times per day, from serving …


    Read More
  • Kick off Nova customization experiments using Nova Forge SDK

    calendar Mar 18, 2026 · aws.amazon.com/blogs/machine-learning
    Kick off Nova customization experiments using Nova Forge SDK

    In this post, we walk you through the process of using the Nova Forge SDK to train an Amazon Nova model using Amazon SageMaker AI Training Jobs. Link to article: https://aws.amazon.com/blogs/machine-learning/kick-off-nova-customization-experiments-using-nova-forge-sdk/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top