.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Automated Reasoning checks rewriting chatbot reference implementation

    calendar Feb 9, 2026 · aws.amazon.com/blogs/machine-learning
    Automated Reasoning checks rewriting chatbot reference implementation

    This blog post dives deeper into the implementation architecture for the Automated Reasoning checks rewriting chatbot. Link to article: https://aws.amazon.com/blogs/machine-learning/automated-reasoning-checks-rewriting-chatbot-reference-implementation/


    Read More
  • Time Travel in Azure SQL with Temporal Tables

    calendar Feb 9, 2026 · devblogs.microsoft.com
    Time Travel in Azure SQL with Temporal Tables

    Applications often need to know what data looked like before. Who changed it, when it changed, and what the previous values were. Rebuilding that history in application code is tedious and error prone. This is especially valuable when exposing a database to an AI agent through MCP servers like SQL MCP Server, where …


    Read More
  • Scale LLM fine-tuning with Hugging Face and Amazon SageMaker AI

    calendar Feb 9, 2026 · aws.amazon.com/blogs/machine-learning
    Scale LLM fine-tuning with Hugging Face and Amazon SageMaker AI

    In this post, we show how this integrated approach transforms enterprise LLM fine-tuning from a complex, resource-intensive challenge into a streamlined, scalable solution for achieving better model performance in domain-specific applications. Link to article: …


    Read More
  • New Relic transforms productivity with generative AI on AWS

    calendar Feb 9, 2026 · aws.amazon.com/blogs/machine-learning
    New Relic transforms productivity with generative AI on AWS

    Working with the Generative AI Innovation Center, New Relic NOVA (New Relic Omnipresence Virtual Assistant) evolved from a knowledge assistant into a comprehensive productivity engine. We explore the technical architecture, development journey, and key lessons learned in building an enterprise-grade AI solution that …


    Read More
  • Accelerate agentic application development with a full-stack starter template for Amazon Bedrock AgentCore

    calendar Feb 9, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate agentic application development with a full-stack starter template for Amazon Bedrock AgentCore

    In this post, you will learn how to deploy Fullstack AgentCore Solution Template (FAST) to your Amazon Web Services (AWS) account, understand its architecture, and see how to extend it for your requirements. You will learn how to build your own agent while FAST handles authentication, infrastructure as code (IaC), …


    Read More
  • Agent-to-agent collaboration: Using Amazon Nova 2 Lite and Amazon Nova Act for multi-agent systems

    calendar Feb 9, 2026 · aws.amazon.com/blogs/machine-learning
    Agent-to-agent collaboration: Using Amazon Nova 2 Lite and Amazon Nova Act for multi-agent systems

    This post walks through how agent-to-agent collaboration on Amazon Bedrock works in practice, using Amazon Nova 2 Lite for planning and Amazon Nova Act for browser interaction, to turn a fragile single-agent setup into a predictable multi-agent system. Link to article: …


    Read More
  • What should I do if a wait call reports WAIT_ABANDONED?

    calendar Feb 9, 2026 · devblogs.microsoft.com
    What should I do if a wait call reports <CODE>WAIT_<WBR>ABANDONED</CODE>?

    If you call a wait function like Wait­For­Single­Object and receive the code WAIT_ABANDONED, what does it mean and what should you do? The documentation says that WAIT_ABANDONED means that you successfully claimed a mutex, but the thread that previously owned the mutex failed t Link to article: …


    Read More
  • Automatic Service Discovery in C# with Needlr: How It Works

    calendar Feb 9, 2026 · devleader.ca
    Automatic Service Discovery in C# with Needlr: How It Works

    Learn how Needlr's automatic service discovery works in C# with convention-based registration, type scanning, and the DoNotAutoRegister attribute for .NET applications. Link to article: https://www.devleader.ca/2026/02/09/automatic-service-discovery-in-c-with-needlr-how-it-works


    Read More
  • Getting more information in MSBuild binlogs with property tracking

    calendar Feb 9, 2026 · meziantou.net
    Getting more information in MSBuild binlogs with property tracking

    MSBuild binary logs (binlogs) are a powerful tool for diagnosing build issues. If you're not familiar with binlogs, check out my post Exploring a MSBuild binary log using the binary log viewer to get started, or Stop using diagnostic verbosity in MSBuild to understand why binlogs are better than diagnostic verbosity. …


    Read More
  • Testing ads in ChatGPT

    calendar Feb 9, 2026 · openai.com/blog
    Testing ads in ChatGPT

    OpenAI begins testing ads in ChatGPT to support free access, with clear labeling, answer independence, strong privacy protections, and user control. Link to article: https://openai.com/index/testing-ads-in-chatgpt


    Read More
  • Isolate the swiyu Public Beta management APIs using YARP

    calendar Feb 9, 2026 · damienbod.com
    Isolate the swiyu Public Beta management APIs using YARP

    This post looks at hardening the security for the swiyu public beta infrastructure. The generic containers provide both management APIs and wallet APIs which support the OpenID for Verifiable Presentations 1.0 specification. The management APIs require both network protection and application security. This post looks …


    Read More
  • Over Optimism of Rewrites in Software Engineering - Dev Leader Weekly 126

    calendar Feb 8, 2026 · devleader.ca
    Over Optimism of Rewrites in Software Engineering - Dev Leader Weekly 126

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss rewrites, refactors, and the constant inaccurate optimism as developers. Link to article: https://www.devleader.ca/2026/02/08/over-optimism-of-rewrites-in-software-engineering-dev-leader-weekly-126


    Read More
  • Weekly Recap - 2026-02-08

    calendar Feb 8, 2026 · devleader.ca
    Weekly Recap - 2026-02-08

    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/2026/02/08/weekly-recap-20260208


    Read More
  • Abstract Factory vs Factory Method Pattern in C#: Key Differences Explained

    calendar Feb 8, 2026 · devleader.ca
    Abstract Factory vs Factory Method Pattern in C#: Key Differences Explained

    Understand the differences between Abstract Factory and Factory Method patterns in C# with code examples, use cases, and guidance on when to use each pattern. Link to article: https://www.devleader.ca/2026/02/08/abstract-factory-vs-factory-method-pattern-in-c-key-differences-explained


    Read More
  • Boost Your .NET Projects with Spargine: Global Phone Number and Postal Code Validation Made Easy

    calendar Feb 8, 2026 · dotnettips.wordpress.com
    Boost Your .NET Projects with Spargine: Global Phone Number and Postal Code Validation Made Easy

    The CountryPhonePostalInfoRepository provides an efficient solution for validating phone numbers and postal codes globally, addressing the complexities of varying formats and rules. It offers a centralized API for reliable country-specific validation, enhancing data integrity in applications while simplifying …


    Read More
  • Source Generation vs Reflection in Needlr: Choosing the Right Approach

    calendar Feb 7, 2026 · devleader.ca
    Source Generation vs Reflection in Needlr: Choosing the Right Approach

    Compare Needlr's source generation and reflection strategies for dependency injection in C# to choose the right approach for AOT, performance, and flexibility. Link to article: https://www.devleader.ca/2026/02/07/source-generation-vs-reflection-in-needlr-choosing-the-right-approach


    Read More
  • Mastering User Settings in SharePoint Framework

    calendar Feb 7, 2026 · devblogs.microsoft.com
    Mastering User Settings in SharePoint Framework

    User preferences and settings are fundamental components of modern web applications. When developing SharePoint Framework (SPFx) solutions, the ability to store and manage user-specific configurations across devices and sessions becomes crucial for delivering personalized experiences. This article explores a robust, …


    Read More
  • What’s New in vcpkg (Nov 2025 - Jan 2026)

    calendar Feb 6, 2026 · devblogs.microsoft.com
    What’s New in vcpkg (Nov 2025 - Jan 2026)

    This blog post summarizes changes to the vcpkg package manager as part of the 2025.12.12 and 2026.01.16 registry releases and the Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-nov-2025-jan-2026


    Read More
  • Structured outputs on Amazon Bedrock: Schema-compliant AI responses

    calendar Feb 6, 2026 · aws.amazon.com/blogs/machine-learning
    Structured outputs on Amazon Bedrock: Schema-compliant AI responses

    Today, we're announcing structured outputs on Amazon Bedrock—a capability that fundamentally transforms how you can obtain validated JSON responses from foundation models through constrained decoding for schema compliance. In this post, we explore the challenges of traditional JSON generation and how structured outputs …


    Read More
  • Manage Amazon SageMaker HyperPod clusters using the HyperPod CLI and SDK

    calendar Feb 6, 2026 · aws.amazon.com/blogs/machine-learning
    Manage Amazon SageMaker HyperPod clusters using the HyperPod CLI and SDK

    In this post, we demonstrate how to use the CLI and the SDK to create and manage SageMaker HyperPod clusters in your AWS account. We walk through a practical example and dive deeper into the user workflow and parameter choices. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top