.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Microsoft SQL Security Across the MAESTRO Stack: Building Secure Agentic AI with Defense-in-Depth

    calendar May 13, 2026 · devblogs.microsoft.com
    Microsoft SQL Security Across the MAESTRO Stack: Building Secure Agentic AI with Defense-in-Depth

    Artificial Intelligence is evolving rapidly. What began as simple prompt-and-response systems is now transforming into fully autonomous, agentic AI architectures capable of reasoning, orchestrating tools, interacting with enterprise data, and invoking external systems dynamically. While these capabilities unlock …


    Read More
  • MSVC Build Tools Preview updates - May 2026

    calendar May 13, 2026 · devblogs.microsoft.com
    MSVC Build Tools Preview updates - May 2026

    The MSVC Build Tools Preview is updated regularly with the latest features and fixes from the MSVC development team. This post covers the past month worth of updates, currently targeting the v14.52 release. This encompasses changes across the compiler frontend, backend, linker, standard library, and related tools. …


    Read More
  • LINQ Set Operations in C#: Distinct, DistinctBy, Union, Intersect, and Except

    calendar May 13, 2026 · devleader.ca
    LINQ Set Operations in C#: Distinct, DistinctBy, Union, Intersect, and Except

    Master LINQ set operations in C# including .NET 6 DistinctBy, UnionBy, IntersectBy, and ExceptBy with real-world before/after code comparisons. Link to article: https://www.devleader.ca/2026/05/13/linq-set-operations-in-c-distinct-distinctby-union-intersect-and-except


    Read More
  • Process API Improvements in .NET 11

    calendar May 13, 2026 · devblogs.microsoft.com
    Process API Improvements in .NET 11

    The System.Diagnostics.Process class is the primary way to create and interact with processes with .NET. We made the biggest update to it in years, with .NET 11. The changes add high-level APIs that make it easy to start a process and capture its output without deadlocks, give you full control over handle inheritance …


    Read More
  • Critter Stack 2026 Releases are Underway

    calendar May 13, 2026 · jeremydmiller.com
    Critter Stack 2026 Releases are Underway

    Pardon the mess, but the Critter Stack 2026 releases are heavily underway in the JasperFx GitHub Organization. Busy enough that I am getting hit with GitHub rate limiting messages the past couple days and I think that’s a good sign about our productivity? It’s also blessedly coincided with a couple very quiet days in …


    Read More
  • Build financial document processing with Pulse AI and Amazon Bedrock

    calendar May 13, 2026 · aws.amazon.com/blogs/machine-learning
    Build financial document processing with Pulse AI and Amazon Bedrock

    This post demonstrates how to build a documentation extraction and model fine-tuning pipeline that addresses challenges when processing the complex financial documents. By combining Pulse AI's advanced document understanding capabilities with the powerful AI services of Amazon Bedrock, organizations can achieve …


    Read More
  • Build real-time voice streaming applications with Amazon Nova Sonic and WebRTC

    calendar May 13, 2026 · aws.amazon.com/blogs/machine-learning
    Build real-time voice streaming applications with Amazon Nova Sonic and WebRTC

    Building end-to-end live streaming applications with real-time voice interaction presents several challenges. This post introduces a solution based on Amazon Nova 2 Sonic (Nova Sonic) and Amazon Kinesis Video Streams WebRTC (WebRTC) that addresses these challenges. In this post, we’ll walk through the solution …


    Read More
  • Securing AI agents: How AWS and Cisco AI Defense scale MCP and A2A deployments

    calendar May 13, 2026 · aws.amazon.com/blogs/machine-learning
    Securing AI agents: How AWS and Cisco AI Defense scale MCP and A2A deployments

    The Cisco and AWS partnership addresses three challenges enterprises face when scaling AI agents: visibility gaps, security bottlenecks, and compliance risks. In this post, we explore how you can overcome AI security challenges through automated scanning and unified governance. Link to article: …


    Read More
  • Fine-tune LLM with Databricks Unity Catalog and Amazon SageMaker AI

    calendar May 13, 2026 · aws.amazon.com/blogs/machine-learning
    Fine-tune LLM with Databricks Unity Catalog and Amazon SageMaker AI

    In this post, we demonstrate how to build a secure, complete LLM fine-tuning workflow that integrates Unity Catalog with Amazon SageMaker AI using Amazon EMR Serverless for preprocessing. The solution shows how to securely access governed data, maintain lineage across services, fine-tune the Ministral-3-3B-Instruct …


    Read More
  • .NET MAUI Moves to CoreCLR in .NET 11

    calendar May 13, 2026 · devblogs.microsoft.com
    .NET MAUI Moves to CoreCLR in .NET 11

    Starting in .NET 11 Preview 4, CoreCLR is the default runtime for .NET MAUI applications on Android, iOS, and Mac Catalyst. Your mobile apps now run on the same runtime that powers ASP.NET Core, Azure services, desktop applications, and millions of production workloads around the world. Mono Made This Possible For more …


    Read More
  • Visual Studio Code 1.120

    calendar May 13, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.120

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


    Read More
  • Agent Skills in Visual Studio: Teach Copilot How Your Team Works

    calendar May 13, 2026 · devblogs.microsoft.com
    Agent Skills in Visual Studio: Teach Copilot How Your Team Works

    Visual Studio now supports Agent Skills, which are reusable instruction sets that teach Copilot agents how to handle specific tasks like running a build pipeline, generating boilerplate, or following your team's coding standards. Define a skill once, and the agent applies it automatically whenever it's relevant. Link …


    Read More
  • From commit to cloud: Powering what’s next for PostgreSQL

    calendar May 13, 2026 · azure.microsoft.com/en-us/blog
    From commit to cloud: Powering what’s next for PostgreSQL

    PostgreSQL has become foundational to how modern applications are built. It powers everything from early‑stage startups to some of the most demanding production systems in the world. Its longevity isn’t accidental, it’s the result of decades of engineering discipline, community collaboration, and a relentless focus on …


    Read More
  • The case of the hang when the user changed keyboard layouts

    calendar May 13, 2026 · devblogs.microsoft.com
    The case of the hang when the user changed keyboard layouts

    A customer reported that their program hung when the user changed keyboard layouts, say by using the Win+Space hotkey sequence. They debugged it as far as observing that the foreground window in their application received a WM_INPUT­LANG­CHANGE­REQUEST, and when that message was passed to D Link to article: …


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

    calendar May 13, 2026 · devleader.ca
    Proxy Design Pattern in C#: Complete Guide with Examples

    Master the proxy design pattern in C# with practical examples showing virtual proxies, protection proxies, caching proxies, and lazy loading implementations. Link to article: https://www.devleader.ca/2026/05/13/proxy-design-pattern-in-c-complete-guide-with-examples


    Read More
  • General Availability of SharePoint Framework 1.23 - Advancing the modern developer experience

    calendar May 13, 2026 · devblogs.microsoft.com
    General Availability of SharePoint Framework 1.23 - Advancing the modern developer experience

    We are excited to announce the general availability of the SharePoint Framework (SPFx) 1.23, continuing our journey to evolve the development model for Microsoft 365 extensibility. SharePoint Framework remains the easiest and most widely used approach to build enterprise solutions across Micro Link to article: …


    Read More
  • Support for uv, Poetry, and Hatch Workspaces (Beta)

    calendar May 13, 2026 · blog.jetbrains.com
    Support for uv, Poetry, and Hatch Workspaces (Beta)

    Workspaces are increasingly the go-to choice for companies and open-source teams aiming to manage shared code, enforce consistency, and simplify dependency management across multiple services. Working within massive codebases often means juggling many interdependent Python projects simultaneously. To streamline this …


    Read More
  • Building a safe, effective sandbox to enable Codex on Windows

    calendar May 13, 2026 · openai.com/blog
    Building a safe, effective sandbox to enable Codex on Windows

    Learn how OpenAI built a secure sandbox for Codex on Windows, enabling safe, efficient coding agents with controlled file access and network restrictions. Link to article: https://openai.com/index/building-codex-windows-sandbox


    Read More
  • NIST Narrows the NVD: What Container Security Programs Should Reassess

    calendar May 13, 2026 · docker.com
    NIST Narrows the NVD: What Container Security Programs Should Reassess

    On April 15, NIST announced a prioritized enrichment model for the National Vulnerability Database. Most CVEs will still be published, but fewer will receive the CVSS scores, CPE mappings, and CWE classifications that container scanners and compliance programs have historically relied on. The change formalizes a drift …


    Read More
  • “Friction-maxxing”, Failure, and Learning to Code

    calendar May 13, 2026 · blog.jetbrains.com
    “Friction-maxxing”, Failure, and Learning to Code

    In a culture obsessed with optimization (global maximums only, please), the internet has taken a particular enjoyment in finding things to “maxx”: tokenmaxxing, looksmaxxing, funmaxxing, sleepmaxxing, etc. If only we find the right virtue to optimize, perhaps all will be right in our lives. Earlier this year, one of …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top