.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How to Use Build5Nines.SharpVector with Microsoft Agent Framework for Local RAG in C#

    calendar May 30, 2026 · build5nines.com
    How to Use Build5Nines.SharpVector with Microsoft Agent Framework for Local RAG in C#

    There is a moment every developer hits when building an AI agent: the demo works, the model responds, the tool calls fire, and everything feels… Link to article: https://build5nines.com/how-to-use-build5nines-sharpvector-with-microsoft-agent-framework-for-local-rag-in-c/


    Read More
  • Template Method Pattern Real-World Example in C#: Complete Implementation

    calendar May 30, 2026 · devleader.ca
    Template Method Pattern Real-World Example in C#: Complete Implementation

    Build a real-world template method pattern example in C# with a complete document processing pipeline showing practical inheritance-based workflow design. Link to article: https://www.devleader.ca/2026/05/30/template-method-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Union Types Are Finally Coming to C#

    calendar May 30, 2026 · milanjovanovic.tech
    Union Types Are Finally Coming to C#

    For years we faked union types with marker interfaces, base classes, and the OneOf library. C# 15 finally bakes them into the language - and here's a quick tour of what they look like and why I think they're a big deal. Link to article: https://www.milanjovanovic.tech/blog/union-types-are-finally-coming-to-csharp


    Read More
  • UnsafeAccessor in C#: Access Private Members Without Reflection Overhead

    calendar May 29, 2026 · devleader.ca
    UnsafeAccessor in C#: Access Private Members Without Reflection Overhead

    Learn how UnsafeAccessor in C# (.NET 8+) gives you direct access to private fields, methods, and constructors -- avoids reflection lookup overhead on the hot path, AOT-friendly when the target type and member are statically known at compile time. Link to article: …


    Read More
  • Local AI Is Coming for the Cloud AI Business Model

    calendar May 29, 2026 · build5nines.com
    Local AI Is Coming for the Cloud AI Business Model

    You open your AI coding assistant, paste in a question, ask it to reason through a design, generate some code, fix the code, explain the… Link to article: https://build5nines.com/local-ai-is-coming-for-the-cloud-ai-business-model/


    Read More
  • What Does It Actually Take for an IDE to Understand Rust?

    calendar May 29, 2026 · blog.jetbrains.com
    What Does It Actually Take for an IDE to Understand Rust?

    Disclaimer: This article was created using AI-based writing and communication companions. With their help, the core topics of this rich and nuanced livestream were distilled into a compact blog post format. How do Rust IDEs understand code? That was the central question explored in a recent RustRover livestream …


    Read More
  • Hibernate 7.4 New Features

    calendar May 29, 2026 · blog.jetbrains.com
    Hibernate 7.4 New Features

    Hibernate 7.4 introduced several improvements that simplify loading a page of data along with their associated child collection, historical data access, and audit logging. The article will focus on the following features: You can check out the sample code for this article in this GitHub repository. Limits and Fetch …


    Read More
  • How We Use AlphaEvolve to Make Complex IDE Algorithms Faster

    calendar May 29, 2026 · blog.jetbrains.com
    How We Use AlphaEvolve to Make Complex IDE Algorithms Faster

    AlphaEvolve is a Google DeepMind algorithm-discovery system that uses Gemini to generate, test, and refine possible algorithm improvements. Its job is not to answer questions; it searches for faster ways to solve complex algorithmic problems. We tried it on a narrow but important part of IntelliJ-based IDEs: indexing, …


    Read More
  • When to Use Chain of Responsibility Pattern in C#: Decision Guide with Examples

    calendar May 29, 2026 · devleader.ca
    When to Use Chain of Responsibility Pattern in C#: Decision Guide with Examples

    Discover when to use the chain of responsibility pattern in C# with decision criteria, practical scenarios, and examples showing where handler chains fit best. Link to article: https://www.devleader.ca/2026/05/29/when-to-use-chain-of-responsibility-pattern-in-c-decision-guide-with-examples


    Read More
  • JetBrains Academy – May Digest

    calendar May 29, 2026 · blog.jetbrains.com
    JetBrains Academy – May Digest

    Hey! This month’s list is short, but every item is worth your time. Apply for one of up to 40 JetBrains Foundation scholarships for the CSAI BSc program by June 9, try a new AI tools course for developers, discover a program that brings hands-on coding practice into JetBrains IDEs, and read about the value of […] Link …


    Read More
  • How Can Enterprises Prevent Agentic AI from Taking the Wrong Action?

    calendar May 29, 2026 · build5nines.com
    How Can Enterprises Prevent Agentic AI from Taking the Wrong Action?

    There is a big difference between an AI assistant that summarizes a document and an AI agent that deletes a production resource because it “reasoned”… Link to article: https://build5nines.com/how-can-enterprises-prevent-agentic-ai-from-taking-the-wrong-action/


    Read More
  • Boston Children’s uses AI to unlock new diagnoses

    calendar May 29, 2026 · openai.com/blog
    Boston Children’s uses AI to unlock new diagnoses

    Boston Children’s Hospital uses OpenAI technology to improve patient care, reduce operational burden, and help diagnose more than 40 rare disease cases. Link to article: https://openai.com/index/boston-childrens-hospital


    Read More
  • How Braintrust turns customer requests into code with Codex

    calendar May 29, 2026 · openai.com/blog
    How Braintrust turns customer requests into code with Codex

    How Braintrust engineers use Codex with GPT-5.5 to run experiments and code faster. Link to article: https://openai.com/index/braintrust


    Read More
  • TeamCity 2026.1.1 Is Now Available

    calendar May 29, 2026 · blog.jetbrains.com
    TeamCity 2026.1.1 Is Now Available

    Today we’re rolling out the first bug-fix for TeamCity On-Premises 2026.1 servers. This update addresses over 20 issues and performance issues, including: See TeamCity 2026.1.1 Release Notes for the complete list of resolved issues. Why update? Staying up to date with minor releases ensures your TeamCity instance …


    Read More
  • Strengthening societal resilience with Rosalind Biodefense

    calendar May 29, 2026 · openai.com/blog
    Strengthening societal resilience with Rosalind Biodefense

    OpenAI launches Rosalind Biodefense, expanding trusted access to GPT-Rosalind for vetted developers and U.S. government partners advancing biodefense, public health, and pandemic preparedness through frontier AI. Link to article: https://openai.com/index/strengthening-societal-resilience-with-rosalind-biodefense


    Read More
  • A shared playbook for trustworthy third party evaluations

    calendar May 29, 2026 · openai.com/blog
    A shared playbook for trustworthy third party evaluations

    OpenAI shares guidance on third-party AI evaluations, covering how to assess model capabilities, safeguards, and validity for frontier systems. Link to article: https://openai.com/index/trustworthy-third-party-evaluations-foundations


    Read More
  • Training Azerbaijani language models on Amazon SageMaker AI

    calendar May 28, 2026 · aws.amazon.com/blogs/machine-learning
    Training Azerbaijani language models on Amazon SageMaker AI

    Azercell Telecom LLC, Azerbaijan's leading telecommunications provider, wanted to build an Azerbaijani large language model (LLM) on Amazon SageMaker AI for telecom use cases and a customer-facing chatbot. The challenge: adapting foundation models (FMs) to a morphologically rich language with limited training data and …


    Read More
  • Making Reflection Native AOT Safe in .NET 10: DynamicallyAccessedMembers Guide

    calendar May 28, 2026 · devleader.ca
    Making Reflection Native AOT Safe in .NET 10: DynamicallyAccessedMembers Guide

    Learn how to make C# reflection compatible with Native AOT in .NET 10 using DynamicallyAccessedMembers, RequiresUnreferencedCode, and trim-safe patterns. Link to article: https://www.devleader.ca/2026/05/28/making-reflection-native-aot-safe-in-net-10-dynamicallyaccessedmembers-guide


    Read More
  • Build a custom portal with embedded Amazon SageMaker AI MLflow Apps

    calendar May 28, 2026 · aws.amazon.com/blogs/machine-learning
    Build a custom portal with embedded Amazon SageMaker AI MLflow Apps

    In this post, you learn how to build a custom portal with embedded SageMaker AI MLflow Apps UI. You walk through the architecture pattern behind a React front end paired with a Flask reverse proxy that handles AWS Signature Version 4 (SigV4) authentication, deploy the entire stack through the AWS Cloud Development Kit …


    Read More
  • Streamline external access to Amazon SageMaker MLflow using a REST API proxy

    calendar May 28, 2026 · aws.amazon.com/blogs/machine-learning
    Streamline external access to Amazon SageMaker MLflow using a REST API proxy

    In this post, we demonstrate how to build a secure Flask-based MLflow proxy service that provides HTTPS access to Amazon SageMaker MLflow without requiring the MLflow SDK. This solution is for organizations undergoing cloud transformation who want to preserve their existing ML workflows while adopting cloud-native …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top