.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • A new way to bring native Windows APIs to JavaScript - introducing dynamic API projections for Node.js

    calendar Jul 27, 2026 · devblogs.microsoft.com
    A new way to bring native Windows APIs to JavaScript - introducing dynamic API projections for Node.js

    E Link to article: https://devblogs.microsoft.com/ifdef-windows/a-new-way-to-bring-native-windows-apis-to-javascript-introducing-dynamic-api-projections-for-node-js


    Read More
  • TeamCity 2026.1.3 and 2025.11.7 Are Now Available

    calendar Jul 27, 2026 · blog.jetbrains.com
    TeamCity 2026.1.3 and 2025.11.7 Are Now Available

    We’re rolling out new maintenance updates for TeamCity On-Premises 2026.1 and 2025.11. Both releases are primarily focused on security, addressing more than 20 security vulnerabilities each (including a critical CVE-2026-63077 vulnerability that allows attackers to bypass authentication checks and execute arbitrary …


    Read More
  • Critical Security Issue Affecting TeamCity On-Premises (CVE-2026-63077) – Update to 2025.11.7 or 2026.1.3 Now

    calendar Jul 27, 2026 · blog.jetbrains.com
    Critical Security Issue Affecting TeamCity On-Premises (CVE-2026-63077) – Update to 2025.11.7 or 2026.1.3 Now

    Summary Details A critical security vulnerability has been identified in TeamCity On-Premises. If exploited, this flaw may enable an unauthenticated attacker with HTTP(S) access to a TeamCity server to bypass authentication checks and execute arbitrary operating system commands with the privileges of the TeamCity …


    Read More
  • Making an agile version of a Windows Runtime delegate in C++/WinRT, part 6

    calendar Jul 27, 2026 · devblogs.microsoft.com
    Making an agile version of a Windows Runtime delegate in C++/WinRT, part 6

    It looked like we were done when we fixed the problem of releasing a non-marshalable delegate on the correct thread. But we missed something. Again. Link to article: https://devblogs.microsoft.com/oldnewthing/20260727-00/?p=112566


    Read More
  • Get a Unicode character name from a Rune in .NET

    calendar Jul 27, 2026 · meziantou.net
    Get a Unicode character name from a Rune in .NET

    If you have a Rune and want its Unicode name (for example GRINNING FACE for 😀), there is no built-in API in .NET today. Here are two practical options: Use the ICU library available on the operating system Use the Meziantou.Framework.Unicode NuGet package Method 1: Use ICU from the OS ICU exposes u_charName, which …


    Read More
  • How do you rewrite C/C++ projects to Rust?

    calendar Jul 27, 2026 · blog.jetbrains.com
    How do you rewrite C/C++ projects to Rust?

    Disclaimer: This article was created with the assistance of AI and reviewed by the JetBrains RustRover team. C and C++ to Rust migrations are no longer just an experimental idea. More teams are now looking at Rust as a practical way to improve memory safety, reduce long-term maintenance costs, and modernize …


    Read More
  • Running GitHub Copilot CLI in Scripts and CI/CD Pipelines (Headless Mode)

    calendar Jul 27, 2026 · devleader.ca
    Running GitHub Copilot CLI in Scripts and CI/CD Pipelines (Headless Mode)

    Learn GitHub Copilot CLI headless automation with copilot -p prompts, CI auth, safe permissions, models, secrets, schedulers, and cloud sandbox workflows. Link to article: https://www.devleader.ca/2026/07/27/running-github-copilot-cli-in-scripts-and-cicd-pipelines-headless-mode


    Read More
  • Testing and Debugging Your C# MCP Server with MCP Inspector

    calendar Jul 27, 2026 · devleader.ca
    Testing and Debugging Your C# MCP Server with MCP Inspector

    Use MCP Inspector to test and debug C# MCP server .NET projects over stdio and HTTP, inspect JSON-RPC logs, verify tools, and avoid host integration guesswork. Link to article: https://www.devleader.ca/2026/07/27/testing-and-debugging-your-c-mcp-server-with-mcp-inspector


    Read More
  • Reverse Engineering with Hibernate 7.4 and IntelliJ IDEA

    calendar Jul 27, 2026 · blog.jetbrains.com
    Reverse Engineering with Hibernate 7.4 and IntelliJ IDEA

    Reverse Engineering in the context of database-driven application development means generating Java persistence artifacts such as entity classes and mapping files from an existing database schema. This is useful when the database already exists, especially in legacy systems or large projects where creating entity …


    Read More
  • Implement SAML as an external provider in an ASP.NET Core Identity application using Duende as an OIDC server

    calendar Jul 27, 2026 · damienbod.com
    Implement SAML as an external provider in an ASP.NET Core Identity application using Duende as an OIDC server

    This article shows how to implement a SAML federation from an ASP.NET Core Identity application using Sustainsys.Saml2.AspNetCore2. Entra ID is used to implement the SAML authentication and the users can authenticate from the tenant. Code: https://github.com/damienbod/DuendeEntraSaml Setup Three components are used to …


    Read More
  • How AI is expanding what people do at work

    calendar Jul 27, 2026 · openai.com/blog
    How AI is expanding what people do at work

    New OpenAI research shows how AI is expanding what workers do, with ChatGPT users taking on tasks across roles and reshaping job boundaries. Link to article: https://openai.com/index/how-ai-is-expanding-what-people-do-at-work


    Read More
  • OpenTelemetry Traces .NET -- ActivitySource, Spans, and the Tracing Pipeline

    calendar Jul 26, 2026 · devleader.ca
    OpenTelemetry Traces .NET -- ActivitySource, Spans, and the Tracing Pipeline

    Learn how OpenTelemetry traces .NET applications use: ActivitySource, Activity, and the tracing pipeline -- with C# examples for ASP.NET Core. Link to article: https://www.devleader.ca/2026/07/26/opentelemetry-traces-net-activitysource-spans-and-the-tracing-pipeline


    Read More
  • From Microservices Back to Monolith in C#: When and How to Reverse Course

    calendar Jul 26, 2026 · devleader.ca
    From Microservices Back to Monolith in C#: When and How to Reverse Course

    Learn when to move from microservices to monolith C# systems, the warning signs to watch for, and how to consolidate into a modular monolith. Link to article: https://www.devleader.ca/2026/07/26/from-microservices-back-to-monolith-in-c-when-and-how-to-reverse-course


    Read More
  • Boost Your .NET Projects with Spargine: Faster, Safer HTTP Calls with HttpClientExtensions

    calendar Jul 26, 2026 · dotnettips.wordpress.com
    Boost Your .NET Projects with Spargine: Faster, Safer HTTP Calls with HttpClientExtensions

    HttpClientExtensions in the DotNetTips.Spargine.Extensions namespace streamline common HTTP operations for .NET developers. These extension methods simplify tasks such as sending requests, deserializing JSON, and managing streams, enhancing code readability and performance. They help minimize repetitive coding, making …


    Read More
  • OpenTelemetry in .NET: Complete Observability Guide

    calendar Jul 25, 2026 · devleader.ca
    OpenTelemetry in .NET: Complete Observability Guide

    The complete OpenTelemetry .NET guide for developers: traces, metrics, and logs with C# examples, ASP.NET Core setup, exporters, and distributed tracing. Link to article: https://www.devleader.ca/2026/07/25/opentelemetry-in-net-complete-observability-guide


    Read More
  • Using MCP Servers with GitHub Copilot CLI

    calendar Jul 25, 2026 · devleader.ca
    Using MCP Servers with GitHub Copilot CLI

    GitHub Copilot CLI MCP guide for adding custom servers with mcp-config.json, CLI commands, transports, tool scoping, registry search, examples, and tradeoffs. Link to article: https://www.devleader.ca/2026/07/25/using-mcp-servers-with-github-copilot-cli


    Read More
  • Deploying Your C# MCP Server to Azure: Functions vs. Container Apps

    calendar Jul 25, 2026 · devleader.ca
    Deploying Your C# MCP Server to Azure: Functions vs. Container Apps

    Deploy MCP server to Azure with C# using Azure Functions MCP extension or Azure Container Apps, with tradeoffs for scale, cost, auth, and cold starts. Link to article: https://www.devleader.ca/2026/07/25/deploying-your-c-mcp-server-to-azure-functions-vs-container-apps


    Read More
  • Java OpenJDK July 2026 Patch & Security Update

    calendar Jul 25, 2026 · devblogs.microsoft.com
    Java OpenJDK July 2026 Patch & Security Update

    Hello Java customers! We are happy to announce the latest July 2026 patch & security update release for the Microsoft Build of OpenJDK. Check our Link to article: https://devblogs.microsoft.com/java/java-openjdk-july-2026-patch-security-update


    Read More
  • The System Design Behind My New SaaS

    calendar Jul 25, 2026 · milanjovanovic.tech
    The System Design Behind My New SaaS

    I just shipped Katabench, and it's the most fun system I've ever built: it takes C# from strangers and runs it safely on servers I own. Link to article: https://milanjovanovic.tech/blog/the-system-design-behind-my-new-saas


    Read More
  • Critter Stack Roadmap for the Rest of 2026?

    calendar Jul 24, 2026 · jeremydmiller.com
    Critter Stack Roadmap for the Rest of 2026?

    Just to wind down from a busy week, I thought it would be nice to jot down an update about the Critter Stack and JasperFx roadmap as it looks like right now for the rest of the year. We’ve had a torrid release cadence this whole year with the big highlight being the “Critter Stack … Continue reading Critter Stack …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top