.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Announcing Foundry Managed Compute: Run open models in Microsoft Foundry

    calendar Jun 3, 2026 · devblogs.microsoft.com
    Announcing Foundry Managed Compute: Run open models in Microsoft Foundry

    Announcing Foundry Managed Compute: Run open models in Microsoft Foundry Today we're announcing Managed Compute in Microsoft Foundry, a new managed platform for customizing and serving open-source AI models on elastic GPU capacity without the operational burden of running virtual machines, Kubernetes clusters, or mod …


    Read More
  • Introducing Agent Optimizer in Foundry Agent Service

    calendar Jun 3, 2026 · devblogs.microsoft.com
    Introducing Agent Optimizer in Foundry Agent Service

    With hosted agents, we made it straightforward to build and deploy agents on Foundry. You write your logic, run azd deploy, and your agent is live. But “live” and “production- Link to article: https://devblogs.microsoft.com/foundry/agent-optimizer-build2026


    Read More
  • Making agent memory more reliable, transparent, and production-ready

    calendar Jun 3, 2026 · devblogs.microsoft.com
    Making agent memory more reliable, transparent, and production-ready

    Memory has always mattered for personalization and continuity. But as customers move agents from demos into production, another requirement becomes just as important: reliability.  Enterprise teams need agents that not only remember facts, but Link to article: https://devblogs.microsoft.com/foundry/memory-build2026 …


    Read More
  • Discovery to Execution: Scaling Agents with Toolboxes and Routines in Microsoft Foundry

    calendar Jun 3, 2026 · devblogs.microsoft.com
    Discovery to Execution: Scaling Agents with Toolboxes and Routines in Microsoft Foundry

    Tooling doesn’t break at a small scale—it breaks when teams move to production. AI adoption accelerates, so does the number of tools available to them. Discovering, managing and securing the right tools has quickly become one of the biggest challenges in building production-grade agents. Today, we are announcing new …


    Read More
  • Improve your agent’s tool-calling accuracy with SFT and DPO on Amazon SageMaker AI

    calendar Jun 3, 2026 · aws.amazon.com/blogs/machine-learning
    Improve your agent’s tool-calling accuracy with SFT and DPO on Amazon SageMaker AI

    In this post, you learn how to use Supervised Fine-Tuning (SFT) and Direct Preference Optimization (DPO) together to improve the tool-calling accuracy of a small language model (SLM). The example uses Amazon SageMaker AI training jobs, so you can focus on training code instead of managing your own training …


    Read More
  • Introducing new capabilities to GPT-Rosalind

    calendar Jun 3, 2026 · openai.com/blog
    Introducing new capabilities to GPT-Rosalind

    GPT-Rosalind advances life sciences research with enhanced biological reasoning, medicinal chemistry expertise, genomics analysis, and experimental workflow capabilities. Link to article: https://openai.com/index/introducing-new-capabilities-to-gpt-rosalind


    Read More
  • IntelliJ IDEA 2025.3.6 Is Out!

    calendar Jun 3, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2025.3.6 Is Out!

    IntelliJ IDEA 2025.3.6 is now available with the latest Oracle critical patch update for Java 21. The update includes the corresponding JetBrains Runtime changes and fixes the issue [IDEA-389015], providing improved reliability and security. You can update to this version from inside the IDE, using the Toolbox App, or …


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

    calendar Jun 3, 2026 · devleader.ca
    How to Implement Iterator Pattern in C#: Step-by-Step Guide

    Learn how to implement the iterator pattern in C# with step-by-step examples covering IEnumerable, IEnumerator, yield return, and custom collection traversal. Link to article: https://www.devleader.ca/2026/06/03/how-to-implement-iterator-pattern-in-c-stepbystep-guide


    Read More
  • How Wasmer used Codex to build a Node.js runtime for the edge

    calendar Jun 3, 2026 · openai.com/blog
    How Wasmer used Codex to build a Node.js runtime for the edge

    See how Wasmer used Codex with GPT-5.5 to build a Node.js runtime for the edge, accelerating development 10x to 20x and shipping in weeks instead of months. Link to article: https://openai.com/index/wasmer


    Read More
  • RustWeek 2026: What We Learned, Who We Met, and What’s Next for Rust

    calendar Jun 3, 2026 · blog.jetbrains.com
    RustWeek 2026: What We Learned, Who We Met, and What’s Next for Rust

    RustWeek 2026 brought more than 900 Rust developers, educators, and maintainers to Utrecht, Netherlands, for a few days of talks, hallway conversations, community meetups, hackathons, and workshops about all things Rust. As a Gold sponsor for the third year in a row, the RustRover team joined the event to support the …


    Read More
  • Design an Agentic AI Systems Enterprises Can Actually Trust?

    calendar Jun 3, 2026 · build5nines.com
    Design an Agentic AI Systems Enterprises Can Actually Trust?

    There is a moment every developer eventually hits with AI automation. The demo works. The agent reads the ticket, checks the logs, writes a summary,… Link to article: https://build5nines.com/design-an-agentic-ai-systems-enterprises-can-actually-trust/


    Read More
  • Kotlin 2.4.0 Released

    calendar Jun 3, 2026 · blog.jetbrains.com
    Kotlin 2.4.0 Released

    The Kotlin 2.4.0 release is out! Here are the main highlights: For the complete list of changes, refer to What’s new in Kotlin 2.4.0 or the release notes on GitHub. How to install Kotlin 2.4.0 The latest version of Kotlin is included in the latest versions of IntelliJ IDEA and Android Studio. To update to […] Link to …


    Read More
  • A blueprint for democratic governance of frontier AI

    calendar Jun 3, 2026 · openai.com/blog
    A blueprint for democratic governance of frontier AI

    OpenAI outlines a blueprint for U.S. governance of frontier AI, proposing a federal framework for safety, resilience, and national security. Link to article: https://openai.com/index/frontier-safety-blueprint


    Read More
  • OpenAI public policy agenda

    calendar Jun 3, 2026 · openai.com/blog
    OpenAI public policy agenda

    OpenAI outlines its public policy agenda for AI, including safety, youth protection, workforce transition, and global standards to ensure AI benefits society. Link to article: https://openai.com/index/public-policy-agenda


    Read More
  • WPF Hot Reload Is Here: Edit Your XAML and Watch It Update Live in Rider

    calendar Jun 3, 2026 · blog.jetbrains.com
    WPF Hot Reload Is Here: Edit Your XAML and Watch It Update Live in Rider

    WPF Hot Reload is now available in Rider, starting with the 2026.2 EAP 2 build. You can edit your XAML while your app is running under the debugger and see the changes immediately, with no rebuild, no restart, and no losing your place in the application. Together with the C# Hot Reload support that’s already […] Link …


    Read More
  • Modular Monolith Boundaries Done Wrong

    calendar Jun 2, 2026 · codeopinion.com
    Modular Monolith Boundaries Done Wrong

    So you built a modular monolith. You have a clean structure. Different projects. Everything broken into modules. But somehow, when you make a change, it still ripples through the rest of your system. Why? Because its highly coupled. YouTube Check out my YouTube channel, where I post all kinds of content on Software …


    Read More
  • Minimal API vs Controllers in ASP.NET Core: Which Should You Use?

    calendar Jun 2, 2026 · devleader.ca
    Minimal API vs Controllers in ASP.NET Core: Which Should You Use?

    Compare minimal api vs controllers in ASP.NET Core 10. Understand trade-offs in syntax, testing, filters, and scale to pick the right approach. Link to article: https://www.devleader.ca/2026/06/02/minimal-api-vs-controllers-in-aspnet-core-which-should-you-use


    Read More
  • Introducing azure-functions-skills: An AI-Era Workspace for Azure Functions (Preview)

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Introducing azure-functions-skills: An AI-Era Workspace for Azure Functions (Preview)

    Today we're announcing azure-functions-skills in public preview: a one-command way to giv Link to article: https://devblogs.microsoft.com/azure-sdk/introducing-azure-functions-skills-ai-era-workspace


    Read More
  • Announcing the Public Preview of Integrated Embeddings in Azure Cosmos DB: Build AI Apps With Embeddings That Stay in Sync

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Announcing the Public Preview of Integrated Embeddings in Azure Cosmos DB: Build AI Apps With Embeddings That Stay in Sync

    AI applications built on Azure Cosmos DB depend on embeddings for grounded results. Keeping them in sync with your data is the hard part: it means building and operating a separate data pipeline to track changes, call an embedding model, and write the results back to Azure Cosmos DB. In practice, t Link to article: …


    Read More
  • Introducing OmniVec: An Open-Source Embedding Platform for AI Apps on Azure

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Introducing OmniVec: An Open-Source Embedding Platform for AI Apps on Azure

    Today we are open-sourcing OmniVec, a platform for building and operating the embedding pipelines that keep the vector representation of your operational data in sync as it changes. You register data sources, embedding model(s), vector stores (destination), and OmniVec does the rest: initi Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top