.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • SignalR + the Critter Stack

    calendar Mar 2, 2026 · jeremydmiller.com
    SignalR + the Critter Stack

    It’s early so I should be too cocky, but JasperFx Software is having success in integrating SignalR with both Wolverine and Marten in our forthcoming CritterWatch product. In this post I’ll show you how we’re doing that from the server side C# code all the way down to the client side TypeScript. Last week I … Continue …


    Read More
  • Hiring When You Aren't the Expert - Dev Leader Weekly 129

    calendar Mar 2, 2026 · devleader.ca
    Hiring When You Aren't the Expert - Dev Leader Weekly 129

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss how to approach hiring for roles you don't have expertise in -- and why the real question isn't "how do I interview?" but "what problem am I solving?" Link to article: …


    Read More
  • RAG with Semantic Kernel in C#: Complete Guide to Retrieval-Augmented Generation

    calendar Mar 1, 2026 · devleader.ca
    RAG with Semantic Kernel in C#: Complete Guide to Retrieval-Augmented Generation

    Master RAG with Semantic Kernel in C# using vector stores, embeddings, and InMemoryVectorStore. Complete guide with working .NET code examples. Link to article: https://www.devleader.ca/2026/03/01/rag-with-semantic-kernel-in-c-complete-guide-to-retrievalaugmented-generation


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

    calendar Mar 1, 2026 · devleader.ca
    When to Use Factory Method Pattern in C#: Decision Guide with Examples

    When to use Factory Method pattern in C#: decision criteria, code examples, and scenarios to determine if Factory Method is the right choice. Link to article: https://www.devleader.ca/2026/03/01/when-to-use-factory-method-pattern-in-c-decision-guide-with-examples


    Read More
  • Inside the AWS SDK for .NET: A Code Quality Wake-Up Call

    calendar Mar 1, 2026 · dotnettips.wordpress.com
    Inside the AWS SDK for .NET: A Code Quality Wake-Up Call

    The author critically reviews the AWS SDK for .NET, revealing alarming code quality issues, including 959,815 total violations and severe design flaws leading to potential memory leaks and resource management problems. Despite its popularity, the SDK presents significant risks for .NET developers, highlighting the …


    Read More
  • Weekly Recap: Microsoft Agent Framework, Semantic Kernel, and Builder Patterns in C# [Feb 2026]

    calendar Mar 1, 2026 · devleader.ca
    Weekly Recap: Microsoft Agent Framework, Semantic Kernel, and Builder Patterns in C# [Feb 2026]

    This week covers the Microsoft Agent Framework in C# -- from core AIAgent abstractions to AgentSessions and function tools -- plus Semantic Kernel agents and plugins, Builder pattern deep dives, and GitHub Copilot SDK development. Also included: new videos on software engineering planning and hiring insights. Link to …


    Read More
  • Semantic Kernel Agents in C#: Complete Guide to AI Agents

    calendar Feb 28, 2026 · devleader.ca
    Semantic Kernel Agents in C#: Complete Guide to AI Agents

    Master Semantic Kernel agents in C# with ChatCompletionAgent, AgentGroupChat orchestration, and Microsoft Agent Framework integration. Link to article: https://www.devleader.ca/2026/02/28/semantic-kernel-agents-in-c-complete-guide-to-ai-agents


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

    calendar Feb 28, 2026 · devleader.ca
    Builder Pattern Real-World Example in C#: Complete Implementation

    See Builder pattern in action with a complete real-world C# example. Step-by-step implementation of a configuration system demonstrating step-by-step object construction. Link to article: https://www.devleader.ca/2026/02/28/builder-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Our agreement with the Department of War

    calendar Feb 28, 2026 · openai.com/blog
    Our agreement with the Department of War

    Details on OpenAI’s contract with the Department of War, outlining safety red lines, legal protections, and how AI systems will be deployed in classified environments. Link to article: https://openai.com/index/our-agreement-with-the-department-of-war


    Read More
  • How to Implement Two-Factor Authentication in ASP.NET Core

    calendar Feb 28, 2026 · milanjovanovic.tech
    How to Implement Two-Factor Authentication in ASP.NET Core

    Passwords alone are not enough. Learn how to implement Two-Factor Authentication in .NET using TOTP, QR codes, and the Otp.NET library, with a secure setup flow and encrypted secrets at rest. Link to article: https://www.milanjovanovic.tech/blog/how-to-implement-two-factor-authentication-in-aspnetcore


    Read More
  • Semantic Kernel Plugins in C#: The Complete Guide

    calendar Feb 27, 2026 · devleader.ca
    Semantic Kernel Plugins in C#: The Complete Guide

    Master Semantic Kernel plugins in C# with this guide. Learn to create native functions, prompt functions, and OpenAPI plugins with real code examples. Link to article: https://www.devleader.ca/2026/02/27/semantic-kernel-plugins-in-c-the-complete-guide


    Read More
  • Updates to Team Calendar extension

    calendar Feb 27, 2026 · devblogs.microsoft.com
    Updates to Team Calendar extension

    We are excited to release a new update to the Team Calendar extension. This update includes a series of visual refinements across the extension, introducing a more consistent design language, smoother transitions when expanding and collapsing Link to article: …


    Read More
  • Engineering and algorithmic interventions for multimodal post-training at Microsoft scale

    calendar Feb 27, 2026 · devblogs.microsoft.com
    Engineering and algorithmic interventions for multimodal post-training at Microsoft scale

    Aditya Challapally leads post-training research and infrastructure for Copilot agent capabilities that process millions of multimodal interactions. This post builds on the diagnostics from D Link to article: …


    Read More
  • Intercepting messages inside Is­Dialog­Message, fine-tuning the message filter

    calendar Feb 27, 2026 · devblogs.microsoft.com
    Intercepting messages inside <code>Is­Dialog­Message</code>, fine-tuning the message filter

    Last time, we used a MSGF_DIALOG­BOX message filter to hook into the Is­Dialog­Message so that we had the option to grab the ESC Link to article: https://devblogs.microsoft.com/oldnewthing/20260227-00/?p=112094


    Read More
  • Factory Method Design Pattern in C#: Complete Guide

    calendar Feb 27, 2026 · devleader.ca
    Factory Method Design Pattern in C#: Complete Guide

    Master the Factory Method design pattern in C# with code examples, real-world scenarios, and practical guidance for flexible object creation. Link to article: https://www.devleader.ca/2026/02/27/factory-method-design-pattern-in-c-complete-guide


    Read More
  • JCON Europe 2026: Java Modernization, Performance, and AI

    calendar Feb 27, 2026 · devblogs.microsoft.com
    JCON Europe 2026: Java Modernization, Performance, and AI

    Java is the backbone of enterprise software engineering, and the conversations happening around it right now are the most exciting they've been in years. From AI-assisted development workflows to Kubernetes performance tuning, the community is moving fast - and Link to article: …


    Read More
  • Introducing the Stateful Runtime Environment for Agents in Amazon Bedrock

    calendar Feb 27, 2026 · openai.com/blog
    Introducing the Stateful Runtime Environment for Agents in Amazon Bedrock

    Stateful Runtime for Agents in Amazon Bedrock brings persistent orchestration, memory, and secure execution to multi-step AI workflows powered by OpenAI. Link to article: https://openai.com/index/introducing-the-stateful-runtime-environment-for-agents-in-amazon-bedrock


    Read More
  • Joint Statement from OpenAI and Microsoft

    calendar Feb 27, 2026 · openai.com/blog
    Joint Statement from OpenAI and Microsoft

    Microsoft and OpenAI continue to work closely across research, engineering, and product development, building on years of deep collaboration and shared success. Link to article: https://openai.com/index/continuing-microsoft-partnership


    Read More
  • OpenAI and Amazon announce strategic partnership

    calendar Feb 27, 2026 · openai.com/blog
    OpenAI and Amazon announce strategic partnership

    OpenAI and Amazon announce a strategic partnership bringing OpenAI’s Frontier platform to AWS, expanding AI infrastructure, custom models, and enterprise AI agents. Link to article: https://openai.com/index/amazon-partnership


    Read More
  • Scaling AI for everyone

    calendar Feb 27, 2026 · openai.com/blog
    Scaling AI for everyone

    Today we’re announcing $110B in new investment at a $730B pre money valuation. This includes $30B from SoftBank, $30B from NVIDIA, and $50B from Amazon. Link to article: https://openai.com/index/scaling-ai-for-everyone


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top