.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Developing a cross-process reader/writer lock with limited readers, part 3: Fairness

    calendar Apr 30, 2026 · devblogs.microsoft.com
    Developing a cross-process reader/writer lock with limited readers, part 3: Fairness

    We've been building a cross-process reader/writer lock with a cap on the number of readers, we concluded our investigation last time by noting that thr Link to article: https://devblogs.microsoft.com/oldnewthing/20260430-00/?p=112288


    Read More
  • The IDE Is Already an AI Quality Variable. Is It on Your AI Agenda?

    calendar Apr 30, 2026 · blog.jetbrains.com
    The IDE Is Already an AI Quality Variable. Is It on Your AI Agenda?

    Your developers’ AI tools are only as good as what they know going in. When those tools run through the right IDE, it can give them a head start – a picture of the codebase the tools would otherwise need to piece together themselves. That means your team’s IDE choices belong on your AI agenda […] Link to article: …


    Read More
  • Propagating SharePoint Document Permissions to AI Search and RAG Pipelines

    calendar Apr 30, 2026 · devblogs.microsoft.com
    Propagating SharePoint Document Permissions to AI Search and RAG Pipelines

    Executive Summary When integrating SharePoint content into downstream systems such as Azure AI Search, RAG pipelines, or Copilot extensions, preserving document-level access control is critical—especially for highly sensitive content. This post describes a security-first Link to article: …


    Read More
  • From prompt to production: Teams agent setup, simplified

    calendar Apr 29, 2026 · devblogs.microsoft.com
    From prompt to production: Teams agent setup, simplified

    You want to build a Teams agent. Maybe it answers customer questions from a knowledge base. Maybe it runs your team's standups. The interesting part is the logic, the thing the agent actually does. But before you write a single line of that logic, you have to register it with Teams. That takes a numbe Link to article: …


    Read More
  • Extracting contract insights with PwC’s AI-driven annotation on AWS

    calendar Apr 29, 2026 · aws.amazon.com/blogs/machine-learning
    Extracting contract insights with PwC’s AI-driven annotation on AWS

    This post was co-written with Yash Munsadwala, Adam Hood, Justin Guse, and Hector Hernandez from PwC. Contract analysis often consumes significant time for legal, compliance, and procurement teams, especially when important insights are buried in lengthy, unstructured agreements. As contract volumes grow, finding …


    Read More
  • C# Enum to String: Conversion Patterns and Best Practices

    calendar Apr 29, 2026 · devleader.ca
    C# Enum to String: Conversion Patterns and Best Practices

    Learn every C# enum to string conversion pattern: ToString, Enum.GetName, JsonStringEnumConverter, custom display names, and parsing strings back to enums safely. Link to article: https://www.devleader.ca/2026/04/29/c-enum-to-string-conversion-patterns-and-best-practices


    Read More
  • Organizing Agents’ memory at scale: Namespace design patterns in AgentCore Memory

    calendar Apr 29, 2026 · aws.amazon.com/blogs/machine-learning
    Organizing Agents’ memory at scale: Namespace design patterns in AgentCore Memory

    In this post, you will learn how to design namespace hierarchies, choose the right retrieval patterns, and implement AWS Identity and Access Management (IAM)-based access control for AgentCore Memory. Link to article: …


    Read More
  • Announcing Microsoft Desired State Configuration v3.2.0

    calendar Apr 29, 2026 · devblogs.microsoft.com
    Announcing Microsoft Desired State Configuration v3.2.0

    Announcing DSC v3.2.0 We're excited to announce the General Availability of Microsoft Desired State Configuration (DSC) v3.2.0. This release delivers new built-in Windows resources, experimental Bicep integration via gRPC, version pinning, a richer expression language, custom functions, and cont Link to article: …


    Read More
  • Announcing the Private Preview of Cosmos DB Azure RBAC Integration

    calendar Apr 29, 2026 · devblogs.microsoft.com
    Announcing the Private Preview of Cosmos DB Azure RBAC Integration

    Introduction Managing access to Azure resources often means dealing with two separate permission models: one for management operations and another for data access. For Azure Cosmos DB customers, this split can increase complexity, slow down onboarding, and create confusion around governance and security boundaries. …


    Read More
  • Azure DocumentDB (with MongoDB compatibility) for Banking: A Modern Customer 360 Approach

    calendar Apr 29, 2026 · devblogs.microsoft.com
    Azure DocumentDB (with MongoDB compatibility) for Banking: A Modern Customer 360 Approach

    Introduction: Transforming Customer Intelligence in Banking Every day, people interact with their bank across mobile apps, branches, call centers, ATMs, chatbots, and partner ecosystems. Each touchpoint holds a piece of the customer story but rarely the whole picture. Link to article: …


    Read More
  • Using Bag-of-Words With PyCharm

    calendar Apr 29, 2026 · blog.jetbrains.com
    Using Bag-of-Words With PyCharm

    Have you ever wondered how machine learning models actually work with text? After all, these models require numerical input, but text is, well, text. Natural language processing (NLP) offers many ways to bridge this gap, from the large language models (LLMs) that are dominating headlines today all the way back to the …


    Read More
  • Governing MCP tool calls in .NET with the Agent Governance Toolkit

    calendar Apr 29, 2026 · devblogs.microsoft.com
    Governing MCP tool calls in .NET with the Agent Governance Toolkit

    AI agents are connecting to real tools — reading files, calling APIs, querying databases — through the Model Context Protocol (MCP). The Agent Governance Toolkit (AGT) provides a governance layer for these agent systems, en Link to article: …


    Read More
  • VSTest is Removing its Newtonsoft.Json Dependency

    calendar Apr 29, 2026 · devblogs.microsoft.com
    VSTest is Removing its Newtonsoft.Json Dependency

    Starting in .NET 11 Preview 4 and Visual Studio 18.8, VSTest, the platform that powers dotnet test and Test Explorer, will no longer depend on Newtonsoft.Json. The platform will now use System.Text.Json on .NET and JSONite on .NET Framework. This is a servicing and security change. Most projects require no action. A …


    Read More
  • Visual Studio Code 1.118

    calendar Apr 29, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.118

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


    Read More
  • General Availability: Refresh Token (RT) Transfer to Apple Watch in Microsoft Entra External ID Native Authentication

    calendar Apr 29, 2026 · devblogs.microsoft.com
    General Availability: Refresh Token (RT) Transfer to Apple Watch in Microsoft Entra External ID Native Authentication

    We’re excited to announce the General Availability (GA) of Single Sign-On (SSO) from Native Apps to Embedded Web Views for Microsoft Entra External ID (EEID) Native Authentication. This release marks a major milestone in delivering end-to-end seamless authentication experiences for modern CIAM applications bridging the …


    Read More
  • Building the compute infrastructure for the Intelligence Age

    calendar Apr 29, 2026 · openai.com/blog
    Building the compute infrastructure for the Intelligence Age

    OpenAI scales Stargate to build the compute infrastructure powering AGI, adding new data center capacity to meet growing AI demand. Link to article: https://openai.com/index/building-the-compute-infrastructure-for-the-intelligence-age


    Read More
  • Critter Stack 2026

    calendar Apr 29, 2026 · jeremydmiller.com
    Critter Stack 2026

    The previous update on the Critter Stack roadmap was in early March. I spent some time yesterday writing and thinking about the road map for the Critter Stack. Call this post a mix of me sorting out what I personally think happens next, but mostly asking for feedback and input on these thoughts. Wrapping up … Continue …


    Read More
  • SDK-Style Support for Extension Projects

    calendar Apr 29, 2026 · devblogs.microsoft.com
    SDK-Style Support for Extension Projects

    Starting in Visual Studio 18.5, you can create and build Visual Studio extensions (VSIX) using an officially supported SDK-style project. This brings VSIX projects into the modern build and deployment pipeline, improving incremental build performance and making the build → deploy → debug workflow more reliable. Install …


    Read More
  • Building the Future of IDEs: Inside the First JetBrains Codex Hackathon

    calendar Apr 29, 2026 · blog.jetbrains.com
    Building the Future of IDEs: Inside the First JetBrains Codex Hackathon

    39 projects, 6 finalists, and a weekend of IDE-native AI in San Francisco. Earlier this month, we brought developers together in San Francisco for the inaugural JetBrains x Codex Hackathon. Over the course of one weekend, teams built 39 IDE-native AI projects, from which six finalists emerged. The event highlighted …


    Read More
  • State Pattern Real-World Example in C#: Complete Implementation

    calendar Apr 29, 2026 · devleader.ca
    State Pattern Real-World Example in C#: Complete Implementation

    Build a complete state pattern real-world example in C# with a document workflow system featuring approval states, transitions, and guard conditions. Link to article: https://www.devleader.ca/2026/04/29/state-pattern-realworld-example-in-c-complete-implementation


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top