.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • On .NET Live: How Coding Standards Supercharge .NET Quality & Performance

    calendar May 15, 2026 · dotnettips.wordpress.com
    On .NET Live: How Coding Standards Supercharge .NET Quality & Performance

    For the second time, I’m excited to be a guest on On .NET Live on May 18th at 9 AM PST! I’ll be talking about one of my favorite subjects: coding standards and how they can supercharge .NET code quality, performance, maintainability, and consistency across your projects. Join us live and bring your burning questions. … …


    Read More
  • Restrict access to sensitive documents in your Amazon Quick knowledge bases for Amazon S3

    calendar May 15, 2026 · aws.amazon.com/blogs/machine-learning
    Restrict access to sensitive documents in your Amazon Quick knowledge bases for Amazon S3

    In this post, we walk through how to configure document-level ACLs for your S3 knowledge base in Amazon Quick. You will learn how to set up and verify an ACL configuration that enforces document-level permissions across chat and automated workflows. Link to article: …


    Read More
  • Pyrefly LSP Integration with Type Engine in PyCharm 2026.1.2

    calendar May 15, 2026 · blog.jetbrains.com
    Pyrefly LSP Integration with Type Engine in PyCharm 2026.1.2

    In PyCharm 2026.1.2, you can enable Pyrefly as an external type provider, dramatically increasing the speed of the IDE’s code insight features. What is the Pyrefly LSP? “LSP” stands for the Language Server Protocol – a standardized protocol that allows code editors and IDEs to communicate with language servers. The LSP …


    Read More
  • IntelliJ IDEA 2026.1.2 Is Out!

    calendar May 15, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.1.2 Is Out!

    IntelliJ IDEA 2026.1.2 has arrived with several valuable fixes. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website. Here are the most notable updates included in this version: To find out more details about the …


    Read More
  • A New Default Project Structure for Kotlin Multiplatform

    calendar May 15, 2026 · blog.jetbrains.com
    A New Default Project Structure for Kotlin Multiplatform

    We are updating the default project structure for Kotlin Multiplatform projects to give modules clearer responsibilities, better align with conventions used by other build systems and frameworks, and reflect the changes in Android Gradle Plugin 9.0. You’ll see this project structure in newly created projects generated …


    Read More
  • Advanced Shader Delivery expands Public Preview with AMD

    calendar May 15, 2026 · devblogs.microsoft.com
    Advanced Shader Delivery expands Public Preview with AMD

    Last October, we released Advanced Shader Delivery (ASD) on the ROG Xbox Ally handhelds. Advanced Shader Delivery addresses one of the most frustrating challenges for PC players today – long load times and disruptive stuttering during a game’s first Link to article: …


    Read More
  • The case of the Create­File­Mapping that always reported ERROR_ALREADY_EXISTS

    calendar May 15, 2026 · devblogs.microsoft.com
    The case of the <CODE>Create­File­Mapping</CODE> that always reported <CODE>ERROR_<WBR>ALREADY_<WBR>EXISTS</CODE>

    A customer reported that whenever their program called Create­File­Mapping to create a named file mapping, the call succeeded, but the resulting mapping was not the size they wanted. They requested a 1 megabyte mapping, but the mapping they got back was only 4KB, which they noticed because the program crashed once it …


    Read More
  • Help Shape the Future of Kotlin in the Age of AI

    calendar May 15, 2026 · blog.jetbrains.com
    Help Shape the Future of Kotlin in the Age of AI

    AI is rapidly changing the way developers write, review, learn, and maintain code. Code completion, AI chat assistants, autonomous coding agents, and other tools are giving rise to new workflows almost every month. But one important question remains: How well do these tools actually work with Kotlin? We want to better …


    Read More
  • Custom MCP Catalogs and Profiles: Advancing Enterprise MCP Adoption

    calendar May 15, 2026 · docker.com
    Custom MCP Catalogs and Profiles: Advancing Enterprise MCP Adoption

    We’re excited to announce the general availability of Custom Catalogs and Profiles for managing Model Context Protocol (MCP) servers. These two complementary capabilities fundamentally change how teams package, distribute, and manage AI tooling. Custom MCP Catalogs let organizations curate and distribute approved …


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

    calendar May 15, 2026 · devleader.ca
    How to Implement Proxy Pattern in C#: Step-by-Step Guide

    Learn how to implement the proxy pattern in C# with step-by-step examples covering virtual proxies, protection proxies, and DI registration. Link to article: https://www.devleader.ca/2026/05/15/how-to-implement-proxy-pattern-in-c-stepbystep-guide


    Read More
  • Compose Multiplatform 1.11.0 Is Now Available

    calendar May 15, 2026 · blog.jetbrains.com
    Compose Multiplatform 1.11.0 Is Now Available

    A new release of Compose Multiplatform has landed, with improvements to the iOS and web experience and a refreshed approach to UI testing. Read on for the highlights, or for the complete list of changes, check out the What’s New. Get Started with Compose Multiplatform Native text input on iOS If you’ve wanted text …


    Read More
  • A new personal finance experience in ChatGPT

    calendar May 15, 2026 · openai.com/blog
    A new personal finance experience in ChatGPT

    Preview a new personal finance experience in ChatGPT for Pro users in the U.S. Securely connect your financial accounts and get AI-powered insights and guidance grounded in your financial context, goals, and priorities. Link to article: https://openai.com/index/personal-finance-chatgpt


    Read More
  • The Coding Harness Behind GitHub Copilot in VS Code

    calendar May 15, 2026 · devblogs.microsoft.com
    The Coding Harness Behind GitHub Copilot in VS Code

    Learn why the coding harness around GitHub Copilot in VS Code matters as models, tools, agents, and providers evolve. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/the-coding-harness-behind-github-copilot-in-vs-code


    Read More
  • Exponential backoff and circuit breaker for Service Bus-triggered Azure Functions

    calendar May 14, 2026 · devblogs.microsoft.com
    Exponential backoff and circuit breaker for Service Bus-triggered Azure Functions

    Modern distributed systems fail in partial, uneven ways. A downstream API slows down, a database starts timing out, or a burst of messages arrives faster than a dependency can absorb. If every Azure Function instance retries immediately and indefinitely, the system creates its own backpressure and turns a transient …


    Read More
  • LINQ Joins in C#: Join, GroupJoin, LeftJoin, RightJoin, and Zip

    calendar May 14, 2026 · devleader.ca
    LINQ Joins in C#: Join, GroupJoin, LeftJoin, RightJoin, and Zip

    Learn LINQ joins in C# from inner joins to the new .NET 10 LeftJoin and RightJoin, with real-world Customer/Order examples and SQL comparisons. Link to article: https://www.devleader.ca/2026/05/14/linq-joins-in-c-join-groupjoin-leftjoin-rightjoin-and-zip


    Read More
  • Considering NL2SQL? Should your database really be the prompt? How can SQL MCP Server help?

    calendar May 14, 2026 · devblogs.microsoft.com
    Considering NL2SQL? Should your database really be the prompt? How can SQL MCP Server help?

    You’ve probably experienced both of these, perhaps at the same time. First, that desire to let an agent get at your data. It’s driven by simplification and better experiences for the user and for you: fewer screens, fewer queries, fewer reports, and less code overall. Second, and perhaps more importantly, that …


    Read More
  • Governance at the Speed of Agents: Microsoft Agent Framework and Agent Governance Toolkit, Better Together

    calendar May 14, 2026 · devblogs.microsoft.com
    Governance at the Speed of Agents: Microsoft Agent Framework and Agent Governance Toolkit, Better Together

    Building powerful AI agents is only half the story, running them safely in production is the real challenge. As customers adopt Microsoft Agent Framework for agent orchestration, a clear need has emerged for robust, built-in governance. In this post, Imran Siddique from the AGT team walks through how Agent Governance …


    Read More
  • Improve bot accuracy with Amazon Lex Assisted NLU

    calendar May 14, 2026 · aws.amazon.com/blogs/machine-learning
    Improve bot accuracy with Amazon Lex Assisted NLU

    In this post, you will learn how to implement Assisted NLU effectively. You will learn how to improve your bot design with effective intent and slot descriptions, validate your implementation using Test Workbench, and plan your transition from traditional NLU to Assisted NLU for both new and existing bots. Link to …


    Read More
  • Real-time voice agents with Stream Vision Agents and Amazon Nova 2 Sonic

    calendar May 14, 2026 · aws.amazon.com/blogs/machine-learning
    Real-time voice agents with Stream Vision Agents and Amazon Nova 2 Sonic

    In this post, you learn how to combine Stream's Vision Agents open-source framework with Amazon Bedrock and Amazon Nova 2 Sonic to build real-time voice agents that can be production-ready in minutes. You'll learn how the integration works under the hood, walk through code examples, and explore advanced capabilities …


    Read More
  • Securing Azure apps with Aspire enterprise networking

    calendar May 14, 2026 · devblogs.microsoft.com
    Securing Azure apps with Aspire enterprise networking

    Network security has a funny way of showing up late. You start with a web app, an API, storage, and Key Vault. The app works. The demo works. Everyone is happy. Then the production checklist shows up: Can storage and secrets be taken off the public internet? Can this app run inside our virtual network? Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top