.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Retrieve method source file location at runtime using Portable PDBs in .NET

    calendar Jan 19, 2026 · meziantou.net
    Retrieve method source file location at runtime using Portable PDBs in .NET

    When debugging or logging, you often need to know where a method is defined in your source code. While .NET provides caller information attributes like [CallerMemberName], [CallerFilePath], and [CallerLineNumber], these only work at compile-time and require you to add parameters to your methods. What if you want to …


    Read More
  • Platform Debugger Architecture Redesign for Remote Development in 2026.1

    calendar Jan 19, 2026 · blog.jetbrains.com
    Platform Debugger Architecture Redesign for Remote Development in 2026.1

    The IntelliJ Platform provides a powerful debugger framework that plugins can extend to support various programming languages and runtime environments. To enable remote development scenarios – where the IDE interface runs on your local machine while code executes on a remote server – we’ve redesigned the debugger …


    Read More
  • 🚀React Native Windows v0.81 is here!!

    calendar Jan 19, 2026 · devblogs.microsoft.com
    🚀React Native Windows v0.81 is here!!

    App developers require performance, stability, and cross-platform consistency such as fast startups, smooth UI, and seamless code sharing across Windows, Android, and iOS as these factors directly impact user experience, development efficiency, and business outcomes. High performance and stability ensure apps run …


    Read More
  • Implementing Level of Identification (LoI) with ASP.NET Core Identity and Duende

    calendar Jan 18, 2026 · damienbod.com
    Implementing Level of Identification (LoI) with ASP.NET Core Identity and Duende

    This article explores how to implement Level of Identification (LOI) in an ASP.NET Core application. The solution uses Duende IdentityServer as the OpenID Connect provider and ASP.NET Core Identity for user management. Identity verification is performed using the Swiyu Public Beta infrastructure. Any OpenID Connect …


    Read More
  • AI for self empowerment

    calendar Jan 18, 2026 · openai.com/blog
    AI for self empowerment

    How AI can expand human agency by closing the capability overhang—helping people, businesses, and countries unlock real productivity, growth, and opportunity. Link to article: https://openai.com/index/ai-for-human-agency


    Read More
  • Collection Performance: High-Performance Collection Randomization in .NET

    calendar Jan 18, 2026 · dotnettips.wordpress.com
    Collection Performance: High-Performance Collection Randomization in .NET

    The article examines shuffling options in .NET 8, highlighting the performance of three APIs: LINQ.Shuffle(), Random.Shuffle(), and RandomNumberGenerator.Shuffle(). Link to article: https://dotnettips.wordpress.com/2026/01/18/collection-performance-high-performance-collection-randomization-in-net/


    Read More
  • Getting Started with AI Coding Tools - A Developer's Practical Guide

    calendar Jan 18, 2026 · devleader.ca
    Getting Started with AI Coding Tools - A Developer's Practical Guide

    Looking to get started using AI tools for building software but feeling left behind? Here's a primer on AI-assisted development concepts to get you started! Link to article: https://www.devleader.ca/2026/01/18/getting-started-with-ai-coding-tools-a-developers-practical-guide


    Read More
  • Building Software Outside of Work - Dev Leader Weekly 123

    calendar Jan 17, 2026 · devleader.ca
    Building Software Outside of Work - Dev Leader Weekly 123

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss how and why to build software outside of work as a software developer! Link to article: https://www.devleader.ca/2026/01/17/building-software-outside-of-work-dev-leader-weekly-123


    Read More
  • Weekly Recap - 2026-01-16

    calendar Jan 17, 2026 · devleader.ca
    Weekly Recap - 2026-01-16

    Check out this week from Dev Leader! Here's a list including articles and videos on software engineering, career development, and programming in C#! Link to article: https://www.devleader.ca/2026/01/17/weekly-recap-20260116


    Read More
  • Solving the Distributed Cache Invalidation Problem with Redis and HybridCache

    calendar Jan 17, 2026 · milanjovanovic.tech
    Solving the Distributed Cache Invalidation Problem with Redis and HybridCache

    Learn how to solve the distributed cache invalidation problem in .NET 9 by implementing a Redis Pub/Sub backplane to synchronize HybridCache instances across multiple nodes. Link to article: https://www.milanjovanovic.tech/blog/solving-the-distributed-cache-invalidation-problem-with-redis-and-hybridcache


    Read More
  • What's new with Azure Repos?

    calendar Jan 16, 2026 · devblogs.microsoft.com
    What's new with Azure Repos?

    We thought it was a good time to check in and highlight some of the work happening in Azure Repos. In this post, we’ve covered several recent improvements, along with a preview of features that are coming soon. To stay up to date, be sure to visit the Link to article: …


    Read More
  • Advanced fine-tuning techniques for multi-agent orchestration: Patterns from Amazon at scale

    calendar Jan 16, 2026 · aws.amazon.com/blogs/machine-learning
    Advanced fine-tuning techniques for multi-agent orchestration: Patterns from Amazon at scale

    In this post, we show you how fine-tuning enabled a 33% reduction in dangerous medication errors (Amazon Pharmacy), engineering 80% human effort reduction (Amazon Global Engineering Services), and content quality assessments improving 77% to 96% accuracy (Amazon A+). This post details the techniques behind these …


    Read More
  • How Palo Alto Networks enhanced device security infra log analysis with Amazon Bedrock

    calendar Jan 16, 2026 · aws.amazon.com/blogs/machine-learning
    How Palo Alto Networks enhanced device security infra log analysis with Amazon Bedrock

    Palo Alto Networks’ Device Security team wanted to detect early warning signs of potential production issues to provide more time to SMEs to react to these emerging problems. They partnered with the AWS Generative AI Innovation Center (GenAIIC) to develop an automated log classification pipeline powered by Amazon …


    Read More
  • From beginner to champion: A student’s journey through the AWS AI League ASEAN finals

    calendar Jan 16, 2026 · aws.amazon.com/blogs/machine-learning
    From beginner to champion: A student’s journey through the AWS AI League ASEAN finals

    The AWS AI League, launched by Amazon Web Services (AWS), expanded its reach to the Association of Southeast Asian Nations (ASEAN) last year, welcoming student participants from Singapore, Indonesia, Malaysia, Thailand, Vietnam, and the Philippines. In this blog post, you’ll hear directly from the AWS AI League …


    Read More
  • Deploy AI agents on Amazon Bedrock AgentCore using GitHub Actions

    calendar Jan 16, 2026 · aws.amazon.com/blogs/machine-learning
    Deploy AI agents on Amazon Bedrock AgentCore using GitHub Actions

    In this post, we demonstrate how to use a GitHub Actions workflow to automate the deployment of AI agents on AgentCore Runtime. This approach delivers a scalable solution with enterprise-level security controls, providing complete continuous integration and delivery (CI/CD) automation. Link to article: …


    Read More
  • How can I get the tab index number from a dialog box control?

    calendar Jan 16, 2026 · devblogs.microsoft.com
    How can I get the tab index number from a dialog box control?

    A customer wanted to retrieve the TabIndex of a dialog box control. They were able to get its class name and Link to article: https://devblogs.microsoft.com/oldnewthing/20260116-00/?p=111991


    Read More
  • Making (Very) Small LLMs Smarter

    calendar Jan 16, 2026 · docker.com
    Making (Very) Small LLMs Smarter

    Hello, I’m Philippe, and I am a Principal Solutions Architect helping customers with their usage of Docker. I started getting seriously interested in generative AI about two years ago. What interests me most is the ability to run language models (LLMs) directly on my laptop (For work, I have a MacBook Pro M2 max, …


    Read More
  • Part 1: Building Your First Serverless HTTP API on Azure with Azure Functions & FastAPI

    calendar Jan 16, 2026 · devblogs.microsoft.com
    Part 1: Building Your First Serverless HTTP API on Azure with Azure Functions & FastAPI

    Introduction This post is Part 1 of the series Serverless Application Development with Azure Functions and Az Link to article: https://devblogs.microsoft.com/cosmosdb/building-your-first-serverless-http-api-on-azure-with-azure-functions-fastapi


    Read More
  • The truth left out from Elon Musk’s recent court filing

    calendar Jan 16, 2026 · openai.com/blog
    The truth left out from Elon Musk’s recent court filing

    The truth left out from Elon Musk’s recent court filing. Link to article: https://openai.com/index/the-truth-elon-left-out


    Read More
  • Update your Kotlin projects for Android Gradle Plugin 9.0

    calendar Jan 16, 2026 · blog.jetbrains.com
    Update your Kotlin projects for Android Gradle Plugin 9.0

    Android Gradle plugin 9.0 is now available, and it includes two major changes that will affect existing Kotlin projects: This post provides some details about these changes and points you to the resources that you’ll need to update your existing projects. You’ll also need to update tools and plugins that depend on AGP …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top