.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • 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
  • Introducing WinUI agent plugin for GitHub Copilot and Claude Code

    calendar May 13, 2026 · devblogs.microsoft.com
    Introducing WinUI agent plugin for GitHub Copilot and Claude Code

    [caption id="attachment_1166" align="alignnone" width="944"] Link to article: https://devblogs.microsoft.com/ifdef-windows/build-native-windows-apps-with-ai-agents-for-winui-and-windows-app-sdk


    Read More
  • The Road to Name-Based Destructuring

    calendar May 13, 2026 · blog.jetbrains.com
    The Road to Name-Based Destructuring

    TL;DR New “val inside parentheses” syntax is being introduced to allow for name-based destructuring. Additionally, new syntax with square brackets is being introduced for positional destructuring. Both are currently Experimental (enabled using the -Xname-based-destructuring=only-syntax compiler argument) and will …


    Read More
  • The complete guide to mastering Dapper micro-ORM in .NET

    calendar May 13, 2026 · blog.elmah.io
    The complete guide to mastering Dapper micro-ORM in .NET

    For developers who want to taste ORM but don't want to leave SQL either, Dapper is a perfect choice. Dapper runs SQL queries like ADO.NET but returns results as C# objects, like Entity Framework Core. Apart from its abstracting nature, you leverage high-speed data access. The feature Link to article: …


    Read More
  • .NET 11 Preview 4 is now available!

    calendar May 12, 2026 · devblogs.microsoft.com
    .NET 11 Preview 4 is now available!

    Today, we are excited to announce the fourth preview release of .NET 11! This release includes improvements across the .NET Runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more. Check out the linked release notes below and get started today. [cta-button align="center" …


    Read More
  • LINQ Aggregation in C#: Count, Sum, Min, Max, Average, and Aggregate

    calendar May 12, 2026 · devleader.ca
    LINQ Aggregation in C#: Count, Sum, Min, Max, Average, and Aggregate

    Master LINQ aggregation in C# with Count, Sum, MinBy, MaxBy, and custom Aggregate, plus why Count vs Any matters for real-world .NET performance. Link to article: https://www.devleader.ca/2026/05/12/linq-aggregation-in-c-count-sum-min-max-average-and-aggregate


    Read More
  • Is This a Packaged Process?

    calendar May 12, 2026 · devblogs.microsoft.com
    Is This a Packaged Process?

    Sometimes you need to know whether the current process has package identity. Certain Windows features require it, and behaviors can differ—both technically and culturally. For example, classic Windows applications often store settings in the registry, whereas packaged applications typically use Link to article: …


    Read More
  • .NET and .NET Framework May 2026 servicing releases updates

    calendar May 12, 2026 · devblogs.microsoft.com
    .NET and .NET Framework May 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for May 2026. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in our servicing releases: Security improvements .NET and .NET Framework have been refreshed with the latest update as of May 12, 2026. This update contains …


    Read More
  • Docker AI Governance: Unlock Agent Autonomy, Safely

    calendar May 12, 2026 · docker.com
    Docker AI Governance: Unlock Agent Autonomy, Safely

    Introducing Docker AI Governance: centralized control over how agents execute, what they can reach on the network, which credentials they can use, and which MCP tools they can call, so every developer in your company can run AI agents safely, wherever they work. Your laptop is the new prod Agents are the biggest …


    Read More
  • Foundry Local 1.1: Live Transcription, Embeddings, and Responses API

    calendar May 12, 2026 · devblogs.microsoft.com
    Foundry Local 1.1: Live Transcription, Embeddings, and Responses API

    Today we're announcing the 1.1.0 release of Foundry Local — Microsoft's cross-platform local AI solution that lets developers bring AI directly into their applications with no cloud dependency, no network latency, and no per-token costs. This release adds the following: Live audio tra Link to article: …


    Read More
  • How Amazon Finance streamlines regulatory inquiries by using generative AI on AWS

    calendar May 12, 2026 · aws.amazon.com/blogs/machine-learning
    How Amazon Finance streamlines regulatory inquiries by using generative AI on AWS

    In this post, we demonstrate how Amazon FinTech teams are using Amazon Bedrock and other AWS services to build a scalable AI application to transform how regulatory inquiries are handled. Each team using this solution creates and maintains its own dedicated knowledge base, populated with that team's specific documents …


    Read More
  • MSVC Build Tools version 14.51 (GA) now available

    calendar May 12, 2026 · devblogs.microsoft.com
    MSVC Build Tools version 14.51 (GA) now available

    Microsoft C++ (MSVC) Build Tools version 14.51 is now generally available. It is the default compiler starting with Visual Studio 2026 18.6 and will receive 9 months of servicing fixes, as described in New release cadence and suppor Link to article: https://devblogs.microsoft.com/cppblog/msvc-version-1451-available


    Read More
  • Automate schema generation for intelligent document processing

    calendar May 12, 2026 · aws.amazon.com/blogs/machine-learning
    Automate schema generation for intelligent document processing

    In this post, we'll show you how our multi-document discovery feature solves this problem. It serves as an automated pre-processing step, analyzing unknown documents, clustering them by type, and generating schemas ready for the IDP Accelerator. You'll learn how the new capability uses visual embeddings for automatic …


    Read More
  • Navigating EU AI Act requirements for LLM fine-tuning on Amazon SageMaker AI

    calendar May 12, 2026 · aws.amazon.com/blogs/machine-learning
    Navigating EU AI Act requirements for LLM fine-tuning on Amazon SageMaker AI

    In this post, we show you how to set up FLOPs tracking during LLM fine-tuning using the open source Fine-Tuning FLOPs Meter toolkit on Amazon SageMaker AI. You learn how to determine your compliance status with a single configuration flag and generate audit-ready documentation. Link to article: …


    Read More
  • How finance teams use Codex

    calendar May 12, 2026 · openai.com/blog
    How finance teams use Codex

    See how finance teams can use Codex to build MBRs, reporting packs, variance bridges, model checks, and planning scenarios from real work inputs. Link to article: https://openai.com/academy/how-finance-teams-use-codex


    Read More
  • Why Sagas Feel Broken

    calendar May 12, 2026 · codeopinion.com
    Why Sagas Feel Broken

    So, you built an elaborate system with commands, queues, an event-driven architecture, retries, timeouts, and, most importantly, compensating actions all handled within sagas. But do you really? Because then you get a call from support. There’s an order where the payment is pending, and it’s been pending for 48 hours. …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top