.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How Totogi automated change request processing with Totogi BSS Magic and Amazon Bedrock

    calendar Jan 26, 2026 · aws.amazon.com/blogs/machine-learning
    How Totogi automated change request processing with Totogi BSS Magic and Amazon Bedrock

    This blog post describes how Totogi automates change request processing by partnering with the AWS Generative AI Innovation Center and using the rapid innovation capabilities of Amazon Bedrock. Link to article: …


    Read More
  • Building AI Agents in Kotlin – Part 5: Teaching Agents to Forget

    calendar Jan 26, 2026 · blog.jetbrains.com
    Building AI Agents in Kotlin – Part 5: Teaching Agents to Forget

    Previously in this series: Agents eventually run out of context. When they do, they crash, and you lose everything mid-task. We’ve been running GPT-5 Codex since Part 1. It scores 0.58 on SWE-bench Verified. We tried Claude Sonnet 4.5 next, which scored 0.6 and ran faster on most tasks. But complex problems hit …


    Read More
  • What's the difference between Safe­Array­Access­Data and Safe­Array­Add­Ref?

    calendar Jan 26, 2026 · devblogs.microsoft.com
    What's the difference between <code>Safe­Array­Access­Data</code> and <code>Safe­Array­Add­Ref</code>?

    Once upon a time, there was SAFEARRAY, the representation of an array used by IDispatch and intended for use as a common mechanism for interchange of data between native code and scripting languages such as Visual Basic. You used the Safe­Array­Create function to create one, and a variety of other fu Link to article: …


    Read More
  • Run Claude Code Locally with Docker Model Runner

    calendar Jan 26, 2026 · docker.com
    Run Claude Code Locally with Docker Model Runner

    We recently showed how to pair OpenCode with Docker Model Runner for a privacy-first, cost-effective AI coding setup. Today, we're bringing the same approach to Claude Code, Anthropic's agentic coding tool. This post walks through how to configure Claude Code to use Docker Model Runner, giving you full control over …


    Read More
  • How We Made Variable Inspections 87 Times Faster for Unreal Engine in Rider

    calendar Jan 26, 2026 · blog.jetbrains.com
    How We Made Variable Inspections 87 Times Faster for Unreal Engine in Rider

    If you’ve ever expanded a complex Unreal Engine variable in Rider’s debugger and had time to contemplate your life choices, this post is for you. We’ve rewritten our expression evaluator, and the results are dramatic: Variable inspection is up to 87 times faster on warm runs and 16 times faster on cold ones. The …


    Read More
  • Meet the First Speakers Heading to KotlinConf 2026

    calendar Jan 26, 2026 · blog.jetbrains.com
    Meet the First Speakers Heading to KotlinConf 2026

    With each KotlinConf, developers from around the world come together to learn from leading experts, explore the latest industry insights, and engage with the Kotlin community. KotlinConf’25 alone welcomed attendees from over 50 countries. KotlinConf’26 is just a few months away, and we’re excited to introduce the first …


    Read More
  • New Livestream – From Detection to Remediation: Wiz in Your JetBrains IDE

    calendar Jan 26, 2026 · blog.jetbrains.com
    New Livestream – From Detection to Remediation: Wiz in Your JetBrains IDE

    Join our upcoming IntelliJ IDEA livestream with Daniel Velikanski from Wiz to see how cloud security insights can be brought directly into your JetBrains IDE, helping you detect and address real risks as you code. Date: February 5, 2026 Time: 3:00–4:00 pm UTC REGISTER FOR THE LIVESTREAM Session abstract Developers move …


    Read More
  • Force step up authentication in web applications

    calendar Jan 26, 2026 · damienbod.com
    Force step up authentication in web applications

    The post shows how to implement a step up authorization using the OAuth 2.0 Step Up Authentication Challenge Protocol RFC 9470. The application uses ASP.NET Core to implement the API, the web application and the identity provider. Duende IdentityServer is used to implement the OpenID Connect server standard and also …


    Read More
  • Giving Agents a Visual Voice: MCP Apps Support in VS Code

    calendar Jan 26, 2026 · devblogs.microsoft.com
    Giving Agents a Visual Voice: MCP Apps Support in VS Code

    VS Code now supports MCP Apps, enabling AI agents to display interactive UIs for richer developer workflows. Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/giving-agents-a-visual-voice:-mcp-apps-support-in-vs-code


    Read More
  • Making the Most of Your Docker Hardened Images Enterprise Trial – Part 3

    calendar Jan 25, 2026 · docker.com
    Making the Most of Your Docker Hardened Images Enterprise Trial – Part 3

    Customizing Docker Hardened Images In Part 1 and Part 2, we established the baseline. You migrated a service to a Docker Hardened Image (DHI), witnessed the vulnerability count drop to zero, and verified the cryptographic signatures and SLSA provenance that make DHI a compliant foundation. But no matter how secure a …


    Read More
  • Should Software Engineers Create Content as a Side Hustle?

    calendar Jan 25, 2026 · devleader.ca
    Should Software Engineers Create Content as a Side Hustle?

    Should software engineers create content as a side hustle? After 13 years and a 10-year break, here's the honest truth about what it actually takes. Link to article: https://www.devleader.ca/2026/01/25/should-software-engineers-create-content-as-a-side-hustle


    Read More
  • String Performance: The Fastest Way to Get a String’s Length

    calendar Jan 25, 2026 · dotnettips.wordpress.com
    String Performance: The Fastest Way to Get a String’s Length

    Retrieving the character count of a string in .NET has various methods: using Span with Length, Length, or Enumerable.Count(). This article will prove which is the fastest method. Link to article: https://dotnettips.wordpress.com/2026/01/25/string-performance-the-fastest-way-to-get-a-strings-length/


    Read More
  • Making the Most of Your Docker Hardened Images Enterprise Trial – Part 2

    calendar Jan 24, 2026 · docker.com
    Making the Most of Your Docker Hardened Images Enterprise Trial – Part 2

    Verifying Security and Compliance of Docker Hardened Images In Part 1 of this series, we migrated a Node.js service to Docker Hardened Images (DHI) and measured impressive results: 100% vulnerability elimination, 90% package reduction, and 41.5% size decrease. We extracted the SBOM and saw compliance labels for FIPS, …


    Read More
  • Let's Check Out Copilot CLI - Dev Leader Weekly 124

    calendar Jan 24, 2026 · devleader.ca
    Let's Check Out Copilot CLI - Dev Leader Weekly 124

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the Github Copilot CLI tool and how you can get started with it! Link to article: https://www.devleader.ca/2026/01/24/lets-check-out-copilot-cli-dev-leader-weekly-124


    Read More
  • Weekly Recap - 2026-01-24

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

    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/24/weekly-recap-20260124


    Read More
  • A Practical Demo of Zero-Downtime Migrations Using Password Hashing

    calendar Jan 24, 2026 · milanjovanovic.tech
    A Practical Demo of Zero-Downtime Migrations Using Password Hashing

    A practical demo of the zero-downtime migration pattern: run old + new password hash formats side-by-side, migrate users on login, and remove legacy safely. Link to article: https://www.milanjovanovic.tech/blog/a-practical-demo-of-zero-downtime-migrations-using-password-hashing


    Read More
  • Build AI agents with Amazon Bedrock AgentCore using AWS CloudFormation

    calendar Jan 23, 2026 · aws.amazon.com/blogs/machine-learning
    Build AI agents with Amazon Bedrock AgentCore using AWS CloudFormation

    Amazon Bedrock AgentCore services are now being supported by various IaC frameworks such as AWS Cloud Development Kit (AWS CDK), Terraform and AWS CloudFormation Templates. This integration brings the power of IaC directly to AgentCore so developers can provision, configure, and manage their AI agent infrastructure. In …


    Read More
  • How the Amazon.com Catalog Team built self-learning generative AI at scale with Amazon Bedrock

    calendar Jan 23, 2026 · aws.amazon.com/blogs/machine-learning
    How the Amazon.com Catalog Team built self-learning generative AI at scale with Amazon Bedrock

    In this post, we demonstrate how the Amazon Catalog Team built a self-learning system that continuously improves accuracy while reducing costs at scale using Amazon Bedrock. Link to article: …


    Read More
  • Azure Cosmos DB TV Recap: Supercharging AI Agents with the Azure Cosmos DB MCP Toolkit (Ep. 110)

    calendar Jan 23, 2026 · devblogs.microsoft.com
    Azure Cosmos DB TV Recap: Supercharging AI Agents with the Azure Cosmos DB MCP Toolkit (Ep. 110)

    In Episode 110 of Azure Cosmos DB TV, host Mark Brown is joined by Sajeetharan Sinnathurai to explore how the Azure Cosmos DB MCP Toolkit is changing the way developers build, deploy, and scale AI age Link to article: https://devblogs.microsoft.com/cosmosdb/azure-cosmos-db-tv-ep-110-mcp-toolkit-ai-agents


    Read More
  • Spring Boot Debugging – Now Remote

    calendar Jan 23, 2026 · blog.jetbrains.com
    Spring Boot Debugging – Now Remote

    We released Spring Debugger in May 2025 to bring more clarity to the “magic” behind Spring Boot – helping you see what’s really happening inside your running application. By the end of 2025, the plugin had reached more than 300,000 unique downloads and became a trusted tool within the developer community. We’ve …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top