.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Build a real-world example with Microsoft Agent Framework, Microsoft Foundry, MCP and Aspire

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Build a real-world example with Microsoft Agent Framework, Microsoft Foundry, MCP and Aspire

    Building AI agents is getting easier. Deploying them as part of a real application, with multiple services, persistent state, and production infrastructure, is where things get complicated. Developers from the .NET community have requested whether a real-world example that shows running on local machine as well as on …


    Read More
  • Visual Studio Dev Essentials: Free, Practical Tools for Every Developer

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Visual Studio Dev Essentials: Free, Practical Tools for Every Developer

    When I first found Visual Studio Dev Essentials, it felt like discovering a hidden door in the developer toolkit world. I’d heard about free tools and cloud credits, but I wasn’t sure if it would really matter in day-to-day coding Link to article: …


    Read More
  • Junie CLI, the LLM-agnostic coding agent, is now in Beta

    calendar Mar 9, 2026 · blog.jetbrains.com
    Junie CLI, the LLM-agnostic coding agent, is now in Beta

    This March, we’re taking a major step forward in the development of Junie, the coding agent by JetBrains. Meet Junie CLI, the evolution of Junie into a fully standalone AI agent. With the upcoming release of Junie CLI, you will be able to use Junie directly from the terminal, inside any IDE, in CI/CD, and […] Link to …


    Read More
  • Air Launches as Public Preview – A New Wave of Dev Tooling Built on 26 Years of Experience

    calendar Mar 9, 2026 · blog.jetbrains.com
    Air Launches as Public Preview – A New Wave of Dev Tooling Built on 26 Years of Experience

    Download Air – free for macOS. Windows and Linux versions coming soon. We hold a principled optimism for agentic software development – and a pragmatic one. After 26 years of building developer tools, we have a clear view of what needs to be built and a strong conviction that agents will fundamentally change how …


    Read More
  • Prototype Pattern Best Practices in C#: Code Organization and Maintainability

    calendar Mar 9, 2026 · devleader.ca
    Prototype Pattern Best Practices in C#: Code Organization and Maintainability

    Prototype pattern best practices in C#: code organization, maintainability tips, shallow vs deep copy strategies, and professional implementation guidelines. Link to article: https://www.devleader.ca/2026/03/09/prototype-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • Build business understanding with Dataverse in Microsoft 365 Copilot

    calendar Mar 9, 2026 · devblogs.microsoft.com
    Build business understanding with Dataverse in Microsoft 365 Copilot

    Business applications hold some of the most valuable data in an organization—customer’s financial records, sales pipeline, support cases, inventory orders—but that data has traditionally been locked behind app-specific experiences. Users switch between Dynamics 365, Power Apps, Outlook, and Teams to piece toget Link to …


    Read More
  • Visualize GitHub Actions runs with Meziantou.GitHubActionsTracing

    calendar Mar 9, 2026 · meziantou.net
    Visualize GitHub Actions runs with Meziantou.GitHubActionsTracing

    I recently released Meziantou.GitHubActionsTracing, a tool that converts GitHub Actions workflow runs into trace data. In this post, I show how to use it to debug slow or flaky CI pipelines with timeline-based analysis instead of raw logs only. Why GitHub Actions runs are hard to diagnose GitHub Actions logs are great …


    Read More
  • Invite Guest users in a Entra ID Multi-tenant setup

    calendar Mar 9, 2026 · damienbod.com
    Invite Guest users in a Entra ID Multi-tenant setup

    This post looks at implementing a guest user invite in a cross tenant setup. This is useful when creating partner tenants using an Entra ID MAU license for all partner guests and members. This makes it possible to keep the home tenant separated for internal members. Setup The Partners or guest Entra ID tenant is […] …


    Read More
  • TCP Connections With DAP Debuggers, Different Formats for Numeric Values, and More in CLion 2026.1 EAP

    calendar Mar 9, 2026 · blog.jetbrains.com
    TCP Connections With DAP Debuggers, Different Formats for Numeric Values, and More in CLion 2026.1 EAP

    The Early Access Program (EAP) for CLion 2026.1 is nearing its end, bringing a range of improvements to debugging capabilities, build tools, project formats, and more. This post is a brief overview of what is already available in the latest EAP build. As always, EAP builds are free to use, so you can explore all […] …


    Read More
  • The Gap Between Good Developers and Great Ones - Dev Leader Weekly 130

    calendar Mar 8, 2026 · devleader.ca
    The Gap Between Good Developers and Great Ones - Dev Leader Weekly 130

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss why communication with non-technical stakeholders is the skill that separates good developers from truly great ones. Link to article: https://www.devleader.ca/2026/03/08/the-gap-between-good-developers-and-great-ones-dev-leader-weekly-130


    Read More
  • Semantic Kernel Plugin Best Practices and Patterns for C# Developers

    calendar Mar 8, 2026 · devleader.ca
    Semantic Kernel Plugin Best Practices and Patterns for C# Developers

    Master semantic kernel plugin best practices for C# developers. Learn KernelFunction descriptions, error handling, and production patterns. Link to article: https://www.devleader.ca/2026/03/08/semantic-kernel-plugin-best-practices-and-patterns-for-c-developers


    Read More
  • Strategy Pattern Best Practices in C#: Code Organization and Maintainability

    calendar Mar 8, 2026 · devleader.ca
    Strategy Pattern Best Practices in C#: Code Organization and Maintainability

    Strategy pattern best practices in C#: code organization, maintainability tips, dependency injection, testing strategies, and professional implementation guidelines. Link to article: https://www.devleader.ca/2026/03/08/strategy-pattern-best-practices-in-c-code-organization-and-maintainability


    Read More
  • Inside the Azure SDK for .NET: A Code Quality Reality Check

    calendar Mar 8, 2026 · dotnettips.wordpress.com
    Inside the Azure SDK for .NET: A Code Quality Reality Check

    A review of the Azure Core SDK reveals alarming code quality issues, including significant code violations and inadequate unit testing. Key problems include improper IDisposable implementations, performance anti-patterns, and a lack of globalization support. Although it received a grade of C, reliance on this SDK poses …


    Read More
  • Semantic Kernel OpenAPI Plugin Integration in C#: Connect Any REST API as an AI Tool

    calendar Mar 7, 2026 · devleader.ca
    Semantic Kernel OpenAPI Plugin Integration in C#: Connect Any REST API as an AI Tool

    Master Semantic Kernel OpenAPI plugin integration in C# to connect REST APIs as AI tools. Import specs, configure auth, and invoke endpoints. Link to article: https://www.devleader.ca/2026/03/07/semantic-kernel-openapi-plugin-integration-in-c-connect-any-rest-api-as-an-ai-tool


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

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

    When to use Prototype pattern in C#: decision guide with examples, use cases, and scenarios where cloning objects is better than creating new instances. Link to article: https://www.devleader.ca/2026/03/07/when-to-use-prototype-pattern-in-c-decision-guide-with-examples


    Read More
  • 5 Architecture Tests You Should Add to Your .NET Projects

    calendar Mar 7, 2026 · milanjovanovic.tech
    5 Architecture Tests You Should Add to Your .NET Projects

    Learn about five essential architecture tests that can help ensure the quality and maintainability of your .NET projects. Link to article: https://www.milanjovanovic.tech/blog/5-architecture-tests-you-should-add-to-your-dotnet-projects


    Read More
  • What's new in Microsoft Foundry | February 2026

    calendar Mar 6, 2026 · devblogs.microsoft.com
    What's new in Microsoft Foundry | February 2026

    TL;DR Claude Opus 4.6 + Sonnet 4.6: Anthropic's frontier models arrive in Foundry with 1M-token context (beta), adaptive thinking, and context compaction — Opus for deep reasoning, Sonnet for cost-efficient scale. GPT-Realtime-1.5 & GPT-Audio-1.5: Next-gen audio models w Link to article: …


    Read More
  • Semantic Kernel Function Calling in C#: Native vs Prompt Functions Explained

    calendar Mar 6, 2026 · devleader.ca
    Semantic Kernel Function Calling in C#: Native vs Prompt Functions Explained

    Understand Semantic Kernel function calling in C# -- the difference between native functions and prompt functions, how auto-invoke works, FunctionChoiceBehavior options, and when to use each type in your .NET AI applications. Link to article: …


    Read More
  • Prepare your add-in for Outlook ribbon improvements

    calendar Mar 6, 2026 · devblogs.microsoft.com
    Prepare your add-in for Outlook ribbon improvements

    We’re improving how add-ins appear on the ribbon in Outlook on the web and the new Outlook on Windows. These Outlook ribbon updates make add-ins easier to find and align the experience across Outlook clients. Improvements include: Showing the group name specified in your manifest for the add-in’s ribbon button (instead …


    Read More
  • Announcing TypeScript 6.0 RC

    calendar Mar 6, 2026 · devblogs.microsoft.com
    Announcing TypeScript 6.0 RC

    Today we are excited to announce the Release Candidate (RC) of TypeScript 6.0! To get started using the RC, you can get it through npm with the following command: npm install -D typescript@rc TypeScript 6.0 is a unique release in t Link to article: https://devblogs.microsoft.com/typescript/announcing-typescript-6-0-rc


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top