.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Introducing Budget Bytes: Build Powerful AI Apps for Under $25

    calendar Jan 26, 2026 · devblogs.microsoft.com
    Introducing Budget Bytes: Build Powerful AI Apps for Under $25

    When developers hear "cloud" and "AI," their first thought is often about cost. "How much will this cost me to learn? Can I build something meaningful without racking up a surprise bill?" Link to article: https://devblogs.microsoft.com/azure-sql/introducing-budget-bytes


    Read More
  • Clawdbot with Docker Model Runner, a Private Personal AI Assistant

    calendar Jan 26, 2026 · docker.com
    Clawdbot with Docker Model Runner, a Private Personal AI Assistant

    Personal AI assistants are transforming how we manage our daily lives—from handling emails and calendars to automating smart homes. However, as these assistants gain more access to our private data, concerns about privacy, data residency, and long-term costs are at an all-time high. By combining Clawdbot with Docker …


    Read More
  • The Jenkins Migration Planning Kit

    calendar Jan 26, 2026 · blog.jetbrains.com
    The Jenkins Migration Planning Kit

    This article was brought to you by Cameron Pavey, draft.dev. Jenkins has served the development community well for over a decade, but it was designed for a different era of software development. Developers who are tired of fighting with plugin compatibility issues, slow builds, and brittle configurations are exploring …


    Read More
  • Wolverine Idioms for MediatR Users

    calendar Jan 26, 2026 · jeremydmiller.com
    Wolverine Idioms for MediatR Users

    The Wolverine community fields a lot of questions from people who are moving to Wolverine from their previous MediatR usage. A quite natural response is to try to use Wolverine as a pure drop in replacement for MediatR and even try to use the existing MediatR idioms they’re already used to. However, Wolverine comes …


    Read More
  • Join Microsoft at NDC London 2026 - Let’s Build the Future of .NET Together

    calendar Jan 26, 2026 · devblogs.microsoft.com
    Join Microsoft at NDC London 2026 - Let’s Build the Future of .NET Together

    NDC London is here, with pre-conference workshops running January 26–27 and the main conference running January 28–30. If you're a .NET or Azure developer, this is the place to be. Whether you want to sharpen your cloud-native skills, get hands-on with AI-powered development, learn from Microsoft engineers, or simply …


    Read More
  • Introducing the Evals for Agent Interop starter kit

    calendar Jan 26, 2026 · devblogs.microsoft.com
    Introducing the Evals for Agent Interop starter kit

    As enterprise customers roll out and govern AI agents through Agent 365, they have been asking for pre canned evals they can run out of the box. They want transparent, reproducible evaluations that reflect their own work in realistic environments, including interoperability, how agents con Link to article: …


    Read More
  • Build a serverless AI Gateway architecture with AWS AppSync Events

    calendar Jan 26, 2026 · aws.amazon.com/blogs/machine-learning
    Build a serverless AI Gateway architecture with AWS AppSync Events

    In this post, we discuss how to use AppSync Events as the foundation of a capable, serverless, AI gateway architecture. We explore how it integrates with AWS services for comprehensive coverage of the capabilities offered in AI gateway architectures. Finally, we get you started on your journey with sample code you can …


    Read More
  • 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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top