.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Remote MCP Server preview in Microsoft Foundry

    calendar Mar 19, 2026 · devblogs.microsoft.com
    Remote MCP Server preview in Microsoft Foundry

    Earlier this week we release the public preview for our Azure DevOps MCP Server. Today we are excited to let you know that the Azure DevOps MCP Server is now available to use in Microsoft Foundry. For those who are new to Foundry, Micro Link to article: …


    Read More
  • Run NVIDIA Nemotron 3 Super on Amazon Bedrock

    calendar Mar 19, 2026 · aws.amazon.com/blogs/machine-learning
    Run NVIDIA Nemotron 3 Super on Amazon Bedrock

    This post explores the technical characteristics of the Nemotron 3 Super model and discusses potential application use cases. It also provides technical guidance to get started using this model for your generative AI applications within the Amazon Bedrock environment. Link to article: …


    Read More
  • Use RAG for video generation using Amazon Bedrock and Amazon Nova Reel

    calendar Mar 19, 2026 · aws.amazon.com/blogs/machine-learning
    Use RAG for video generation using Amazon Bedrock and Amazon Nova Reel

    In this post, we explore our approach to video generation through VRAG, transforming natural language text prompts and images into grounded, high-quality videos. Through this fully automated solution, you can generate realistic, AI-powered video sequences from structured text and image inputs, streamlining the video …


    Read More
  • Introducing V-RAG: revolutionizing AI-powered video production with Retrieval Augmented Generation

    calendar Mar 19, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing V-RAG: revolutionizing AI-powered video production with Retrieval Augmented Generation

    This post introduces Video Retrieval-Augmented Generation (V-RAG), an approach to help improve video content creation. By combining retrieval augmented generation with advanced video AI models, V-RAG offers an efficient, and reliable solution for generating AI videos. Link to article: …


    Read More
  • Enhanced metrics for Amazon SageMaker AI endpoints: deeper visibility for better performance

    calendar Mar 19, 2026 · aws.amazon.com/blogs/machine-learning
    Enhanced metrics for Amazon SageMaker AI endpoints: deeper visibility for better performance

    SageMaker AI endpoints now support enhanced metrics with configurable publishing frequency. This launch provides the granular visibility needed to monitor, troubleshoot, and improve your production endpoints. Link to article: …


    Read More
  • Enforce data residency with Amazon Quick extensions for Microsoft Teams

    calendar Mar 19, 2026 · aws.amazon.com/blogs/machine-learning
    Enforce data residency with Amazon Quick extensions for Microsoft Teams

    In this post, we will show you how to enforce data residency when deploying Amazon Quick Microsoft Teams extensions across multiple AWS Regions. You will learn how to configure multi-Region Amazon Quick extensions that automatically route users to AWS Region-appropriate resources, helping keep compliance with GDPR and …


    Read More
  • 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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top