.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Creating a .NET CLR profiler using C# and NativeAOT with Silhouette

    calendar Dec 16, 2025 · andrewlock.net
    Creating a .NET CLR profiler using C# and NativeAOT with Silhouette

    In this post I look at how to create a simple .NET profiler. But instead of using C++, the profiler uses C# and NativeAOT with the Silhouette library Link to article: https://andrewlock.net/creating-a-dotnet-profiler-using-csharp-with-silhouette/


    Read More
  • New in .NET 10 and C# 14: Optimizations in log aggregation jobs

    calendar Dec 16, 2025 · blog.elmah.io
    New in .NET 10 and C# 14: Optimizations in log aggregation jobs

    .NET 10 is officially out, along with C# 14. Microsoft has released .NET 10 as Long-Term Support (LTS) as a successor to .NET 8. Like every version, it is not just an update but brings something new to the table. In this series, we will explore which aspects of software Link to article: …


    Read More
  • Prompt Noise Is Killing Your AI Accuracy: How to Optimize Context for Grounded Output

    calendar Dec 16, 2025 · build5nines.com
    Prompt Noise Is Killing Your AI Accuracy: How to Optimize Context for Grounded Output

    The most common reason an AI system “hallucinates” in production isn’t that the model is dumb. It’s that we’re drowning it. In the last year, many teams have quietly adopted a pattern that looks sophisticated on paper: throw everything into the prompt. Policies, API schemas, examples, edge cases, brand voice, product …


    Read More
  • [C# Tip] How to create and access custom C# Attributes by using Reflection

    calendar Dec 16, 2025 · code4it.dev
    [C# Tip] How to create and access custom C# Attributes by using Reflection

    In C#, Attributes are a handy mechanism to attach metadata to your classes, methods, properties, etc. In this article, we will see how to create custom Attributes and access them at runtime using Reflection. Link to article: https://www.code4it.dev/csharptips/custom-csharp-attributes-reflection/


    Read More
  • Checkpointless training on Amazon SageMaker HyperPod: Production-scale training with faster fault recovery

    calendar Dec 15, 2025 · aws.amazon.com/blogs/machine-learning
    Checkpointless training on Amazon SageMaker HyperPod: Production-scale training with faster fault recovery

    In this post, we introduce checkpointless training on Amazon SageMaker HyperPod, a paradigm shift in model training that reduces the need for traditional checkpointing by enabling peer-to-peer state recovery. Results from production-scale validation show 80–93% reduction in recovery time (from 15–30 minutes or more to …


    Read More
  • Build declarative agents for Microsoft 365 Copilot with MCP

    calendar Dec 15, 2025 · devblogs.microsoft.com
    Build declarative agents for Microsoft 365 Copilot with MCP

    The Model Context Protocol (MCP) is revolutionizing AI by providing a universal integration standard for the external systems, unlocking unprecedented capabilities, transforming how AI models access and utilize real-time data. Link to article: …


    Read More
  • Adaptive infrastructure for foundation model training with elastic training on SageMaker HyperPod

    calendar Dec 15, 2025 · aws.amazon.com/blogs/machine-learning
    Adaptive infrastructure for foundation model training with elastic training on SageMaker HyperPod

    Amazon SageMaker HyperPod now supports elastic training, enabling your machine learning (ML) workloads to automatically scale based on resource availability. In this post, we demonstrate how elastic training helps you maximize GPU utilization, reduce costs, and accelerate model development through dynamic resource …


    Read More
  • How to Build iOS Widgets with .NET MAUI

    calendar Dec 15, 2025 · devblogs.microsoft.com
    How to Build iOS Widgets with .NET MAUI

    This is a guest blog from Toine de Boer. I'm a .NET developer primarily focused on .NET MAUI to ASP.NET backend services. Because I recently have worked a lot with Widgets and encountered many obstacles and very limited documentation in the initial phas Link to article: …


    Read More
  • Customize agent workflows with advanced orchestration techniques using Strands Agents

    calendar Dec 15, 2025 · aws.amazon.com/blogs/machine-learning
    Customize agent workflows with advanced orchestration techniques using Strands Agents

    In this post, we explore two powerful orchestration patterns implemented with Strands Agents. Using a common set of travel planning tools, we demonstrate how different orchestration strategies can solve the same problem through distinct reasoning approaches, Link to article: …


    Read More
  • Operationalize generative AI workloads and scale to hundreds of use cases with Amazon Bedrock – Part 1: GenAIOps

    calendar Dec 15, 2025 · aws.amazon.com/blogs/machine-learning
    Operationalize generative AI workloads and scale to hundreds of use cases with Amazon Bedrock – Part 1: GenAIOps

    In this first part of our two-part series, you'll learn how to evolve your existing DevOps architecture for generative AI workloads and implement GenAIOps practices. We'll showcase practical implementation strategies for different generative AI adoption levels, focusing on consuming foundation models. Link to article: …


    Read More
  • Applying data loading best practices for ML training with Amazon S3 clients

    calendar Dec 15, 2025 · aws.amazon.com/blogs/machine-learning
    Applying data loading best practices for ML training with Amazon S3 clients

    In this post, we present practical techniques and recommendations for optimizing throughput in ML training workloads that read data directly from Amazon S3 general purpose buckets. Link to article: https://aws.amazon.com/blogs/machine-learning/applying-data-loading-best-practices-for-ml-training-with-amazon-s3-clients/ …


    Read More
  • TeamCity 2025.11.1 Is Now Available

    calendar Dec 15, 2025 · blog.jetbrains.com
    TeamCity 2025.11.1 Is Now Available

    We have rolled out 2025.11.1, the first update for the major 2025.11 version. This bug-fix resolves a number of issues, including: Bug-fix updates also include performance and security improvements, so we recommend installing them promptly. See TeamCity 2025.11.1 Release Notes for the complete list of resolved issues. …


    Read More
  • Behind the scenes of the Visual Studio feedback system

    calendar Dec 15, 2025 · devblogs.microsoft.com
    Behind the scenes of the Visual Studio feedback system

    Here on the Visual Studio team, our top priority is making your coding experience smoother and more enjoyable. And that begins with truly listening to your feedback. We understand that sometimes sharing your thoughts can feel like tossing bug reports and suggestions into a black hole. It doesn’t feel good, and we get …


    Read More
  • Misunderstanding what the Cricket Celebration Bowl is

    calendar Dec 15, 2025 · devblogs.microsoft.com
    Misunderstanding what the Cricket Celebration Bowl is

    Apparently, late last week was an event known as the Cricket Celebration Bowl. I thought to myself, "The Cricket Celebration Bowl sounds like the name of the least popular item on the Panera menu." And no, it's not a cricket match either. Link to article: …


    Read More
  • The Windows clipboard automatic text conversion algorithm is path-dependent

    calendar Dec 15, 2025 · devblogs.microsoft.com
    The Windows clipboard automatic text conversion algorithm is path-dependent

    We closed last time with this table: To get First try Link to article: https://devblogs.microsoft.com/oldnewthing/20251215-00/?p=111869


    Read More
  • How to Tame Your Flaky Tests in TeamCity

    calendar Dec 15, 2025 · blog.jetbrains.com
    How to Tame Your Flaky Tests in TeamCity

    This article was brought to you by Satish Subrahmanya, draft.dev. It’s 4:47 pm on a Friday. Your feature branch just passed all tests locally, and the code review went smoothly, so you hit the merge button. But then it happens: The CI build fails. The same test suite that passed five minutes ago is now […] Link to …


    Read More
  • Auth0 Changes The Game for AI Agents - Dev Leader Weekly 119

    calendar Dec 14, 2025 · devleader.ca
    Auth0 Changes The Game for AI Agents - Dev Leader Weekly 119

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss some of the awesome features Auth0 is bringing for building AI agents! Link to article: https://www.devleader.ca/2025/12/14/auth0-changes-the-game-for-ai-agents-dev-leader-weekly-119


    Read More
  • Weekly Recap - 2025-12-12

    calendar Dec 14, 2025 · devleader.ca
    Weekly Recap - 2025-12-12

    Check out this week from Dev Leader! Here's a list including articles and videos on software engineering, career development, and programming in C#! Link to article: https://www.devleader.ca/2025/12/14/weekly-recap-20251212


    Read More
  • Private MCP Catalogs and the Path to Composable Enterprise AI

    calendar Dec 14, 2025 · docker.com
    Private MCP Catalogs and the Path to Composable Enterprise AI

    Most discussions about Model Context Protocol infrastructure ask how to govern thousands of AI tools and monitor which MCP servers are running. This question is table stakes but undershoots the possibilities. A better question is how we can unleash MCP to drive developer creativity from a trusted foundation. The first …


    Read More
  • UX Chronicles: When OpenAI’s Magic Meets a Messy User Experience

    calendar Dec 14, 2025 · dotnettips.wordpress.com
    UX Chronicles: When OpenAI’s Magic Meets a Messy User Experience

    The author expresses frustration with Sora's poor user experience and ongoing instability, emphasizing navigation difficulties, session issues, and prolonged outages. Despite Sora's impressive capabilities, the author argues that without prioritizing user experience and reliability, OpenAI risks losing the trust of …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top