.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Azure SDK Release (February 2026)

    calendar Feb 26, 2026 · devblogs.microsoft.com
    Azure SDK Release (February 2026)

    Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages, code, and docs on our Link to article: …


    Read More
  • Intercepting messages inside Is­Dialog­Message, installing the message filter

    calendar Feb 26, 2026 · devblogs.microsoft.com
    Intercepting messages inside <code>Is­Dialog­Message</code>, installing the message filter

    Last time, we saw that one way to intercept the ESC in the standard dialog message loop is to use your own dialog message loop. However, you might not be able to do this, say, becau Link to article: https://devblogs.microsoft.com/oldnewthing/20260226-00/?p=112090


    Read More
  • Docker Model Runner Brings vLLM to macOS with Apple Silicon

    calendar Feb 26, 2026 · docker.com
    Docker Model Runner Brings vLLM to macOS with Apple Silicon

    vLLM has quickly become the go-to inference engine for developers who need high-throughput LLM serving. We brought vLLM to Docker Model Runner for NVIDIA GPUs on Linux, then extended it to Windows via WSL2. That changes today. Docker Model Runner now supports vllm-metal, a new backend that brings vLLM inference to …


    Read More
  • Introducing TeamCity’s New Design, Phase II: Creation Flow

    calendar Feb 26, 2026 · blog.jetbrains.com
    Introducing TeamCity’s New Design, Phase II: Creation Flow

    This is the second part in a series that dives into how and why we’re redesigning TeamCity. In Part One, we shared navigational and admin changes. In Part Two, we’ll dive deeper into the сreation flow redesign. We’ll also introduce you to the new UI and go into detail about the steps we’re taking to […] Link to …


    Read More
  • Builder vs Fluent Interface Pattern in C#: Key Differences Explained

    calendar Feb 26, 2026 · devleader.ca
    Builder vs Fluent Interface Pattern in C#: Key Differences Explained

    Understand the differences between Builder and Fluent Interface patterns in C# with code examples, use cases, and guidance on when to use each pattern. Link to article: https://www.devleader.ca/2026/02/26/builder-vs-fluent-interface-pattern-in-c-key-differences-explained


    Read More
  • 15 Things To Do Before, During, and After KotlinConf’26

    calendar Feb 26, 2026 · blog.jetbrains.com
    15 Things To Do Before, During, and After KotlinConf’26

    So, you’re coming to KotlinConf’26? Maybe it’s your first time in Munich, or even your first time at KotlinConf. You have your tickets, you’ve learned the schedule by heart, but it might still feel a little overwhelming. Let me show you how you can have the best possible experience by guiding you through all the […] …


    Read More
  • Toolbox App 3.3: Introducing jetbrainsd, an Improved Linux Experience, and More

    calendar Feb 26, 2026 · blog.jetbrains.com
    Toolbox App 3.3: Introducing jetbrainsd, an Improved Linux Experience, and More

    Toolbox App 3.3 introduces jetbrainsd – a lightweight background service that lays the foundation for cross-IDE features like protocol handling. This release also brings significant stability improvements for Linux users, smoother plugin updates, and a number of bug fixes across all platforms. jetbrainsd Toolbox App …


    Read More
  • Measuring actual AI Impact for Engineering with Apache DevLake

    calendar Feb 26, 2026 · devblogs.microsoft.com
    Measuring actual AI Impact for Engineering with Apache DevLake

    If you want to skip the explain and get started super quick with adoption + impact insights, use gh-devlake to deploy a GitHub Copilot impact dashboard in a few CLI commands. So! You've rolled out GitHub Copilot to your engineering teams. You've got the built-in dashbo Link to article: …


    Read More
  • Pacific Northwest National Laboratory and OpenAI partner to accelerate federal permitting

    calendar Feb 26, 2026 · openai.com/blog
    Pacific Northwest National Laboratory and OpenAI partner to accelerate federal permitting

    OpenAI and Pacific Northwest National Laboratory introduce DraftNEPABench, a new benchmark evaluating how AI coding agents can accelerate federal permitting—showing potential to reduce NEPA drafting time by up to 15% and modernize infrastructure reviews. Link to article: …


    Read More
  • OpenAI Codex and Figma launch seamless code-to-design experience

    calendar Feb 26, 2026 · openai.com/blog
    OpenAI Codex and Figma launch seamless code-to-design experience

    OpenAI and Figma launch a new Codex integration that connects code and design, enabling teams to move between implementation and the Figma canvas to iterate and ship faster. Link to article: https://openai.com/index/figma-partnership


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

    calendar Feb 25, 2026 · devleader.ca
    Semantic Kernel in C#: Complete AI Orchestration Guide

    Master Semantic Kernel in C# with this complete guide. Learn plugins, agents, RAG, and vector stores to build production AI applications with .NET. Link to article: https://www.devleader.ca/2026/02/25/semantic-kernel-in-c-complete-ai-orchestration-guide


    Read More
  • Efficiently serve dozens of fine-tuned models with vLLM on Amazon SageMaker AI and Amazon Bedrock

    calendar Feb 25, 2026 · aws.amazon.com/blogs/machine-learning
    Efficiently serve dozens of fine-tuned models with vLLM on Amazon SageMaker AI and Amazon Bedrock

    In this post, we explain how we implemented multi-LoRA inference for Mixture of Experts (MoE) models in vLLM, describe the kernel-level optimizations we performed, and show you how you can benefit from this work. We use GPT-OSS 20B as our primary example throughout this post. Link to article: …


    Read More
  • Building intelligent event agents using Amazon Bedrock AgentCore and Amazon Bedrock Knowledge Bases

    calendar Feb 25, 2026 · aws.amazon.com/blogs/machine-learning
    Building intelligent event agents using Amazon Bedrock AgentCore and Amazon Bedrock Knowledge Bases

    This post demonstrates how to quickly deploy a production-ready event assistant using the components of Amazon Bedrock AgentCore. We'll build an intelligent companion that remembers attendee preferences and builds personalized experiences over time, while Amazon Bedrock AgentCore handles the heavy lifting of production …


    Read More
  • Azure Developer CLI (azd) - February 2026: JMESPath Queries & Deployment Slots

    calendar Feb 25, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd) - February 2026: JMESPath Queries & Deployment Slots

    Here's what shipped in azd this February! This post covers release versions 1.23.3, 1.23.4, Link to article: https://devblogs.microsoft.com/azure-sdk/azure-developer-cli-azd-february-2026


    Read More
  • Intercepting messages before Is­Dialog­Message can process them

    calendar Feb 25, 2026 · devblogs.microsoft.com
    Intercepting messages before <code>Is­Dialog­Message</code> can process them

    Last time, we looked at recognizing that the user clicked the Close button (or equivalent nonclient gestures) on a dialog. The other system-provided pathway to dismissi Link to article: https://devblogs.microsoft.com/oldnewthing/20260225-00/?p=112087


    Read More
  • Open WebUI + Docker Model Runner: Self-Hosted Models, Zero Configuration

    calendar Feb 25, 2026 · docker.com
    Open WebUI + Docker Model Runner: Self-Hosted Models, Zero Configuration

    We’re excited to share a seamless new integration between Docker Model Runner (DMR) and Open WebUI, bringing together two open source projects to make working with self-hosted models easier than ever. With this update, Open WebUI automatically detects and connects to Docker Model Runner running at localhost:12434. If …


    Read More
  • SharePoint Framework (SPFx) roadmap update – February 2026

    calendar Feb 25, 2026 · devblogs.microsoft.com
    SharePoint Framework (SPFx) roadmap update – February 2026

    We move towards spring 2026 with strong momentum across the SharePoint Framework and an increasing sense of excitement across the ecosystem. SPFx continues to be a foundational platform for building intelligent, secure, and scalable experiences across Microsoft 365, with adoption growing and feedback from customers and …


    Read More
  • Migrating to Modular Monolith using Spring Modulith and IntelliJ IDEA

    calendar Feb 25, 2026 · blog.jetbrains.com
    Migrating to Modular Monolith using Spring Modulith and IntelliJ IDEA

    As applications grow in complexity, maintaining a clean architecture becomes increasingly challenging. The traditional package-by-layer approach of organizing code into controllers, services, repositories, and entities packages often leads to tightly coupled code that’s hard to maintain and evolve. Spring Modulith, …


    Read More
  • Building LLM-Friendly MCP Tools in RubyMine: Pagination, Filtering, and Error Design

    calendar Feb 25, 2026 · blog.jetbrains.com
    Building LLM-Friendly MCP Tools in RubyMine: Pagination, Filtering, and Error Design

    RubyMine enhances the developer experience with context-aware search features that make navigating a Rails application seamless, a powerful analysis engine that detects problems in the source code, and integrated support for the most popular version control systems. With AI becoming increasingly popular among …


    Read More
  • Rock Your Career: When Recruiters Treat Interviews Like Lottery Tickets

    calendar Feb 25, 2026 · dotnettips.wordpress.com
    Rock Your Career: When Recruiters Treat Interviews Like Lottery Tickets

    The excerpt highlights two recruiting approaches: strategic, quality-driven methods and the ineffective flypaper method, which focuses on quantity over candidate suitability. The latter can harm candidates' reputations and trust with hiring managers. It emphasizes the importance of working with skilled recruiters who …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top