.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Ten Days of Critter Stack Releases

    calendar Jul 27, 2026 · jeremydmiller.com
    Ten Days of Critter Stack Releases

    Most of the big improvements in this blog post came from JasperFx client engagements. Reach out any time to sales@jasperfx.net and we’ll happily chat with you about how we can help your shop succeed with whatever technical challenges you might have! Let me put a stake into the ground here and say that you simply cannot …


    Read More
  • Analyze MSBuild Binary Logs with Copilot in VS Code

    calendar Jul 27, 2026 · devblogs.microsoft.com
    Analyze MSBuild Binary Logs with Copilot in VS Code

    You know the moment. CI goes red, or a build that took 8 seconds yesterday now takes 40, and you're staring at a wall of MSBuild output trying to find the one line that matters. The answer is almost always sitting in the bi Link to article: https://devblogs.microsoft.com/dotnet/msbuild-binlog-analyzer-vscode


    Read More
  • Beyond RAG: Task-aware knowledge compression for enterprise AI on AWS

    calendar Jul 27, 2026 · aws.amazon.com/blogs/machine-learning
    Beyond RAG: Task-aware knowledge compression for enterprise AI on AWS

    Traditional RAG hits a ceiling on analytical tasks that span hundreds of documents. This post shows how to use task-aware knowledge compression (TAKC) on AWS to pre-compress entire knowledge bases into task-specific representations, cache them at multiple fidelity tiers, and route each query to the right tier, with an …


    Read More
  • Deepgram enhances Amazon SageMaker AI support with AWS IAM Temporary Delegation

    calendar Jul 27, 2026 · aws.amazon.com/blogs/machine-learning
    Deepgram enhances Amazon SageMaker AI support with AWS IAM Temporary Delegation

    In this post, we cover why Deepgram built on IAM temporary delegation, how the integration works end-to-end, and what it unlocks for customers running Deepgram speech models on SageMaker AI. With this integration, Deepgram has reduced the time for initial investigation on a SageMaker AI support ticket from days to …


    Read More
  • How Guardoc transforms medical document processing with Amazon Nova models

    calendar Jul 27, 2026 · aws.amazon.com/blogs/machine-learning
    How Guardoc transforms medical document processing with Amazon Nova models

    In this post, we explore how Guardoc Health uses the Amazon Nova family of models, available through Amazon Bedrock, to transform clinical documentation in long-term care. Link to article: https://aws.amazon.com/blogs/machine-learning/how-guardoc-transforms-medical-document-processing-with-amazon-nova-models/


    Read More
  • 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

    Electron and No 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
  • 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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top