.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • C# Reflection: The Complete .NET 10 Guide

    calendar May 18, 2026 · devleader.ca
    C# Reflection: The Complete .NET 10 Guide

    Master C# reflection in .NET 10 -- learn Type, PropertyInfo, MethodInfo, performance caching with FrozenDictionary, and when to avoid reflection entirely. Link to article: https://www.devleader.ca/2026/05/18/c-reflection-the-complete-net-10-guide


    Read More
  • Prompting Amazon Nova 2 for content moderation

    calendar May 18, 2026 · aws.amazon.com/blogs/machine-learning
    Prompting Amazon Nova 2 for content moderation

    In this post, you learn how to prompt Amazon Nova 2 Lite for content moderation using structured and free-form approaches, grounded in the MLCommons AILuminate Assessment Standard. The prompting techniques use the AILuminate taxonomy as an example, but they work equally well with your own custom moderation policy. You …


    Read More
  • Aderant transforms cloud operations with Amazon Quick

    calendar May 18, 2026 · aws.amazon.com/blogs/machine-learning
    Aderant transforms cloud operations with Amazon Quick

    In this post, we share how Aderant used the AI-powered capabilities of Amazon Quick to unify search across six vendor systems and automate documentation workflows, achieving 90 percent faster search times and 75 percent documentation acceleration, and how others can apply these approaches to their operations. Link to …


    Read More
  • NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

    calendar May 18, 2026 · devblogs.microsoft.com
    NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports

    If you've run NuGet Audit or a vulnerability scanner on a .NET project, you've likely seen warnings for transitive packages you never explicitly installed. In many cases, those packages — such as System.Text.Json or System.Text.Encodings.Web — are already provided at a newer version by the .NET Runtime Libraries, Link …


    Read More
  • Integrate Atlassian Confluence Cloud with Amazon Quick

    calendar May 18, 2026 · aws.amazon.com/blogs/machine-learning
    Integrate Atlassian Confluence Cloud with Amazon Quick

    In this post, you will learn how to set up the Confluence Cloud integration with Quick. This includes creating a knowledge base for semantic search, setting up Actions to query and manage Confluence pages, and organizing resources in Quick Spaces. Quick integrates with your current enterprise technology stack, from …


    Read More
  • Build custom code-based evaluators in Amazon Bedrock AgentCore

    calendar May 18, 2026 · aws.amazon.com/blogs/machine-learning
    Build custom code-based evaluators in Amazon Bedrock AgentCore

    In this post, you will implement four Lambda-based custom code evaluators for a financial market-intelligence agent, register each with AgentCore, and run them in on-demand and online modes. You will also see how to combine custom code-based evaluators with built-in evaluators and how to call other AWS services for …


    Read More
  • Coding Agent Horror Stories: The Security Crisis Threatening Developer Infrastructure

    calendar May 18, 2026 · docker.com
    Coding Agent Horror Stories: The Security Crisis Threatening Developer Infrastructure

    This is issue 1 of a new series called Coding Agent Horror Stories where we examine critical security failures in the AI coding agent ecosystem and how Docker Sandboxes provide enterprise-grade protection against these threats. AI coding agents are everywhere. According to Anthropic's 2026 Agentic Coding Trends Report, …


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

    calendar May 18, 2026 · devleader.ca
    Flyweight Pattern Real-World Example in C#: Complete Implementation

    Build a production-ready flyweight pattern example in C# with a document rendering system that shares font and style data across thousands of text elements. Link to article: https://www.devleader.ca/2026/05/18/flyweight-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Blazor - How to set a base component for all Razor components

    calendar May 18, 2026 · meziantou.net
    Blazor - How to set a base component for all Razor components

    When building a Blazor application, you may want a custom base component for all your Razor components. This is useful for sharing common functionality like cancellation tokens, logging, or state management across all components. Instead of adding @inherits YourBaseComponent to every Razor file, you can use the …


    Read More
  • OpenAI and Dell partner to bring Codex to hybrid and on-premise enterprise environments

    calendar May 18, 2026 · openai.com/blog
    OpenAI and Dell partner to bring Codex to hybrid and on-premise enterprise environments

    OpenAI and Dell partner to bring Codex to hybrid and on-premise environments, helping enterprises deploy AI coding agents securely across data and workflows. Link to article: https://openai.com/index/dell-codex-enterprise-partnership


    Read More
  • Aspire Azure SQL deployment bug

    calendar May 18, 2026 · damienbod.com
    Aspire Azure SQL deployment bug

    This week, I was updating my Aspire applications after the latest release and I ran into a deployment bug for my test deployments. I could no longer deploy the database to Azure SQL. I got the following error: The error is caused by the latest Azure changes and the Aspire updates. To fix, I need […] Link to article: …


    Read More
  • New LINQ Methods in .NET 6-10: Chunk, MinBy, CountBy, Index, LeftJoin, and More

    calendar May 17, 2026 · devleader.ca
    New LINQ Methods in .NET 6-10: Chunk, MinBy, CountBy, Index, LeftJoin, and More

    New LINQ methods in .NET 6-10: Chunk, DistinctBy, MinBy, CountBy, Index, LeftJoin and more -- every addition with before/after C# code examples. Link to article: https://www.devleader.ca/2026/05/17/new-linq-methods-in-net-610-chunk-minby-countby-index-leftjoin-and-more


    Read More
  • When Reddit Says Quit Your Manager - Dev Leader Weekly 140

    calendar May 17, 2026 · devleader.ca
    When Reddit Says Quit Your Manager - Dev Leader Weekly 140

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the Reddit thread telling someone to quit their bad manager -- and why I push back on the all-or-nothing framing, plus what to actually try first. Link to article: …


    Read More
  • When to Use Proxy Pattern in C#: Decision Guide with Examples

    calendar May 17, 2026 · devleader.ca
    When to Use Proxy Pattern in C#: Decision Guide with Examples

    Discover when to use proxy pattern in C# with decision criteria for virtual, protection, and caching proxies plus guidance on simpler alternatives. Link to article: https://www.devleader.ca/2026/05/17/when-to-use-proxy-pattern-in-c-decision-guide-with-examples


    Read More
  • Make Your .NET Assemblies Trimmable: Smaller Apps, Faster Starts, and AOT-Ready Code

    calendar May 17, 2026 · dotnettips.wordpress.com
    Make Your .NET Assemblies Trimmable: Smaller Apps, Faster Starts, and AOT-Ready Code

    Link to article: https://dotnettips.com/2026/05/17/make-your-net-assemblies-trimmable-smaller-apps-faster-starts-and-aot-ready-code/


    Read More
  • Weekly Recap: LINQ in C#, Design Patterns, and AI in Software Engineering [May 2026]

    calendar May 17, 2026 · devleader.ca
    Weekly Recap: LINQ in C#, Design Patterns, and AI in Software Engineering [May 2026]

    This week takes a deep tour of LINQ in C# covering grouping, aggregation, set operations, joins, deferred execution, and element access, plus complete guides to the proxy, flyweight, and bridge design patterns. The video lineup tackles context switching, generational dynamics on engineering teams, and where AI tooling …


    Read More
  • LINQ Element Access in C#: First, Last, Single, Chunk, and TryGetNonEnumeratedCount

    calendar May 16, 2026 · devleader.ca
    LINQ Element Access in C#: First, Last, Single, Chunk, and TryGetNonEnumeratedCount

    Master LINQ element access in C# -- First, Last, Single, Chunk, and TryGetNonEnumeratedCount for safer, faster .NET 6+ collection queries. Link to article: https://www.devleader.ca/2026/05/16/linq-element-access-in-c-first-last-single-chunk-and-trygetnonenumeratedcount


    Read More
  • Flyweight vs Singleton Pattern in C#: Key Differences Explained

    calendar May 16, 2026 · devleader.ca
    Flyweight vs Singleton Pattern in C#: Key Differences Explained

    Compare flyweight vs singleton pattern in C# with side-by-side code examples, key structural differences, and guidance on when to use each for instance management. Link to article: https://www.devleader.ca/2026/05/16/flyweight-vs-singleton-pattern-in-c-key-differences-explained


    Read More
  • OpenAI and Malta partner to bring ChatGPT Plus to all citizens

    calendar May 16, 2026 · openai.com/blog
    OpenAI and Malta partner to bring ChatGPT Plus to all citizens

    OpenAI and Malta partner to expand AI access, offering ChatGPT Plus and training to help citizens build practical AI skills and use AI responsibly. Link to article: https://openai.com/index/malta-chatgpt-plus-partnership


    Read More
  • When Your Use Case Half-Succeeds: Designing for Partial Failure in .NET

    calendar May 16, 2026 · milanjovanovic.tech
    When Your Use Case Half-Succeeds: Designing for Partial Failure in .NET

    A use case isn't a transaction. The moment it touches more than one system, you are dealing with partial failure. Here's how I classify side effects and design use cases that fail loudly and recover safely. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top