.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Abnormal AI: Amazon Bedrock AgentCore for agentic email security at scale

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    Abnormal AI: Amazon Bedrock AgentCore for agentic email security at scale

    Learn how Abnormal AI deployed Amazon Bedrock AgentCore Code Interpreter as an ephemeral compute scratch pad for the agents behind its real-time email threat detection at billion-message scale, plus the sandbox design decisions and practical lessons for builders deploying Code Interpreter in production. Link to …


    Read More
  • Manage end-user OAuth consent for AI agents with Amazon Bedrock AgentCore

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    Manage end-user OAuth consent for AI agents with Amazon Bedrock AgentCore

    Amazon Bedrock AgentCore Identity now offers a Consent portal, a managed web experience and session binding endpoint for AgentCore Gateway. This post walks through provisioning a portal, configuring GitHub and Slack 3LO targets, and the end-user consent flow, and shows how to review activity in AWS CloudTrail. Link to …


    Read More
  • C++ in the Age of AI: Visual Studio at CppCon 2026

    calendar Sep 14, 2026 · devblogs.microsoft.com
    C++ in the Age of AI: Visual Studio at CppCon 2026

    At CppCon 2026, we shared how Visual Studio is evolving to help you work more effectively with large C++ codebases, improve build and runtime performance, adopt the latest language features, and incorporate AI into your existing workflows. This post is a companion reading guide for our session, Link to article: …


    Read More
  • Share your .NET story with the community

    calendar Sep 14, 2026 · devblogs.microsoft.com
    Share your .NET story with the community

    The best way to understand what .NET makes possible is to see what teams are building with it. At .NET Conf 2026, we want to share more stories from people and organizations using .NET to solve real problems. If your team has built a new application, modernized an existing system, or made s Link to article: …


    Read More
  • Toolbox App 3.8: Improves IDE Update Handling on macOS and Fixes Keyboard Navigation

    calendar Sep 14, 2026 · blog.jetbrains.com
    Toolbox App 3.8: Improves IDE Update Handling on macOS and Fixes Keyboard Navigation

    Version 3.8 of the Toolbox App restores keyboard navigation in project and tool lists. On macOS, manual IDE updates stay available even when the system reports the installation directory as protected. IDE updates remain available on macOS macOS was sometimes incorrectly reporting an IDE installation directory as …


    Read More
  • How Ninth Wave built AI-powered open finance onboarding on Amazon Bedrock

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    How Ninth Wave built AI-powered open finance onboarding on Amazon Bedrock

    Learn how Ninth Wave built Compass, a multi-agent AI onboarding assistant on Amazon Bedrock AgentCore that validates bank APIs against Financial Data Exchange (FDX) standards, scores compliance, and compresses open finance onboarding from weeks to minutes while meeting SOC 2 and PCI DSS requirements. Link to article: …


    Read More
  • The generative AI customization spectrum: From prompt engineering to custom models on AWS

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    The generative AI customization spectrum: From prompt engineering to custom models on AWS

    Pick the right generative AI customization approach on AWS with an 8-step decision framework, from prompt engineering and RAG to fine-tuning, continued pre-training, and Amazon Nova Forge. Start simple and escalate only when you must. Link to article: …


    Read More
  • Automate replenishment with MMF, Databricks Genie, and Amazon Quick

    calendar Sep 14, 2026 · aws.amazon.com/blogs/machine-learning
    Automate replenishment with MMF, Databricks Genie, and Amazon Quick

    Foundation models made catalog-wide demand forecasting easy; the hard part is now acting on the forecast. This post builds a closed detect-decide-act loop on Databricks and Amazon Quick that reconciles demand surges against live supplier availability and places replenishment orders unattended, escalating to a human …


    Read More
  • Why didn't ReadDirectoryChangesW provide a way to correlate the two sides of a rename operation?

    calendar Sep 14, 2026 · devblogs.microsoft.com
    Why didn't <code>ReadDirectoryChangesW</code> provide a way to correlate the two sides of a rename operation?

    Brian Dellisanti asked why Read­Directory­ChangesW didn't provide a way to correlate the two sides of a rename operation. I wasn't there, but I can guess. My guess is that the implementation alwa Link to article: https://devblogs.microsoft.com/oldnewthing/20260914-00/?p=112696


    Read More
  • MulticloudDB SDK: Cross-cloud portability in the coding agent era

    calendar Sep 14, 2026 · devblogs.microsoft.com
    MulticloudDB SDK: Cross-cloud portability in the coding agent era

    Building cross-cloud solutions with best-of-breed cloud-native databases means learning multiple SDKs, translating queries, handling different errors, and testing across providers. The Multicloud DB SDK for Java lets you share that work across Link to article: …


    Read More
  • Dynamic Filtering, Sorting, and Pagination With Specifications

    calendar Sep 14, 2026 · devleader.ca
    Dynamic Filtering, Sorting, and Pagination With Specifications

    Dynamic filtering, sorting, and pagination stay safe with allowlisted EF Core specifications, unique ordering, bounded pages, and reliable relational tests. Link to article: https://www.devleader.ca/2026/09/14/dynamic-filtering-sorting-and-pagination-with-specifications


    Read More
  • How Fyxer built an AI executive assistant people trust

    calendar Sep 14, 2026 · openai.com/blog
    How Fyxer built an AI executive assistant people trust

    Fyxer uses OpenAI models, fine-tuning, memory, and real user feedback to organize inboxes and draft emails in each user’s voice. Link to article: https://openai.com/index/fyxer


    Read More
  • XPath for custom types in .NET

    calendar Sep 14, 2026 · meziantou.net
    XPath for custom types in .NET

    XPath is widely known as the query language for XML documents. Most .NET developers associate it with XPathNavigator, XmlDocument, or XDocument. But what most people don't realize is that XPath can work with custom types too. In this post, I'll show you how to implement XPath for your own types and how it can be useful …


    Read More
  • Building a Japanese LLM Evaluation Pipeline: Lessons from a Two-Day Hackathon

    calendar Sep 14, 2026 · devblogs.microsoft.com
    Building a Japanese LLM Evaluation Pipeline: Lessons from a Two-Day Hackathon

    Introduction A: かしこまりました。ご注文番号をお教えいただければ、配送状況をお調べいたします。 B: ご不安ですよね。ご注文番号をお教えいただければ、すぐにお調べいたします。 Which sentence do you think is more appropriate as a response from call center AI? Link to article: https://devblogs.microsoft.com/ise/japanese-llm-evaluation-pipeline-hackathon


    Read More
  • What’s New for C++ Developers in Visual Studio 2026 (18.7 – 18.10)

    calendar Sep 14, 2026 · devblogs.microsoft.com
    What’s New for C++ Developers in Visual Studio 2026 (18.7 – 18.10)

    Over the past few months, we have continued shipping monthly Visual Studio 2026 releases, delivering improvements across all stages of the development cycle. In this blog post, we'll recap everything that changed from version 18.7 through 18.10 (released this month) that is relevant for C++ developers. This includes …


    Read More
  • Microsoft at CppCon 2026

    calendar Sep 14, 2026 · devblogs.microsoft.com
    Microsoft at CppCon 2026

    Microsoft will be at CppCon 2026 in Aurora, Colorado, which is taking place from September 14 through 18. Join us for talks from Microsoft speakers and colleagues across the C++ community and visit the Microsoft booth Monday through Thursday to meet the team and discuss the tools, technologies, and challe Link to …


    Read More
  • Perplexity trusts GPT-6 Astra with end-to-end systems

    calendar Sep 14, 2026 · openai.com/blog
    Perplexity trusts GPT-6 Astra with end-to-end systems

    Perplexity uses Astra to write communications, change software, and monitor production systems, and checks in much less frequently than with earlier models. Link to article: https://openai.com/index/perplexity-improving-accuracy-with-astra


    Read More
  • Observing .NET RAG Systems: OpenTelemetry, Latency, and Cost

    calendar Sep 13, 2026 · devleader.ca
    Observing .NET RAG Systems: OpenTelemetry, Latency, and Cost

    Learn OpenTelemetry RAG .NET tracing to connect retrieval, generation, latency, and cost boundaries with privacy-minimizing telemetry and evaluation signals. Link to article: https://www.devleader.ca/2026/09/13/observing-net-rag-systems-opentelemetry-latency-and-cost


    Read More
  • Task vs. ValueTask: Reducing Async Allocations and Boosting Performance

    calendar Sep 13, 2026 · dotnettips.wordpress.com
    Task vs. ValueTask: Reducing Async Allocations and Boosting Performance

    When writing asynchronous methods, consider returning ValueTask instead of Task for performance-sensitive scenarios, especially when methods frequently complete synchronously. ValueTask can improve speed and reduce memory allocation, but it comes with usage restrictions. Use Task as a default while applying ValueTask …


    Read More
  • Let Postgres Enforce Tenant Isolation

    calendar Sep 12, 2026 · milanjovanovic.tech
    Let Postgres Enforce Tenant Isolation

    EF Core query filters can be bypassed. PostgreSQL row-level security enforces tenant isolation on reads and writes, if you connect with the right database role… Link to article: https://milanjovanovic.tech/blog/postgres-row-level-security-with-ef-core


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top