.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Aspire Conf is Coming! Join us Live on March 23

    calendar Mar 10, 2026 · devblogs.microsoft.com
    Aspire Conf is Coming! Join us Live on March 23

    Mark your calendar and grab your new favorite t-shirt: Aspire Conf is happening March 23 at 9:00 AM PT, and everyone’s invited. Aspire Conf is our first online co Link to article: https://devblogs.microsoft.com/aspire/join-us-march-23-for-aspire-conf


    Read More
  • Experimental AI Features for JetBrains IDEs: Recap and Insights

    calendar Mar 10, 2026 · blog.jetbrains.com
    Experimental AI Features for JetBrains IDEs: Recap and Insights

    JetBrains IDEs already offer a variety of AI features to help you with everyday development tasks, from code completion as you type to code generation and explanation in response to prompts or commands. As we continue expanding their AI capabilities, including with more tools and the ability to use third-party agents, …


    Read More
  • Supercharge Your IDE: Custom .NET MCP Servers for Amazon Q Developer

    calendar Mar 10, 2026 · aws.amazon.com/blogs/dotnet
    Supercharge Your IDE: Custom .NET MCP Servers for Amazon Q Developer

    The rise of Generative AI (GenAI) and the new ecosystem around it have fundamentally changed how developers write, debug, and ship software. What once required hours of context-switching between documentation, Stack Overflow, and IDE windows, can now be accomplished in minutes with AI-assisted development. Tools like …


    Read More
  • New Improvements to Marten’s LINQ Support

    calendar Mar 10, 2026 · jeremydmiller.com
    New Improvements to Marten’s LINQ Support

    I hold these two facts to be simultaneously true: Alright, on that note, let’s talk about a couple potentially important recent improvements to Marten’s LINQ support. First, we’ve received the message loud and clear that Marten was sometimes hard when what you really need is to fetch data from more than one document …


    Read More
  • Accelerate custom LLM deployment: Fine-tune with Oumi and deploy to Amazon Bedrock

    calendar Mar 10, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate custom LLM deployment: Fine-tune with Oumi and deploy to Amazon Bedrock

    In this post, we show how to fine-tune a Llama model using Oumi on Amazon EC2 (with the option to create synthetic data using Oumi), store artifacts in Amazon S3, and deploy to Amazon Bedrock using Custom Model Import for managed inference. Link to article: …


    Read More
  • Strategy vs State Pattern in C#: Key Differences Explained

    calendar Mar 10, 2026 · devleader.ca
    Strategy vs State Pattern in C#: Key Differences Explained

    Strategy vs State pattern in C#: key differences, when to use each behavioral pattern, and implementation examples to help you choose the right pattern. Link to article: https://www.devleader.ca/2026/03/10/strategy-vs-state-pattern-in-c-key-differences-explained


    Read More
  • What’s Holding Back AI Agents? It’s Still Security

    calendar Mar 10, 2026 · docker.com
    What’s Holding Back AI Agents? It’s Still Security

    It’s hard to find a team today that isn’t talking about agents. For most organizations, this isn’t a “someday” project anymore. Building agents is a strategic priority for 95% of respondents that we surveyed across the globe with 800+ developers and decision makers in our latest State of Agentic AI research. The shift …


    Read More
  • Computer Science and AI BSc Open Day in Cyprus

    calendar Mar 10, 2026 · blog.jetbrains.com
    Computer Science and AI BSc Open Day in Cyprus

    Exciting news! The Computer Science and Artificial Intelligence bachelor’s program at Neapolis University Pafos is hosting an Open Day on March 29. This event is a great opportunity to meet the professors and current students, learn how the program works, and see the campus in person. The CSAI program is supported by …


    Read More
  • Improving instruction hierarchy in frontier LLMs

    calendar Mar 10, 2026 · openai.com/blog
    Improving instruction hierarchy in frontier LLMs

    IH-Challenge trains models to prioritize trusted instructions, improving instruction hierarchy, safety steerability, and resistance to prompt injection attacks. Link to article: https://openai.com/index/instruction-hierarchy-challenge


    Read More
  • New ways to learn math and science in ChatGPT

    calendar Mar 10, 2026 · openai.com/blog
    New ways to learn math and science in ChatGPT

    ChatGPT introduces interactive visual explanations for math and science, helping students explore formulas, variables, and concepts in real time. Link to article: https://openai.com/index/new-ways-to-learn-math-and-science-in-chatgpt


    Read More
  • Splitting the NetEscapades.EnumGenerators packages: the road to a stable release

    calendar Mar 10, 2026 · andrewlock.net
    Splitting the NetEscapades.EnumGenerators packages: the road to a stable release

    In this post I describe the recent architectural changes to the NetEscapades.EnumGenerators package, which is now a metapackage, to support more scenarios Link to article: https://andrewlock.net/splitting-the-netescapades-enumgenerators-packages-the-road-to-a-stable-release/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top