.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • AWS AI League: Atos fine-tunes approach to AI education

    calendar Mar 17, 2026 · aws.amazon.com/blogs/machine-learning
    AWS AI League: Atos fine-tunes approach to AI education

    In this post, we’ll explore how Atos used the AWS AI League to help accelerate AI education across 400+ participants, highlight the tangible benefits of gamified, experiential learning, and share actionable insights you can apply to your own AI enablement programs. Link to article: …


    Read More
  • Java 26 in IntelliJ IDEA

    calendar Mar 17, 2026 · blog.jetbrains.com
    Java 26 in IntelliJ IDEA

    The Java release cadence means we get a new Java version every six months. Java 26 was released on March 17, 2026. At JetBrains, we are committed to supporting the latest technologies in IntelliJ IDEA and adding useful enhancements for both stable and preview features. In this blog post, we will give you an overview …


    Read More
  • Windows stack limit checking retrospective: x86-32 also known as i386, second try

    calendar Mar 17, 2026 · devblogs.microsoft.com
    Windows stack limit checking retrospective: x86-32 also known as i386, second try

    The last time we looked at the Windows stack limit checker on x86-32 (also known as i386), we noted that the function has changed over the years. Here's the revised version. Link to article: https://devblogs.microsoft.com/oldnewthing/20260317-00/?p=112144


    Read More
  • Azure DevOps Remote MCP Server (public preview)

    calendar Mar 17, 2026 · devblogs.microsoft.com
    Azure DevOps Remote MCP Server (public preview)

    When we released the local Azure DevOps MCP Server, it gave customers a way to connect Azure DevOps data with tools like Visual Studio and Visual Studio Code through GitHub Copilot Chat. The next step was to make this experience easier to get started with and to enable it for servi Link to article: …


    Read More
  • Toolbox App 3.4: Remote IDE Lifecycle Hooks, macOS Fullscreen Fix, UTF-8 Support, and More

    calendar Mar 17, 2026 · blog.jetbrains.com
    Toolbox App 3.4: Remote IDE Lifecycle Hooks, macOS Fullscreen Fix, UTF-8 Support, and More

    Toolbox App 3.4 brings several long-awaited fixes alongside new capabilities for plugin developers. You can now hook into the remote IDE launch lifecycle, the Toolbox window behaves correctly in full-screen mode on macOS, and Windows users with non-ASCII usernames no longer need workarounds. The jetbrainsd service …


    Read More
  • How to Implement Singleton Pattern in C#: Step-by-Step Guide

    calendar Mar 17, 2026 · devleader.ca
    How to Implement Singleton Pattern in C#: Step-by-Step Guide

    How to implement Singleton pattern in C#: step-by-step guide with code examples, thread-safe implementation, and best practices for creational design patterns. Link to article: https://www.devleader.ca/2026/03/17/how-to-implement-singleton-pattern-in-c-stepbystep-guide


    Read More
  • Koog Comes to Java: The Enterprise AI Agent Framework From JetBrains

    calendar Mar 17, 2026 · blog.jetbrains.com
    Koog Comes to Java: The Enterprise AI Agent Framework From JetBrains

    Adding AI agents to your enterprise backend shouldn’t mean compromising your architecture. If your core systems are built in Java, orchestrating LLMs shouldn’t require you to introduce separate Python microservices or rewrite your stack. Today, we are launching Koog for Java. Originally built to keep pace as JetBrains …


    Read More
  • Natural Keys in the Critter Stack

    calendar Mar 16, 2026 · jeremydmiller.com
    Natural Keys in the Critter Stack

    Just to level set everyone, there are two general categories of identifiers we use in software: That very last sentence is where this post takes off. You see Marten can happily track event streams with either Guid identifiers (surrogate key) or string identifiers — or strong typed identifiers that wrap an inner Guid or …


    Read More
  • C# Source Generators: A Complete Guide to Compile-Time Code Generation

    calendar Mar 16, 2026 · devleader.ca
    C# Source Generators: A Complete Guide to Compile-Time Code Generation

    Master C# source generators with this complete guide. Learn how compile-time code generation works in .NET 10, why it beats reflection, and how to get started. Link to article: https://www.devleader.ca/2026/03/16/c-source-generators-a-complete-guide-to-compiletime-code-generation


    Read More
  • Chunking Strategies for RAG with Semantic Kernel in C#: Fixed-Size, Sentence, and Semantic Chunking

    calendar Mar 16, 2026 · devleader.ca
    Chunking Strategies for RAG with Semantic Kernel in C#: Fixed-Size, Sentence, and Semantic Chunking

    Learn chunking strategies for RAG with Semantic Kernel in C#. Compare fixed-size, sentence-boundary, paragraph, and semantic chunking approaches with complete .NET code examples to improve retrieval accuracy in your RAG pipelines. Link to article: …


    Read More
  • AWS and NVIDIA deepen strategic collaboration to accelerate AI from pilot to production

    calendar Mar 16, 2026 · aws.amazon.com/blogs/machine-learning
    AWS and NVIDIA deepen strategic collaboration to accelerate AI from pilot to production

    Today at NVIDIA GTC 2026, AWS and NVIDIA announced an expanded collaboration with new technology integrations to support growing AI compute demand and help you build and run AI solutions that are production-ready. Link to article: …


    Read More
  • Foundry Agent Service is GA: private networking, Voice Live, and enterprise-grade evaluations

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Foundry Agent Service is GA: private networking, Voice Live, and enterprise-grade evaluations

    The hardest part of shipping production AI agents isn't the prototype — it's everything after. Network isolation requirements. Compliance audits. Voice channels your operations team actually wants to use. Evaluations that aren't just a pre-ship checkbox. Today's GA release of the next Link to article: …


    Read More
  • Agentic AI in the Enterprise Part 2: Guidance by Persona

    calendar Mar 16, 2026 · aws.amazon.com/blogs/machine-learning
    Agentic AI in the Enterprise Part 2: Guidance by Persona

    This is Part II of a two-part series from the AWS Generative AI Innovation Center. In Part II, we speak directly to the leaders who must turn that shared foundation into action. Each role carries a distinct set of responsibilities, risks, and leverage points. Whether you own a P&L, run enterprise architecture, lead …


    Read More
  • Awesome GitHub Copilot just got a website, and a learning hub, and plugins!

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Awesome GitHub Copilot just got a website, and a learning hub, and plugins!

    Back in July, we launched the Awesome GitHub Copilot Customizations repo with a simple goal: give the community a place to share custom instructions, prompts, and chat modes to customize the AI Link to article: https://devblogs.microsoft.com/blog/awesome-github-copilot-just-got-a-website-and-a-learning-hub-and-plugins


    Read More
  • Introducing Disaggregated Inference on AWS powered by llm-d

    calendar Mar 16, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Disaggregated Inference on AWS powered by llm-d

    In this blog post, we introduce the concepts behind next-generation inference capabilities, including disaggregated serving, intelligent request scheduling, and expert parallelism. We discuss their benefits and walk through how you can implement them on Amazon SageMaker HyperPod EKS to achieve significant improvements …


    Read More
  • Azure Cosmos DB at FOSSASIA Summit 2026: Sessions, Conversations, and Community

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Azure Cosmos DB at FOSSASIA Summit 2026: Sessions, Conversations, and Community

    The FOSSASIA Summit 2026 was an incredible gathering of developers, open-source contributors, startups, and technology enthusiasts from across the region. This year, Azure Cosmos DB and Azure DocumentDB were present at the summit with both technical sessions and a dedicated booth, giving us a great opportunity to …


    Read More
  • Get the Inside Scoop on Visual Studio Subscriptions, Straight to Your Inbox

    calendar Mar 16, 2026 · devblogs.microsoft.com
    Get the Inside Scoop on Visual Studio Subscriptions, Straight to Your Inbox

    Link to article: https://devblogs.microsoft.com/visualstudio/vss-newsletter-opt-in


    Read More
  • How Workhuman built multi-tenant self-service reporting using Amazon Quick Sight embedded dashboards

    calendar Mar 16, 2026 · aws.amazon.com/blogs/machine-learning
    How Workhuman built multi-tenant self-service reporting using Amazon Quick Sight embedded dashboards

    This post explores how Workhuman transformed their analytics delivery model and the key lessons learned from their implementation. We go through their architecture approach, implementation strategy, and the business outcomes they achieved—providing you with a practical blueprint for adding embedded analytics to your …


    Read More
  • How We Taught AI Agents to See the Bigger Picture

    calendar Mar 16, 2026 · blog.jetbrains.com
    How We Taught AI Agents to See the Bigger Picture

    The problem: Good code is not always accepted code AI agents can write working code. They can make changes that compile, pass tests, and finish tasks. And yet the pull request might still be rejected. That happens because every codebase has its own internal logic. Teams have naming conventions, preferred APIs, and …


    Read More
  • Build an offline feature store using Amazon SageMaker Unified Studio and SageMaker Catalog

    calendar Mar 16, 2026 · aws.amazon.com/blogs/machine-learning
    Build an offline feature store using Amazon SageMaker Unified Studio and SageMaker Catalog

    This blog post provides step-by-step guidance on implementing an offline feature store using SageMaker Catalog within a SageMaker Unified Studio domain. By adopting a publish-subscribe pattern, data producers can use this solution to publish curated, versioned feature tables—while data consumers can securely discover, …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top