.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Validation Options in Wolverine

    calendar Mar 16, 2026 · jeremydmiller.com
    Validation Options in Wolverine

    Wolverine — the event-driven messaging and HTTP framework for .NET — provides a rich, layered set of options for validating incoming data. Whether you are building HTTP endpoints or message handlers, Wolverine meets you where you are: from zero-configuration inline checks to full Fluent Validation or Data Annotation …


    Read More
  • Why Codex Security Doesn’t Include a SAST Report

    calendar Mar 16, 2026 · openai.com/blog
    Why Codex Security Doesn’t Include a SAST Report

    A deep dive into why Codex Security doesn’t rely on traditional SAST, instead using AI-driven constraint reasoning and validation to find real vulnerabilities with fewer false positives. Link to article: https://openai.com/index/why-codex-security-doesnt-include-sast


    Read More
  • Share Your Opinion of Qodana for the Chance to WIN!

    calendar Mar 15, 2026 · blog.jetbrains.com
    Share Your Opinion of Qodana for the Chance to WIN!

    At Qodana, we’re always looking for ways to make our code quality platform more useful for development teams. Whether you’re using it to automate code reviews, enforce quality gates in CI, or monitor the health of your codebase, your feedback plays a vital role in helping us improve our product and how we provide …


    Read More
  • Text Embeddings with Semantic Kernel in C#: A Practical Guide to ITextEmbeddingGenerationService

    calendar Mar 15, 2026 · devleader.ca
    Text Embeddings with Semantic Kernel in C#: A Practical Guide to ITextEmbeddingGenerationService

    Learn to generate text embeddings with Semantic Kernel in C#. Covers ITextEmbeddingGenerationService, OpenAI, Azure OpenAI, and cosine similarity. Link to article: https://www.devleader.ca/2026/03/15/text-embeddings-with-semantic-kernel-in-c-a-practical-guide-to-itextembeddinggenerationservice


    Read More
  • How Much Does Company Alignment REALLY Matter For Developers? - Dev Leader Weekly 131

    calendar Mar 15, 2026 · devleader.ca
    How Much Does Company Alignment REALLY Matter For Developers? - Dev Leader Weekly 131

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss whether developer career fulfillment depends on believing in your company's mission -- and why understanding the "why" behind your work makes all the difference. Link to article: …


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

    calendar Mar 15, 2026 · devleader.ca
    Singleton Design Pattern in C#: Complete Guide with Examples

    Singleton design pattern in C#: complete guide with code examples, thread-safe implementation, when to use it, and best practices for creational design patterns. Link to article: https://www.devleader.ca/2026/03/15/singleton-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Regular Expression Performance: Supercharge Your Match Counting

    calendar Mar 15, 2026 · dotnettips.wordpress.com
    Regular Expression Performance: Supercharge Your Match Counting

    String manipulation is crucial in modern applications, significantly impacting performance and memory usage in .NET. learn how to achieve nearly double the speed and zero memory allocations when a count is required from a regular expression. Link to article: …


    Read More
  • Weekly Recap: Semantic Kernel AI Agents, C# Design Patterns, and Developer Career Topics [Mar 2026]

    calendar Mar 15, 2026 · devleader.ca
    Weekly Recap: Semantic Kernel AI Agents, C# Design Patterns, and Developer Career Topics [Mar 2026]

    Build multi-agent orchestration with Semantic Kernel in C#, including ChatCompletionAgent, vector stores, and plugin patterns. Plus C# design patterns including Singleton, Decorator, Strategy, and Prototype! Link to article: …


    Read More
  • Semantic Kernel Vector Store in C#: Azure AI Search, Qdrant, and Beyond

    calendar Mar 14, 2026 · devleader.ca
    Semantic Kernel Vector Store in C#: Azure AI Search, Qdrant, and Beyond

    Master the Semantic Kernel vector store in C# with Azure AI Search, Qdrant, and InMemoryVectorStore for RAG and semantic search. Link to article: https://www.devleader.ca/2026/03/14/semantic-kernel-vector-store-in-c-azure-ai-search-qdrant-and-beyond


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

    calendar Mar 14, 2026 · devleader.ca
    Decorator Design Pattern in C#: Complete Guide with Examples

    Master the decorator design pattern in C# with practical code examples, best practices, and real-world use cases for flexible object extension. Link to article: https://www.devleader.ca/2026/03/14/decorator-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Optimizing Bulk Database Updates in .NET: From Naive to Lightning-Fast

    calendar Mar 14, 2026 · milanjovanovic.tech
    Optimizing Bulk Database Updates in .NET: From Naive to Lightning-Fast

    Seven approaches to bulk-updating rows in PostgreSQL from .NET using Dapper and EF Core, from naive per-row updates to binary COPY. Each step cuts down on round-trips or removes dynamic SQL entirely. Link to article: https://www.milanjovanovic.tech/blog/optimizing-bulk-database-updates-in-dotnet


    Read More
  • March Patches for Azure DevOps Server

    calendar Mar 13, 2026 · devblogs.microsoft.com
    March Patches for Azure DevOps Server

    We are releasing patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay on the latest, most secure version of Azure DevOps Server. The latest release, Azure DevOps Server, is available from the Link to article: …


    Read More
  • Build an AI Task Planner with Semantic Kernel in C#

    calendar Mar 13, 2026 · devleader.ca
    Build an AI Task Planner with Semantic Kernel in C#

    Build an AI task planner with Semantic Kernel in C# using KernelFunctionFactory, Kernel.InvokeAsync, KernelArguments, and structured JSON pipelines. Link to article: https://www.devleader.ca/2026/03/13/build-an-ai-task-planner-with-semantic-kernel-in-c


    Read More
  • The Human Scale Problem in Platform Engineering

    calendar Mar 13, 2026 · devblogs.microsoft.com
    The Human Scale Problem in Platform Engineering

    We keep doing this thing where we solve a problem, celebrate the victory, then realize we've created three new problems we didn't even know existed. Remember when manually configuring servers was the bottleneck? So we built containers. Great! Now we're orchestrating thousands of them. Remember when monolithic …


    Read More
  • P-EAGLE: Faster LLM inference with Parallel Speculative Decoding in vLLM

    calendar Mar 13, 2026 · aws.amazon.com/blogs/machine-learning
    P-EAGLE: Faster LLM inference with Parallel Speculative Decoding in vLLM

    In this post, we explain how P-EAGLE works, how we integrated it into vLLM starting from v0.16.0 (PR#32887), and how to serve it with our pre-trained checkpoints. Link to article: https://aws.amazon.com/blogs/machine-learning/p-eagle-faster-llm-inference-with-parallel-speculative-decoding-in-vllm/


    Read More
  • Azure Developer CLI (azd): Debug hosted AI agents from your terminal

    calendar Mar 13, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd): Debug hosted AI agents from your terminal

    When a hosted AI agent crashes, azd now shows you the status and streams live logs—right from the CLI. What's new? The azure.ai.agents extension adds two commands: Link to article: https://devblogs.microsoft.com/azure-sdk/azd-ai-agent-logs-status


    Read More
  • Rock Your Career: The Recruiter Survival Guide for Software Engineers – How to Use Recruiters Without Getting Used

    calendar Mar 13, 2026 · dotnettips.wordpress.com
    Rock Your Career: The Recruiter Survival Guide for Software Engineers – How to Use Recruiters Without Getting Used

    A new eBook by David McCarter offers software engineers practical strategies for effectively navigating the recruiting process. It emphasizes understanding recruiter dynamics, identifying high-quality recruiters, and avoiding common pitfalls. The guide aims to empower engineers to make informed career decisions and …


    Read More
  • AutoMapper 16.1.1 Released

    calendar Mar 13, 2026 · jimmybogard.com
    AutoMapper 16.1.1 Released

    This release is a patch release to fix a thread deadlock and security issue. From the release notes:Thread DeadlockThanks to @t0m-4 for reporting this issue, which due to Microsoft deprecating some of the "sync" APIs for decryption, led to potential thread starvation and locking issues. The Link to article: …


    Read More
  • Windows stack limit checking retrospective: MIPS

    calendar Mar 13, 2026 · devblogs.microsoft.com
    Windows stack limit checking retrospective: MIPS

    Last time, we looked at how the 80386 performed stack probing on entry to a function with a large local frame. Today we'll look at MIPS, which differs in a few ways. ; on entry, t8 = desired sta Link to article: https://devblogs.microsoft.com/oldnewthing/20260313-00/?p=112138


    Read More
  • Python Unplugged on PyTV Recap

    calendar Mar 13, 2026 · blog.jetbrains.com
    Python Unplugged on PyTV Recap

    Last week marked the fruition of almost a year of hard work by the entire PyCharm team. On March 4th, 2026, we hosted Python Unplugged on PyTV, our first-ever community conference featuring a 90s music-inspired online conference for the Python community. The PyCharm team is a fixture at Python conferences globally, …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top