.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Use Windows on-device AI in your Electron app

    calendar Feb 23, 2026 · devblogs.microsoft.com
    Use Windows on-device AI in your Electron app

    Last year we published AI Dev Gallery, an open-source app full of interactive Windows AI examples. A common follow-up question from Electron developers has been: “How can we build similar on-device AI experiences in our Electron Link to article: …


    Read More
  • How Sonrai uses Amazon SageMaker AI to accelerate precision medicine trials

    calendar Feb 23, 2026 · aws.amazon.com/blogs/machine-learning
    How Sonrai uses Amazon SageMaker AI to accelerate precision medicine trials

    In this post, we explore how Sonrai, a life sciences AI company, partnered with AWS to build a robust MLOps framework using Amazon SageMaker AI that addresses these challenges while maintaining the traceability and reproducibility required in regulated environments. Link to article: …


    Read More
  • Accelerating AI model production at Hexagon with Amazon SageMaker HyperPod

    calendar Feb 23, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerating AI model production at Hexagon with Amazon SageMaker HyperPod

    In this blog post, we demonstrate how Hexagon collaborated with Amazon Web Services to scale their AI model production by pretraining state-of-the-art segmentation models, using the model training infrastructure of Amazon SageMaker HyperPod. Link to article: …


    Read More
  • Agentic AI with multi-model framework using Hugging Face smolagents on AWS

    calendar Feb 23, 2026 · aws.amazon.com/blogs/machine-learning
    Agentic AI with multi-model framework using Hugging Face smolagents on AWS

    Hugging Face smolagents is an open source Python library designed to make it straightforward to build and run agents using a few lines of code. We will show you how to build an agentic AI solution by integrating Hugging Face smolagents with Amazon Web Services (AWS) managed services. You'll learn how to deploy a …


    Read More
  • Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, second (failed) attempt

    calendar Feb 23, 2026 · devblogs.microsoft.com
    Customizing the ways the dialog manager dismisses itself: Detecting the ESC key, second (failed) attempt

    Last time, we saw that Get­Async­Key­State is not the way to detect whether the ESC key was down at the time the current input Link to article: https://devblogs.microsoft.com/oldnewthing/20260223-00/?p=112080


    Read More
  • C# Extension Members

    calendar Feb 23, 2026 · blog.jetbrains.com
    C# Extension Members

    Overview: What are extension members? Extension members allow you to define additional members for existing types without modifying their definitions. With them, you can add functionality to existing types you don’t have access to or don’t control, for example, built-in types or types from an API or commercial library. …


    Read More
  • Gordon: Docker’s AI Agent Just Got an Update

    calendar Feb 23, 2026 · docker.com
    Gordon: Docker’s AI Agent Just Got an Update

    AI agents are moving from demos to daily workflows. They write code, run commands, and complete multi-step tasks without constant hand-holding. But general-purpose agents don't know Docker. They don't understand your containers, your images, or your specific setup. Gordon does. Just run docker ai in your terminal or …


    Read More
  • Run OpenClaw Securely in Docker Sandboxes

    calendar Feb 23, 2026 · docker.com
    Run OpenClaw Securely in Docker Sandboxes

    Docker Sandboxes is a new primitive in the Docker's ecosystem that allows you to run AI agents or any other workloads in isolated micro VMs. It provides strong isolation, convenient developer experience and a strong security boundary with a network proxy configurable to deny agents connecting to arbitrary internet …


    Read More
  • AI Tool Switching Is Stealth Friction – Beat It at the Access Layer

    calendar Feb 23, 2026 · blog.jetbrains.com
    AI Tool Switching Is Stealth Friction – Beat It at the Access Layer

    Has your team’s sprint velocity actually improved since you approved all those AI coding tools? If not, recent research by JetBrains and UC Irvine shows your developers may be facing a new dimension of context switching that resists the usual fixes. The key findings were that most AI-assisted developers switched in and …


    Read More
  • Assembly Scanning in Needlr: Filtering and Organizing Type Discovery

    calendar Feb 23, 2026 · devleader.ca
    Assembly Scanning in Needlr: Filtering and Organizing Type Discovery

    Learn how to control assembly scanning in Needlr, including filtering assemblies, controlling which types get discovered, and organizing type registration in .NET applications. Link to article: https://www.devleader.ca/2026/02/23/assembly-scanning-in-needlr-filtering-and-organizing-type-discovery


    Read More
  • Reserved filenames on Windows (CON, PRN, AUX, NUL...)

    calendar Feb 23, 2026 · meziantou.net
    Reserved filenames on Windows (CON, PRN, AUX, NUL...)

    Windows has a set of reserved filenames that cannot be used for files or folders. These names are reserved for legacy reasons, dating back to DOS. If you try to create a file or folder with one of these names, you will get an error. The list of reserved names is: CON, PRN, AUX, NUL COM0 through COM9 LPT0 through LPT9 …


    Read More
  • Why we no longer evaluate SWE-bench Verified

    calendar Feb 23, 2026 · openai.com/blog
    Why we no longer evaluate SWE-bench Verified

    SWE-bench Verified is increasingly contaminated and mismeasures frontier coding progress. Our analysis shows flawed tests and training leakage. We recommend SWE-bench Pro. Link to article: https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified


    Read More
  • OpenAI announces Frontier Alliance Partners

    calendar Feb 23, 2026 · openai.com/blog
    OpenAI announces Frontier Alliance Partners

    OpenAI announces Frontier Alliance Partners to help enterprises move from AI pilots to production with secure, scalable agent deployments. Link to article: https://openai.com/index/frontier-alliance-partners


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

    calendar Feb 22, 2026 · devleader.ca
    When to Use Builder Pattern in C#: Decision Guide with Examples

    Learn when to use Builder pattern in C# with clear decision criteria, code examples, and scenarios. Understand the signs that indicate Builder is the right choice. Link to article: https://www.devleader.ca/2026/02/22/when-to-use-builder-pattern-in-c-decision-guide-with-examples


    Read More
  • UX Chronicles: A Software Engineer’s Reality Check on Modern Air Travel

    calendar Feb 22, 2026 · dotnettips.wordpress.com
    UX Chronicles: A Software Engineer’s Reality Check on Modern Air Travel

    The article highlights the disappointing state of user experience in air travel, focusing on unreliable software, poor connectivity, and frustrating airline apps. Despite expectations for improvement, airline systems remain outdated and inefficient, causing significant discomfort and dissatisfaction for travelers. The …


    Read More
  • Hosted Services with Needlr: Background Workers and Lifecycle Management

    calendar Feb 21, 2026 · devleader.ca
    Hosted Services with Needlr: Background Workers and Lifecycle Management

    Learn how to use hosted services and background workers with Needlr, including automatic discovery of IHostedService and BackgroundService implementations. Link to article: https://www.devleader.ca/2026/02/21/hosted-services-with-needlr-background-workers-and-lifecycle-management


    Read More
  • Weekly Recap - 2026-02-20

    calendar Feb 21, 2026 · devleader.ca
    Weekly Recap - 2026-02-20

    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/21/weekly-recap-20260220


    Read More
  • Microsoft Agent Framework in C#: Complete Developer Guide

    calendar Feb 21, 2026 · devleader.ca
    Microsoft Agent Framework in C#: Complete Developer Guide

    Complete guide to Microsoft Agent Framework in C#. Core abstractions, architecture, tool registration, sessions, and where MAF fits in the .NET AI ecosystem. Link to article: https://www.devleader.ca/2026/02/21/microsoft-agent-framework-in-c-complete-developer-guide


    Read More
  • Where Vertical Slices Fit Inside the Modular Monolith Architecture

    calendar Feb 21, 2026 · milanjovanovic.tech
    Where Vertical Slices Fit Inside the Modular Monolith Architecture

    Modular Monolith tells you how to split the system into modules. But it says nothing about how to organize code inside each module. Vertical Slice Architecture fills that gap, and the combination is incredibly powerful. Link to article: …


    Read More
  • Amazon SageMaker AI in 2025, a year in review part 1: Flexible Training Plans and improvements to price performance for inference workloads

    calendar Feb 20, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon SageMaker AI in 2025, a year in review part 1: Flexible Training Plans and improvements to price performance for inference workloads

    In 2025, Amazon SageMaker AI saw dramatic improvements to core infrastructure offerings along four dimensions: capacity, price performance, observability, and usability. In this series of posts, we discuss these various improvements and their benefits. In Part 1, we discuss capacity improvements with the launch of …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top