.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Scaling Software Architecture Without Overengineering

    calendar May 20, 2026 · codeopinion.com
    Scaling Software Architecture Without Overengineering

    Your system has 500 users and also has 20 microservices, including the gauntlet of Kubernetes, a message broker, distributed tracing, multiple different databases, and a pretty dashboard that probably nobody looks at. Someone will ask the question: why is this so complicated for 500 users? And usually the answer is, …


    Read More
  • PropertyInfo and MethodInfo in C#: The Practical Developer's Guide

    calendar May 20, 2026 · devleader.ca
    PropertyInfo and MethodInfo in C#: The Practical Developer's Guide

    Learn to use PropertyInfo and MethodInfo in C# to read and write properties, invoke methods, and inspect types at runtime with practical .NET 10 examples. Link to article: https://www.devleader.ca/2026/05/20/propertyinfo-and-methodinfo-in-c-the-practical-developers-guide


    Read More
  • PowerShell PSResource Roadmap and Best Practices

    calendar May 20, 2026 · devblogs.microsoft.com
    PowerShell PSResource Roadmap and Best Practices

    PowerShell is a critical automation and configuration platform across enterprises—and as that automation grows, how you source, validate, and distribute PowerShell packages becomes just as important as the scripts themselves. Modern security guidance increasingly treats package feeds as part of the software supply Link …


    Read More
  • Built for Productivity: What the Data Finally Shows About Kotlin

    calendar May 20, 2026 · blog.jetbrains.com
    Built for Productivity: What the Data Finally Shows About Kotlin

    Years of productivity-focused design are now visible in the data. Pragmatism has been central to Kotlin’s design from day one. The language prioritizes the developer’s convenience and productivity over academic purity or feature ambition. Developers describe working in Kotlin in a fairly consistent way: more time spent …


    Read More
  • Multimodal evaluators: MLLM-as-a-judge for image-to-text tasks in Strands Evals

    calendar May 20, 2026 · aws.amazon.com/blogs/machine-learning
    Multimodal evaluators: MLLM-as-a-judge for image-to-text tasks in Strands Evals

    If you’re building visual shopping, image or document understanding, or chart analysis, you need a way to verify whether your model’s response is actually grounded in the source image. A text-only evaluator cannot tell you whether a caption faithfully describes an image, whether an extracted invoice total matches the …


    Read More
  • Introducing the Critter Stack AI Skills

    calendar May 20, 2026 · jeremydmiller.com
    Introducing the Critter Stack AI Skills

    Babu Annamalai and I have been working very hard on JasperFx Software‘s officially curated AI Skills for the “Critter Stack,” and I’m very pleased to announce today that these skills are officially open for business! Many of our support clients already have access, but as of today anyone interested is able to purchase …


    Read More
  • Build real-time voice applications with Amazon SageMaker AI and vLLM

    calendar May 20, 2026 · aws.amazon.com/blogs/machine-learning
    Build real-time voice applications with Amazon SageMaker AI and vLLM

    Voice agents, live captioning, contact center analytics, and accessibility tools all depend on real-time speech-to-text, where your application streams audio in and receives transcription back simultaneously over a single persistent connection. Traditional request-response inference falls short here because …


    Read More
  • Visual Studio Code 1.121

    calendar May 20, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.121

    Learn what's new in Visual Studio Code 1.121 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.121


    Read More
  • Your dev loop is full of tribal knowledge

    calendar May 20, 2026 · devblogs.microsoft.com
    Your dev loop is full of tribal knowledge

    Teams often treat developer experience as work that competes with shipping the product. That is understandable, but it is also backwards. The local loop, setup, debugging, repeatable operations, and agent workflows are part of how the product gets shipped. When those things are slow or unclear, every feature pays the …


    Read More
  • AWS Transform Custom: Automating .NET Lambda Runtime Upgrades

    calendar May 20, 2026 · aws.amazon.com/blogs/dotnet
    AWS Transform Custom: Automating .NET Lambda Runtime Upgrades

    Introduction Upgrading .NET Lambda functions is manual, time-consuming, and error-prone, especially when managing hundreds of functions across multiple repositories. Each upgrade requires updating .csproj target framework files (the C# project configuration that specifies which .NET version to target), bumping NuGet …


    Read More
  • Stop prompt injection from hijacking your agent, new security capabilities now released within Agent Framework

    calendar May 20, 2026 · devblogs.microsoft.com
    Stop prompt injection from hijacking your agent, new security capabilities now released within Agent Framework

    Prompt injection is the #1 risk on the OWASP LLM Top 10, and most agents in production today defend against it with one of two heuristics: a defensive system prompt, or a hand-rolled allowlist. Neither is deterministic. Both fail silently the day someone slips a [SYSTEM OVERRIDE] line into an issue body, Link to …


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

    calendar May 20, 2026 · devleader.ca
    Template Method Design Pattern in C#: Complete Guide with Examples

    Master the template method design pattern in C# with practical examples showing inheritance-based algorithm customization and real-world .NET implementations. Link to article: https://www.devleader.ca/2026/05/20/template-method-design-pattern-in-c-complete-guide-with-examples


    Read More
  • A Practical Guide to Profiling in Go

    calendar May 20, 2026 · blog.jetbrains.com
    A Practical Guide to Profiling in Go

    As is often the case with Go, the standard library comes with a great tool for profiling your programs – pprof. It samples your call stack, allowing you to later generate reports that help you analyze and visualize your software’s performance without installing any plugins. Everything you need is in the Go development …


    Read More
  • The SARIF Viewer Is Now Available in CLion 2026.1.2

    calendar May 20, 2026 · blog.jetbrains.com
    The SARIF Viewer Is Now Available in CLion 2026.1.2

    Starting with v2026.1.2, CLion includes the SARIFThe Static Analysis Results Interchange Format. Viewer, available out of the box. This is especially useful for embedded and automotive teams, for whom external static analysis is often part of the compliance toolchain. If you use tools that produce SARIF reports – such …


    Read More
  • Relocating With JetBrains: What to Expect

    calendar May 20, 2026 · blog.jetbrains.com
    Relocating With JetBrains: What to Expect

    Why JetBrains supports international relocation At JetBrains, we believe that top talent knows no borders. Exceptional people can come from anywhere, and we are committed to building the best possible team by looking beyond geography. That’s why we invest in international employee relocation support and help colleagues …


    Read More
  • How to upload files in an ASP.NET Core Web API

    calendar May 20, 2026 · blog.elmah.io
    How to upload files in an ASP.NET Core Web API

    Files are an integrated part of an application. From a social app to an ERP, some form of media exists in the ecosystem. .NET Core APIs provide built-in support for uploading and fetching documents. In today's post, I will show you how to cleanly and efficiently use .NET Link to article: …


    Read More
  • An OpenAI model has disproved a central conjecture in discrete geometry

    calendar May 20, 2026 · openai.com/blog
    An OpenAI model has disproved a central conjecture in discrete geometry

    An OpenAI model solved the 80-year-old unit distance problem, disproving a major conjecture in discrete geometry and marking a milestone in AI-driven mathematics. Link to article: https://openai.com/index/model-disproves-discrete-geometry-conjecture


    Read More
  • How Ramp engineers accelerate code review with Codex

    calendar May 20, 2026 · openai.com/blog
    How Ramp engineers accelerate code review with Codex

    How Ramp engineers use Codex with GPT-5.5 to review code and ship improvements, allowing them to get substantive feedback in minutes instead of hours. Link to article: https://openai.com/index/ramp


    Read More
  • The next phase of OpenAI’s Education for Countries

    calendar May 20, 2026 · openai.com/blog
    The next phase of OpenAI’s Education for Countries

    OpenAI advances Education for Countries, expanding AI adoption in schools with new partnerships, teacher training, and tools to improve global learning outcomes. Link to article: https://openai.com/index/the-next-phase-of-education-for-countries


    Read More
  • C# Reflection Anti-Patterns: 8 Mistakes That Will Hurt Your App

    calendar May 19, 2026 · devleader.ca
    C# Reflection Anti-Patterns: 8 Mistakes That Will Hurt Your App

    Avoid costly C# reflection anti-patterns -- learn 8 common mistakes developers make with reflection and the .NET 10 alternatives that perform better. Link to article: https://www.devleader.ca/2026/05/19/c-reflection-antipatterns-8-mistakes-that-will-hurt-your-app


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top