.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Keeping AI From Going Off The Rails - Dev Leader Weekly 117

    calendar Nov 29, 2025 · devleader.ca
    Keeping AI From Going Off The Rails - Dev Leader Weekly 117

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss different approaches for keeping AI on track when writing code. Link to article: https://www.devleader.ca/2025/11/29/keeping-ai-from-going-off-the-rails-dev-leader-weekly-117


    Read More
  • Weekly Recap - 2025-11-29

    calendar Nov 29, 2025 · devleader.ca
    Weekly Recap - 2025-11-29

    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/2025/11/29/weekly-recap-20251129


    Read More
  • Vertical Slice Architecture: Where Does the Shared Logic Live?

    calendar Nov 29, 2025 · milanjovanovic.tech
    Vertical Slice Architecture: Where Does the Shared Logic Live?

    Deciding where shared logic lives is the most critical moment in Vertical Slice Architecture adoption, as choosing incorrectly reintroduces the coupling the architecture aims to eliminate. This article proposes a three-tier approach to sharing code that balances technical infrastructure, domain concepts, and local …


    Read More
  • Advent of Code 2025: A Kotlin Playground

    calendar Nov 28, 2025 · blog.jetbrains.com
    Advent of Code 2025: A Kotlin Playground

    Join us live for five days of Advent of Code puzzles and five Kotlin livestreams on December 1–5. Solve the puzzles in Kotlin with help from Kotlin team experts and fun community guests, climb the leaderboard, learn new tricks, and have a chance to win some prizes along the way! Here’s what we have planned […] Link to …


    Read More
  • How can I have a Win32 drop-down combo box with a read-only edit control?

    calendar Nov 28, 2025 · devblogs.microsoft.com
    How can I have a Win32 drop-down combo box with a read-only edit control?

    A customer was writing a Win32 program and was looking for something like a combo box, in that it gave the user a choice among various fixed options, but sometimes the program would come up with a new option that wasn't on the list, and it would want to show that as the selection. On the other hand, the customer didn't …


    Read More
  • Solving Advent of Code in Rust, With Just Enough AI

    calendar Nov 28, 2025 · blog.jetbrains.com
    Solving Advent of Code in Rust, With Just Enough AI

    A year ago, I wrote a blog post about solving Advent of Code puzzles using Rust as the implementation language. I believe it’s still relevant if you plan to use Rust this year. In one section, I advised limiting the use of AI and demonstrated how to disable the relevant functionality in RustRover, either partially […] …


    Read More
  • IntelliJ IDEA 2025.3 Release Candidate Is Here

    calendar Nov 28, 2025 · blog.jetbrains.com
    IntelliJ IDEA 2025.3 Release Candidate Is Here

    The Release Candidate for IntelliJ IDEA 2025.3 is now available, and we’re closing the Early Access Program for this development cycle. Thank you to everyone who evaluated the EAP builds, shared feedback, and reported issues. Your input has been invaluable in shaping the upcoming release. When we opened the IntelliJ …


    Read More
  • You Want Microservices, But Do You Really Need Them?

    calendar Nov 28, 2025 · docker.com
    You Want Microservices, But Do You Really Need Them?

    Do you know who managed to cut costs by a staggering 90% by abandoning microservices for a monolith in May 2023? Not a cash-strapped startup or an indie project—Amazon itself, for its Prime Video service. The same AWS that earns billions every year by selling microservices infrastructure admitted that, sometimes, a …


    Read More
  • Announcing ASP.NET Core OData 10.0.0 Preview 1

    calendar Nov 28, 2025 · devblogs.microsoft.com
    Announcing ASP.NET Core OData 10.0.0 Preview 1

    We're thrilled to announce the release of ASP.NET Core OData 10.0.0 Preview 1, a major modernization update that embraces .NET's native System.DateOnly and System.TimeOnly types! This release upgrades to .NET 10.0 and replaces OData's proprietary Edm.Date and Edm.TimeOfDay CL Link to article: …


    Read More
  • Message-only windows are for messaging, not as a convenient victim for hosting UI

    calendar Nov 27, 2025 · devblogs.microsoft.com
    Message-only windows are for messaging, not as a convenient victim for hosting UI

    A customer wanted to show a dialog box, but they didn't want it to be attached to any of their existing windows because it was a general dialog that applied to all of their windows. So they had a great idea: Their program already had a message-only window, so they figured, "Hey, I already have this garbage window …


    Read More
  • I Went to BazelCon 2025 – Here’s Everything You Need to Know

    calendar Nov 27, 2025 · blog.jetbrains.com
    I Went to BazelCon 2025 – Here’s Everything You Need to Know

    This year, BazelCon was held at the Omni Atlanta Hotel at Centennial Park for a very special occasion: the tenth anniversary of Bazel 🎉 For me, visiting from Europe, Atlanta made quite the first impression. The city felt bigger than anything I’ve seen back home, and with KubeCon happening right next door, the streets …


    Read More
  • What’s New in TeamCity 2025.11: AI Assistant, New Pipeline Features, Enhanced Server Encryption Settings, and More.

    calendar Nov 27, 2025 · blog.jetbrains.com
    What’s New in TeamCity 2025.11: AI Assistant, New Pipeline Features, Enhanced Server Encryption Settings, and More.

    TeamCity 2025.11 introduces new build steps for pipelines, enhanced encryption settings, and a refreshed experience that makes powerful CI/CD workflows easier to create and manage. Here’s what’s new in this release. Introducing AI Assistant (Early Access) TeamCity is a true powerhouse, but mastering every one of its …


    Read More
  • ReSharper and Rider 2025.3.0.3: A Fresh Set of Updates Released

    calendar Nov 27, 2025 · blog.jetbrains.com
    ReSharper and Rider 2025.3.0.3: A Fresh Set of Updates Released

    Another set of updates for the 2025.3 versions of ReSharper and Rider has just been released. Let’s take a look at what’s been improved. ReSharper 2025.3.0.3 The most notable fix of this build is that extension methods from source-only NuGet packages are now recognized correctly in the editor and by InspectCode. …


    Read More
  • One Could Simply Add Nullability Check Support… Without Even Noticing It

    calendar Nov 27, 2025 · blog.jetbrains.com
    One Could Simply Add Nullability Check Support… Without Even Noticing It

    (The Growing Pains of a Good Idea: What Happens After JSpecify Adoption Begins) The good news: JSpecify is finally here JSpecify adoption is accelerating. You don’t even need to “install” it – nullability support now arrives automatically with your dependencies. If you somehow missed the long history behind the …


    Read More
  • Visualizing GitHub Audit Log in Microsoft Defender

    calendar Nov 27, 2025 · devblogs.microsoft.com
    Visualizing GitHub Audit Log in Microsoft Defender

    [alert type="tip" heading="Tips"]In today’s rapidly evolving DevSecOps landscape, the need for real-time v Link to article: https://devblogs.microsoft.com/all-things-azure/visualizing-github-audit-log-in-microsoft-defender


    Read More
  • Terraform + Azure Multi-Region Naming Convention across Azure Regions, Resources, and Terraform Modules

    calendar Nov 27, 2025 · build5nines.com
    Terraform + Azure Multi-Region Naming Convention across Azure Regions, Resources, and Terraform Modules

    Imagine this: your application goes down in a major Azure region outage. DNS traffic shifts to the secondary region as designed. Terraform kicks off to scale the backup environment. Everything should just seamlessly work… but it doesn’t. Why? Because names don’t match. Storage accounts are globally unique. Key Vault …


    Read More
  • How Myriad Genetics achieved fast, accurate, and cost-efficient document processing using the AWS open-source Generative AI Intelligent Document Processing Accelerator

    calendar Nov 27, 2025 · aws.amazon.com/blogs/machine-learning
    How Myriad Genetics achieved fast, accurate, and cost-efficient document processing using the AWS open-source Generative AI Intelligent Document Processing Accelerator

    In this post, we explore how Myriad Genetics partnered with the AWS Generative AI Innovation Center to transform their healthcare document processing pipeline using Amazon Bedrock and Amazon Nova foundation models, achieving 98% classification accuracy while reducing costs by 77% and processing time by 80%. We detail …


    Read More
  • How CBRE powers unified property management search and digital assistant using Amazon Bedrock

    calendar Nov 27, 2025 · aws.amazon.com/blogs/machine-learning
    How CBRE powers unified property management search and digital assistant using Amazon Bedrock

    In this post, CBRE and AWS demonstrate how they transformed property management by building a unified search and digital assistant using Amazon Bedrock, enabling professionals to access millions of documents and multiple databases through natural language queries. The solution combines Amazon Nova Pro for SQL …


    Read More
  • Managed Tiered KV Cache and Intelligent Routing for Amazon SageMaker HyperPod

    calendar Nov 27, 2025 · aws.amazon.com/blogs/machine-learning
    Managed Tiered KV Cache and Intelligent Routing for Amazon SageMaker HyperPod

    In this post, we introduce Managed Tiered KV Cache and Intelligent Routing for Amazon SageMaker HyperPod, new capabilities that can reduce time to first token by up to 40% and lower compute costs by up to 25% for long context prompts and multi-turn conversations. These features automatically manage distributed KV …


    Read More
  • Apply fine-grained access control with Bedrock AgentCore Gateway interceptors

    calendar Nov 26, 2025 · aws.amazon.com/blogs/machine-learning
    Apply fine-grained access control with Bedrock AgentCore Gateway interceptors

    We are launching a new feature: gateway interceptors for Amazon Bedrock AgentCore Gateway. This powerful new capability provides fine-grained security, dynamic access control, and flexible schema management. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top