.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Introducing the Recommended Agent in AI Chat with Codex as the current choice

    calendar Jun 25, 2026 · blog.jetbrains.com
    Introducing the Recommended Agent in AI Chat with Codex as the current choice

    JetBrains AI supports multiple coding agents, including Junie, Codex, Claude Agent, and any ACP-compatible agent you bring yourself. Previously, AI users in JetBrains IDEs started in Chat mode and had to choose an agent themselves. As models became more advanced, agents became more capable and their adoption grew. We …


    Read More
  • SSH Connections Are Moving to JetBrains Daemon in the Toolbox App 3.6 EAP

    calendar Jun 25, 2026 · blog.jetbrains.com
    SSH Connections Are Moving to JetBrains Daemon in the Toolbox App 3.6 EAP

    Starting with the Toolbox App 3.6 Early Access Program (EAP), SSH connections to remote environments use the JetBrains Daemon (jetbrainsd) by default. We’re making this change available in the EAP first because jetbrainsd is becoming the shared background service for JetBrains tools. Moving SSH there helps us validate …


    Read More
  • Your AI Agent Keeps Missing The Real Bottleneck. JetBrains Rider Can Fix It Now.

    calendar Jun 25, 2026 · blog.jetbrains.com
    Your AI Agent Keeps Missing The Real Bottleneck.  JetBrains Rider Can Fix It Now.

    Here’s a case worth pondering: your app freezes for ten seconds, and you ask an AI agent what’s wrong. What does it actually do? For a long time the honest answer was: it rummages through your code and takes a wild guess. A snapshot taken by a profiler tool is runtime evidence. It knows exactly […] Link to article: …


    Read More
  • Raymond's hot take on Hainanese chicken

    calendar Jun 25, 2026 · devblogs.microsoft.com
    Raymond's hot take on Hainanese chicken

    "If we give it no flavor, we can say that it's really subtle." Link to article: https://devblogs.microsoft.com/oldnewthing/20260625-01/?p=112469


    Read More
  • The case of the DLL that was not present in memory despite not being formally unloaded, part 1

    calendar Jun 25, 2026 · devblogs.microsoft.com
    The case of the DLL that was not present in memory despite not being formally unloaded, part 1

    The team responsible for shell32.dll received a bug saying that they were responsible for a large number of crashes in a particular third party program. Opening the crash dumps showed the clear signs of a stack overflow: # Child-SP RetAddr Call Site Link to article: …


    Read More
  • Which Azure Cosmos DB Role Does My App Need?

    calendar Jun 25, 2026 · devblogs.microsoft.com
    Which Azure Cosmos DB Role Does My App Need?

    In the previous post in the series, we covered the security decisions you make on day one. In this part, we will talk about how to give your app access to Cosmos DB data, using roles and a managed identity instead of keys Link to article: …


    Read More
  • Visitor Design Pattern in C#: Complete Guide with Examples

    calendar Jun 25, 2026 · devleader.ca
    Visitor Design Pattern in C#: Complete Guide with Examples

    Master the visitor design pattern in C# with code examples, double dispatch, and best practices for separating algorithms from object structures. Link to article: https://www.devleader.ca/2026/06/25/visitor-design-pattern-in-c-complete-guide-with-examples


    Read More
  • The Unglamorous Side of Rust Web Development

    calendar Jun 25, 2026 · blog.jetbrains.com
    The Unglamorous Side of Rust Web Development

    This is a guest post by Mateusz Maćkowski and Marek Grzelak, co-maintainers of cot.rs and speakers at Rustikon 2026. You can watch their full talk here. In the very beginning, all we wanted to do was build a JSON API. After doing that a few times in Rust, we noticed a recurring pattern. Every new […] Link to article: …


    Read More
  • Big Thinkers: Guido van Rossum – How Python Became the Connective Tissue of Modern Infrastructure and AI

    calendar Jun 25, 2026 · build5nines.com
    Big Thinkers: Guido van Rossum – How Python Became the Connective Tissue of Modern Infrastructure and AI

    Few programming languages have crossed as many technology boundaries as Python. It powers machine learning platforms, cloud automation, observability tooling, scientific research, infrastructure orchestration, cybersecurity… Link to article: …


    Read More
  • Our Research on Membership Inference Attacks and Preventing Privacy Leaks

    calendar Jun 25, 2026 · blog.jetbrains.com
    Our Research on Membership Inference Attacks and Preventing Privacy Leaks

    Imagine there’s a stranger out there who has nothing but API access to your chatbot. They are interested in knowing whether a specific patient, employee, or customer appears in the data you trained it on. Without breaching the database or stealing backups, this person can theoretically figure out this information with …


    Read More
  • Explicit Lazy Imports Are Coming to Python 3.15

    calendar Jun 25, 2026 · blog.jetbrains.com
    Explicit Lazy Imports Are Coming to Python 3.15

    A while ago at PyCon US 2026, I had the pleasure of listening to the Python Steering Council give updates about new features that are being added in Python 3.15. One that stood out was explicit lazy imports (via PEP 810), which defer module loading until first use. I am curious to see how this […] Link to article: …


    Read More
  • How agents are transforming work

    calendar Jun 25, 2026 · openai.com/blog
    How agents are transforming work

    A new OpenAI research paper shows how AI agents are transforming work, enabling longer, more complex tasks and expanding productivity across roles. Link to article: https://openai.com/index/how-agents-are-transforming-work


    Read More
  • Testing with EF Core in C#: In-Memory vs SQLite for Unit Tests

    calendar Jun 24, 2026 · devleader.ca
    Testing with EF Core in C#: In-Memory vs SQLite for Unit Tests

    Learn EF Core unit testing in .NET 10 -- UseInMemoryDatabase vs SQLite in-memory, IDbContextFactory for isolation, seeding test data, and xUnit patterns. Link to article: https://www.devleader.ca/2026/06/24/testing-with-ef-core-in-c-inmemory-vs-sqlite-for-unit-tests


    Read More
  • Azure Functions MCP Extension: What's New at Build 2026

    calendar Jun 24, 2026 · devblogs.microsoft.com
    Azure Functions MCP Extension: What's New at Build 2026

    The Azure Functions MCP extension provides simple abstractions to help you build and host MCP servers without having to learn the protocol details yourself. You can use the triggers and bindings model to expose any function as an MCP tool, resource, or prompt. Since its initial preview, the extension has grown from …


    Read More
  • Huntington Bank: Redacting sensitive data from 400M+ documents with AWS

    calendar Jun 24, 2026 · aws.amazon.com/blogs/machine-learning
    Huntington Bank: Redacting sensitive data from 400M+ documents with AWS

    In this post, we walk through how Huntington built a scalable AWS solution to detect and redact Personally Identifiable Information (PII) and Payment Card Industry (PCI) data from over 400 million documents, reducing processing time from years to just a few months while achieving 95%+ redaction accuracy. Link to …


    Read More
  • Build a healthcare appointment agent with Amazon Nova 2 Sonic

    calendar Jun 24, 2026 · aws.amazon.com/blogs/machine-learning
    Build a healthcare appointment agent with Amazon Nova 2 Sonic

    In this post, you will learn how to build a voice agent that handles appointment reminder conversations using Amazon Nova 2 Sonic and Amazon Bedrock AgentCore. The agent authenticates patients by voice, manages appointments (confirm, cancel, or reschedule), collects pre-visit health information, and escalates to human …


    Read More
  • AI-powered BI with Snowflake and Amazon Quick

    calendar Jun 24, 2026 · aws.amazon.com/blogs/machine-learning
    AI-powered BI with Snowflake and Amazon Quick

    In this post, you will learn how to build an end-to-end integration between Snowflake semantic views and Amazon Quick. The sample data is user review data for a media company. You start by loading movie review data from Amazon Simple Storage Service (Amazon S3) into Snowflake, define a semantic view in SQL to add …


    Read More
  • Visual Studio Code 1.126

    calendar Jun 24, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.126

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


    Read More
  • How Loka Built a Natural, Low-Latency Voice Agent with Amazon Nova 2 Sonic

    calendar Jun 24, 2026 · aws.amazon.com/blogs/machine-learning
    How Loka Built a Natural, Low-Latency Voice Agent with Amazon Nova 2 Sonic

    In this post, we demonstrate the architecture and approach Loka used to solve a common frustration: robotic, slow voice assistants that cause customers to hang up, damaging brand reputation and driving up support costs. Link to article: …


    Read More
  • When the model has never seen your code

    calendar Jun 24, 2026 · devblogs.microsoft.com
    When the model has never seen your code

    This is the fifth article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top