.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Defending Your Software Supply Chain: What Every Engineering Team Should Do Now

    calendar Apr 2, 2026 · docker.com
    Defending Your Software Supply Chain: What Every Engineering Team Should Do Now

    The software supply chain is under sustained attack. Not from a single threat actor or a single incident, but from an ecosystem-wide campaign that has been escalating for months and shows no signs of slowing down. This week, axios, the HTTP client library downloaded 83 million times per week and present in roughly 80% …


    Read More
  • Simulate realistic users to evaluate multi-turn AI agents in Strands Evals

    calendar Apr 2, 2026 · aws.amazon.com/blogs/machine-learning
    Simulate realistic users to evaluate multi-turn AI agents in Strands Evals

    In this post, we explore how ActorSimulator in Strands Evaluations SDK addresses the challenge with structured user simulation that integrates into your evaluation pipeline. Link to article: https://aws.amazon.com/blogs/machine-learning/simulate-realistic-users-to-evaluate-multi-turn-ai-agents-in-strands-evals/


    Read More
  • Explore union types in C# 15

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Explore union types in C# 15

    Union types have been frequently requested for C#, and they're here. Starting with .NET 11 Preview 2, C# 15 introduces the union keyword. The union keyword declares that a value is exactly one of a fixed set of types with compiler-enforced exhaustive pattern matching. If you've used discriminated unions in F# or simil …


    Read More
  • Aspire Docs in Your Terminal (and Your AI's Brain)

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Aspire Docs in Your Terminal (and Your AI's Brain)

    You're three files deep in your Aspire AppHost, and you need to remember exactly which parameters the Redis integration expects. You could alt-tab to your browser, hunt through aspire.dev, squint at the API docs, then come back. Or you could just run a command. Or—better yet—let your AI agent look it up Link to …


    Read More
  • Gemma 4 is Here: Now Available on Docker Hub

    calendar Apr 2, 2026 · docker.com
    Gemma 4 is Here: Now Available on Docker Hub

    Docker Hub is quickly becoming the home for AI models, serving millions of developers and bringing together a curated lineup that spans lightweight edge models to high-performance LLMs, all packaged as OCI artifacts. Today, we’re excited to welcome Gemma 4, the latest generation of lightweight, state-of-the-art open …


    Read More
  • How to Implement Factory Method Pattern in C#: Step-by-Step Guide

    calendar Apr 2, 2026 · devleader.ca
    How to Implement Factory Method Pattern in C#: Step-by-Step Guide

    How to implement Factory Method pattern in C#: step-by-step guide with code examples, best practices, and common pitfalls for creational design patterns. Link to article: https://www.devleader.ca/2026/04/02/how-to-implement-factory-method-pattern-in-c-stepbystep-guide


    Read More
  • Why doesn't the system let you declare your own messages to have the same semantics as WM_COPY­DATA?

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Why doesn't the system let you declare your own messages to have the same semantics as <CODE>WM_<WBR>COPY­DATA</CODE>?

    In a comment on my discussion on how to return results back from the WM_COPY­DATA message, Jan Ringoš observed that it felt wasteful th Link to article: https://devblogs.microsoft.com/oldnewthing/20260402-00/?p=112196


    Read More
  • Code like a PIRATE with Junie and GoLand

    calendar Apr 2, 2026 · blog.jetbrains.com
    Code like a PIRATE with Junie and GoLand

    This is a guest post from John Arundel, a Go writer and teacher who runs a free email course for Go learners. His most recent book is The Deeper Love of Go. Ahoy, maties! Cap’n Long John Arundel here with more tips on sailing the good ship GoLand. This time, we’ll lay aloft to the […] Link to article: …


    Read More
  • Scaling seismic foundation models on AWS: Distributed training with Amazon SageMaker HyperPod and expanding context windows

    calendar Apr 2, 2026 · aws.amazon.com/blogs/machine-learning
    Scaling seismic foundation models on AWS: Distributed training with Amazon SageMaker HyperPod and expanding context windows

    This post describes how TGS achieved near-linear scaling for distributed training and expanded context windows for their Vision Transformer-based SFM using Amazon SageMaker HyperPod. This joint solution cut training time from 6 months to just 5 days while enabling analysis of seismic volumes larger than previously …


    Read More
  • Control which domains your AI agents can access

    calendar Apr 2, 2026 · aws.amazon.com/blogs/machine-learning
    Control which domains your AI agents can access

    In this post, we show you how to configure AWS Network Firewall to restrict AgentCore resources to an allowlist of approved internet domains. This post focuses on domain-level filtering using SNI inspection — the first layer of a defense-in-depth approach. Link to article: …


    Read More
  • Composite Design Pattern in C#: Complete Guide with Examples

    calendar Apr 2, 2026 · devleader.ca
    Composite Design Pattern in C#: Complete Guide with Examples

    Master the composite design pattern in C# with practical examples showing tree structures, recursive operations, and uniform component handling. Link to article: https://www.devleader.ca/2026/04/02/composite-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.

    calendar Apr 2, 2026 · docker.com
    Docker Offload now Generally Available: The Full Power of Docker, for Every Developer, Everywhere.

    Docker Desktop is one of the most widely used developer tools in the world, yet for millions of enterprise developers, running it simply hasn’t been an option. The environments they rely on, such as virtual desktop infrastructure (VDI) platforms and managed desktops, often lack the resources or capabilities needed to …


    Read More
  • Rocket Close transforms mortgage document processing with Amazon Bedrock and Amazon Textract

    calendar Apr 2, 2026 · aws.amazon.com/blogs/machine-learning
    Rocket Close transforms mortgage document processing with Amazon Bedrock and Amazon Textract

    Through a strategic partnership with the AWS Generative AI Innovation Center (GenAIIC), Rocket Close developed an intelligent document processing solution that has significantly reduced processing time, making the process 15 times faster. The solution, which uses Amazon Textract for OCR processing and Amazon Bedrock …


    Read More
  • Persist session state with filesystem configuration and execute shell commands

    calendar Apr 2, 2026 · aws.amazon.com/blogs/machine-learning
    Persist session state with filesystem configuration and execute shell commands

    In this post, we go through how to use managed session storage to persist your agent's filesystem state and how to execute shell commands directly in your agent's environment. Link to article: https://aws.amazon.com/blogs/machine-learning/persist-session-state-with-filesystem-configuration-and-execute-shell-commands/


    Read More
  • Securing GraphQL APIs with AWS AppSync Lambda Authorizers in .NET

    calendar Apr 2, 2026 · aws.amazon.com/blogs/dotnet
    Securing GraphQL APIs with AWS AppSync Lambda Authorizers in .NET

    In our previous post Building a GraphQL API with AWS AppSync Using Direct Lambda Resolvers in .NET, we demonstrated how to build a serverless GraphQL API using AWS AppSync with Direct Lambda Resolvers. By eliminating Velocity Template Language (VTL) and JavaScript mapping templates, we simplified resolver development …


    Read More
  • OpenAI acquires TBPN

    calendar Apr 2, 2026 · openai.com/blog
    OpenAI acquires TBPN

    OpenAI acquires TBPN to accelerate global conversations around AI and support independent media, expanding dialogue with builders, businesses, and the broader tech community. Link to article: https://openai.com/index/openai-acquires-tbpn


    Read More
  • Codex now offers more flexible pricing for teams

    calendar Apr 2, 2026 · openai.com/blog
    Codex now offers more flexible pricing for teams

    Codex now includes pay-as-you-go pricing for ChatGPT Business and Enterprise, providing teams a more flexible option to start and scale adoption. Link to article: https://openai.com/index/codex-flexible-pricing-for-teams


    Read More
  • Which AI Coding Tools Do Developers Actually Use at Work?

    calendar Apr 2, 2026 · blog.jetbrains.com
    Which AI Coding Tools Do Developers Actually Use at Work?

    The reality beyond the hype, featuring evidence from large-scale, globally representative developer surveys. If you’re like us, you can’t open your LinkedIn or X feed without there being some mention of an AI coding agent (Claude Code, Codex, Gemini CLI, Junie, and others). But which of these AI tools are actually used …


    Read More
  • KotlinConf’26 Speakers: In Conversation With Lena Reinhard

    calendar Apr 2, 2026 · blog.jetbrains.com
    KotlinConf’26 Speakers: In Conversation With Lena Reinhard

    “Over the last three to five years, many of the promises that drew people to tech have been called into question.” The tech industry has long promised opportunity, growth, and the chance to build things that reach millions of people. Today, many of those assumptions are being questioned. At KotlinConf’26, Lena …


    Read More
  • Python in Visual Studio Code - March 2026 Release

    calendar Apr 2, 2026 · devblogs.microsoft.com
    Python in Visual Studio Code - March 2026 Release

    We're excited to announce that the March 2026 release of the Python extension for Visual Studio Code are now available! This release includes the following announcements: Search Python Symbols in Installed Packages Experimental: Rust- Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top