.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Improving the Markdown Editor for Work Items

    calendar Apr 1, 2026 · devblogs.microsoft.com
    Improving the Markdown Editor for Work Items

    We introduced the Markdown editor in July 2025 to bring Markdown support to large text fields in work items. Since then, we’ve received valuable customer feedback highlighting challenges with the editing experience, particularly w Link to article: …


    Read More
  • Visual Studio Code 1.114

    calendar Apr 1, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.114

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


    Read More
  • The Polyglot tax - Part 3

    calendar Apr 1, 2026 · devblogs.microsoft.com
    The Polyglot tax - Part 3

    Vectors, Analytics, and the End of ETL Part 3 of 4 - The Multimodal Database Series In Part 1: The Polyglot Tax we laid out the fraud detection scenario: a transaction comes in, and before you approve or deny it you need five checks. Order h Link to article: …


    Read More
  • What's New in vcpkg (Feb 2026 - Mar 2026): Parallel file installation and more!

    calendar Apr 1, 2026 · devblogs.microsoft.com
    What's New in vcpkg (Feb 2026 - Mar 2026): Parallel file installation and more!

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.02.27 and 2026.03.18 registry releases and the Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-feb-2026-mar-2026-parallel-file-installation-and-more


    Read More
  • Bookmark Studio: evolving bookmarks in Visual Studio

    calendar Apr 1, 2026 · devblogs.microsoft.com
    Bookmark Studio: evolving bookmarks in Visual Studio

    Bookmarks in Visual Studio have always been a simple, reliable feature. Many developers use them regularly, and over the years we’ve heard consistent feedback from those users. Bookmarks were useful, but there were a few core gaps that kept them from being as effective and relevant as they could be. Navigation was one …


    Read More
  • The cover of C++: The Programming Language raises questions not answered by the cover

    calendar Apr 1, 2026 · devblogs.microsoft.com
    The cover of <i>C++: The Programming Language</i> raises questions not answered by the cover

    The book C++: The Programming Language¹ (Waylon Warren, editor) claims to present "the complex subject of C++ in the most comprehensible and easy to understand language." A rather overdone book blurb, in my opinion. Anyway, the book does have an attractive cover, or at least an inoffensive one. Link to …


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

    calendar Apr 1, 2026 · devleader.ca
    Observer Pattern Best Practices in C#: Code Organization and Maintainability

    Master observer pattern best practices in C# including memory management, thread safety, event cleanup, and organized event-driven architecture. Link to article: https://www.devleader.ca/2026/04/01/observer-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • Dataverse Skills: Your Coding Agent Now Speaks Dataverse

    calendar Apr 1, 2026 · devblogs.microsoft.com
    Dataverse Skills: Your Coding Agent Now Speaks Dataverse

    Building enterprise solutions is shifting from writing code to directing AI agents. Instead of stitching together APIs, CLIs, and scripts, developers are increasingly describing intent and letting agents execute. For enterprise platforms like Dataverse, this creates a new requirement: they must be operable by agents, …


    Read More
  • Configuring contextual options with Microsoft.Extensions.Options.Contextual

    calendar Apr 1, 2026 · andrewlock.net
    Configuring contextual options with Microsoft.Extensions.Options.Contextual

    In this post I take a brief look at the Microsoft.Extensions.Options.Contextual package to understand what it's for, how to use it, and whether to use it or not Link to article: https://andrewlock.net/configuring-contextual-options-with-microsoft-extensions-options-contextual/


    Read More
  • JetBrains Blog RSS Support Is Now Generally Available

    calendar Apr 1, 2026 · blog.jetbrains.com
    JetBrains Blog RSS Support Is Now Generally Available

    We’re excited to announce that RSS feed support for blog.jetbrains.com and all JetBrains product blogs is now generally available. After months of development and rigorous testing across 47 RSS readers on 6 platforms, we’re proud to deliver a reliable, standards-compliant way for you to read JetBrains content in the …


    Read More
  • Coding Faster with dotNetTips.com Spargine 10: April 2026 Release

    calendar Apr 1, 2026 · dotnettips.wordpress.com
    Coding Faster with dotNetTips.com Spargine 10: April 2026 Release

    Spargine 10 (v2026.10.4.1) is released on April 1, 2026, featuring support for .NET 10, new methods, and enhanced performance benchmarks. This open-source project aims to improve reliability and speed significantly. Community feedback and contributions are encouraged to refine and expand its capabilities. Detailed …


    Read More
  • YouTrack Introduces Whiteboards

    calendar Apr 1, 2026 · blog.jetbrains.com
    YouTrack Introduces Whiteboards

    YouTrack 2026.1 introduces Whiteboards, a new way for teams to plan, brainstorm, and collaborate. Connect your current projects to get a better overview and organize work, or add notes and turn them into tasks and articles when you’re ready. This allows project managers and teams to plan from scratch, collaborate on …


    Read More
  • Project Nighthawk: A Research Agent Built for Field Engineering

    calendar Apr 1, 2026 · devblogs.microsoft.com
    Project Nighthawk: A Research Agent Built for Field Engineering

    Link to article: https://devblogs.microsoft.com/all-things-azure/project-nighthawk-a-research-agent-built-for-field-engineering


    Read More
  • Gradient Labs gives every bank customer an AI account manager

    calendar Apr 1, 2026 · openai.com/blog
    Gradient Labs gives every bank customer an AI account manager

    Gradient Labs uses GPT-4.1 and GPT-5.4 mini and nano to power AI agents that automate banking support workflows with low latency and high reliability. Link to article: https://openai.com/index/gradient-labs


    Read More
  • Build reliable AI agents with Amazon Bedrock AgentCore Evaluations

    calendar Mar 31, 2026 · aws.amazon.com/blogs/machine-learning
    Build reliable AI agents with Amazon Bedrock AgentCore Evaluations

    In this post, we introduce Amazon Bedrock AgentCore Evaluations, a fully managed service for assessing AI agent performance across the development lifecycle. We walk through how the service measures agent accuracy across multiple quality dimensions. We explain the two evaluation approaches for development and …


    Read More
  • Build a Multi-Agent Analysis System with GitHub Copilot SDK in C#

    calendar Mar 31, 2026 · devleader.ca
    Build a Multi-Agent Analysis System with GitHub Copilot SDK in C#

    Build a multi-agent analysis system with GitHub Copilot SDK in C#. Learn the AgentBase reusable pattern, SystemMessageMode.Replace for agent isolation, sequential AgentPipeline orchestration, and specialist agent design. Link to article: …


    Read More
  • Run and Iterate on LLMs Faster with Docker Model Runner on DGX Station

    calendar Mar 31, 2026 · docker.com
    Run and Iterate on LLMs Faster with Docker Model Runner on DGX Station

    Back in October, we showed how Docker Model Runner on the NVIDIA DGX Spark makes it remarkably easy to run large AI models locally with the same familiar Docker experience developers already trust. That post struck a chord: hundreds of developers discovered that a compact desktop system paired with Docker Model Runner …


    Read More
  • Build a FinOps agent using Amazon Bedrock AgentCore

    calendar Mar 31, 2026 · aws.amazon.com/blogs/machine-learning
    Build a FinOps agent using Amazon Bedrock AgentCore

    In this post, you learn how to build a FinOps agent using Amazon Bedrock AgentCore that helps your finance team manage AWS costs across multiple accounts. This conversational agent consolidates data from AWS Cost Explorer, AWS Budgets, and AWS Compute Optimizer into a single interface, so your team can ask questions …


    Read More
  • Building an AI powered system for compliance evidence collection

    calendar Mar 31, 2026 · aws.amazon.com/blogs/machine-learning
    Building an AI powered system for compliance evidence collection

    In this post, we show you how to build a similar system for your organization. You will learn the architecture decisions, implementation details, and deployment process that can help you automate your own compliance workflows. Link to article: …


    Read More
  • Accelerating software delivery with agentic QA automation using Amazon Nova Act

    calendar Mar 31, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerating software delivery with agentic QA automation using Amazon Nova Act

    In this post, we demonstrate how to implement agentic QA automation through QA Studio, a reference solution built with Amazon Nova Act. You will see how to define tests in natural language that adapt automatically to UI changes, explore the serverless architecture that executes tests reliably at scale, and get …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top