.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Building AI Agents with Semantic Kernel in C#: A Practical Step-by-Step Guide

    calendar Mar 9, 2026 · devleader.ca
    Building AI Agents with Semantic Kernel in C#: A Practical Step-by-Step Guide

    Learn how to build AI agents with Semantic Kernel in C# from scratch. Create ChatCompletionAgent, configure instructions, add plugins, manage conversation threads, and build production-ready AI agents in .NET. Link to article: …


    Read More
  • Run NVIDIA Nemotron 3 Nano as a fully managed serverless model on Amazon Bedrock

    calendar Mar 9, 2026 · aws.amazon.com/blogs/machine-learning
    Run NVIDIA Nemotron 3 Nano as a fully managed serverless model on Amazon Bedrock

    We are excited to announce that NVIDIA’s Nemotron 3 Nano is now available as a fully managed and serverless model in Amazon Bedrock. This follows our earlier announcement at AWS re:Invent supporting NVIDIA Nemotron 2 Nano 9B and NVIDIA Nemotron 2 Nano VL 12B models. This post explores the technical characteristics of …


    Read More
  • Access Anthropic Claude models in India on Amazon Bedrock with Global cross-Region inference

    calendar Mar 9, 2026 · aws.amazon.com/blogs/machine-learning
    Access Anthropic Claude models in India on Amazon Bedrock with Global cross-Region inference

    In this post, you will discover how to use Amazon Bedrock's Global cross-Region Inference for Claude models in India. We will guide you through the capabilities of each Claude model variant and how to get started with a code example to help you start building generative AI applications immediately. Link to article: …


    Read More
  • Extend your coding agent with .NET Skills

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Extend your coding agent with .NET Skills

    Coding agents are becoming part of everyday development, but quality of responses and usefulness still depends on the best context as input. That context comes in different forms starting from your environment, the code in the workspace, the model training knowledge, previous memory, agent instructions, and of course …


    Read More
  • Announcing the Azure Skills Plugin

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Announcing the Azure Skills Plugin

    Part 1 of the Azure Skills Plugin series Coding agents like GitHub Copilot and Claude Code are great at code, but getting your app to production on Azure is not just about writing co Link to article: https://devblogs.microsoft.com/all-things-azure/announcing-the-azure-skills-plugin


    Read More
  • Livestream: UI Freezes in JetBrains IDE Plugins and How to Avoid Them

    calendar Mar 9, 2026 · blog.jetbrains.com
    Livestream: UI Freezes in JetBrains IDE Plugins and How to Avoid Them

    UI freezes are among the most frustrating issues plugin developers encounter. Investigating them can be particularly challenging due to the complexity of concurrent programming. What makes things even trickier is that UI freezes in JetBrains IDEs are not always caused by heavy work on the event dispatch thread. On …


    Read More
  • March 2026 (version 1.111)

    calendar Mar 9, 2026 · devblogs.microsoft.com
    March 2026 (version 1.111)

    Learn what's new in Visual Studio Code 1.111 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/march-2026-(version-1.111)


    Read More
  • Build a real-world example with Microsoft Agent Framework, Microsoft Foundry, MCP and Aspire

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Build a real-world example with Microsoft Agent Framework, Microsoft Foundry, MCP and Aspire

    Building AI agents is getting easier. Deploying them as part of a real application, with multiple services, persistent state, and production infrastructure, is where things get complicated. Developers from the .NET community have requested whether a real-world example that shows running on local machine as well as on …


    Read More
  • Visual Studio Dev Essentials: Free, Practical Tools for Every Developer

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Visual Studio Dev Essentials: Free, Practical Tools for Every Developer

    When I first found Visual Studio Dev Essentials, it felt like discovering a hidden door in the developer toolkit world. I’d heard about free tools and cloud credits, but I wasn’t sure if it would really matter in day-to-day coding Link to article: …


    Read More
  • General Availability: Email and SMS OTP as Second‑Factor MFA for Native Authentication in Entra External ID

    calendar Mar 9, 2026 · devblogs.microsoft.com
    General Availability: Email and SMS OTP as Second‑Factor MFA for Native Authentication in Entra External ID

    Today we’re announcing the general availability of Email and SMS one‑time passcode (OTP) as second‑factor MFA for Native Authentication in Microsoft Entra External ID. This enables developers to add step‑up security to native sign‑in and sign‑up flows while keeping users fully inside their applications. This release …


    Read More
  • The fine print giveth and the bold print taketh away: The countdown timer

    calendar Mar 9, 2026 · devblogs.microsoft.com
    The fine print giveth and the bold print taketh away: The countdown timer

    Some time ago, I was purchasing online tickets to an event. When I got to the end of the checkout flow, I got this: Your seats will be held for only a limited time. If you do not complete your transaction in time, your seats will be relea Link to article: https://devblogs.microsoft.com/oldnewthing/20260309-01/?p=112120 …


    Read More
  • Learning to read C++ compiler errors: Ambiguous overloaded operator

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Learning to read C++ compiler errors: Ambiguous overloaded operator

    A customer was adding a feature to an old C++ code base, and the most convenient way to consume the feature was to use C++/WinRT. However, once they added C++/WinRT to their project, they ran into compiler errors in parts of their code that hadn't changed in decades. As an added wrinkle, the problem occurred only in …


    Read More
  • Junie CLI, the LLM-agnostic coding agent, is now in Beta

    calendar Mar 9, 2026 · blog.jetbrains.com
    Junie CLI, the LLM-agnostic coding agent, is now in Beta

    This March, we’re taking a major step forward in the development of Junie, the coding agent by JetBrains. Meet Junie CLI, the evolution of Junie into a fully standalone AI agent. With the upcoming release of Junie CLI, you will be able to use Junie directly from the terminal, inside any IDE, in CI/CD, and […] Link to …


    Read More
  • Air Launches as Public Preview – A New Wave of Dev Tooling Built on 26 Years of Experience

    calendar Mar 9, 2026 · blog.jetbrains.com
    Air Launches as Public Preview – A New Wave of Dev Tooling Built on 26 Years of Experience

    Download Air – free for macOS. Windows and Linux versions coming soon. We hold a principled optimism for agentic software development – and a pragmatic one. After 26 years of building developer tools, we have a clear view of what needs to be built and a strong conviction that agents will fundamentally change how …


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

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

    Prototype pattern best practices in C#: code organization, maintainability tips, shallow vs deep copy strategies, and professional implementation guidelines. Link to article: https://www.devleader.ca/2026/03/09/prototype-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • Build business understanding with Dataverse in Microsoft 365 Copilot

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Build business understanding with Dataverse in Microsoft 365 Copilot

    Business applications hold some of the most valuable data in an organization—customer’s financial records, sales pipeline, support cases, inventory orders—but that data has traditionally been locked behind app-specific experiences. Users switch between Dynamics 365, Power Apps, Outlook, and Teams to piece toget Link to …


    Read More
  • Visualize GitHub Actions runs with Meziantou.GitHubActionsTracing

    calendar Mar 9, 2026 · meziantou.net
    Visualize GitHub Actions runs with Meziantou.GitHubActionsTracing

    I recently released Meziantou.GitHubActionsTracing, a tool that converts GitHub Actions workflow runs into trace data. In this post, I show how to use it to debug slow or flaky CI pipelines with timeline-based analysis instead of raw logs only. Why GitHub Actions runs are hard to diagnose GitHub Actions logs are great …


    Read More
  • OpenAI to acquire Promptfoo

    calendar Mar 9, 2026 · openai.com/blog
    OpenAI to acquire Promptfoo

    OpenAI is acquiring Promptfoo, an AI security platform that helps enterprises identify and remediate vulnerabilities in AI systems during development. Link to article: https://openai.com/index/openai-to-acquire-promptfoo


    Read More
  • Invite Guest users in a Entra ID Multi-tenant setup

    calendar Mar 9, 2026 · damienbod.com
    Invite Guest users in a Entra ID Multi-tenant setup

    This post looks at implementing a guest user invite in a cross tenant setup. This is useful when creating partner tenants using an Entra ID MAU license for all partner guests and members. This makes it possible to keep the home tenant separated for internal members. Setup The Partners or guest Entra ID tenant is […] …


    Read More
  • TCP Connections With DAP Debuggers, Different Formats for Numeric Values, and More in CLion 2026.1 EAP

    calendar Mar 9, 2026 · blog.jetbrains.com
    TCP Connections With DAP Debuggers, Different Formats for Numeric Values, and More in CLion 2026.1 EAP

    The Early Access Program (EAP) for CLion 2026.1 is nearing its end, bringing a range of improvements to debugging capabilities, build tools, project formats, and more. This post is a brief overview of what is already available in the latest EAP build. As always, EAP builds are free to use, so you can explore all […] …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top