.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Process financial documents using Amazon Bedrock Data Automation

    calendar May 27, 2026 · aws.amazon.com/blogs/machine-learning
    Process financial documents using Amazon Bedrock Data Automation

    In this post, we explore how Amazon Bedrock Data Automation can accurately extract information from four common types of financial documents: bank statements, W-2 forms, 1099-B tax forms, and vendor contracts. We highlight the complexity in the documents, detail the custom extraction created in Amazon Bedrock Data …


    Read More
  • C# Reflection vs Source Generators in .NET 10: Which Should You Choose?

    calendar May 27, 2026 · devleader.ca
    C# Reflection vs Source Generators in .NET 10: Which Should You Choose?

    Compare C# reflection vs source generators in .NET 10 -- understand performance, AOT compatibility, maintainability trade-offs, and which to use for your use case. Link to article: https://www.devleader.ca/2026/05/27/c-reflection-vs-source-generators-in-net-10-which-should-you-choose


    Read More
  • I'm Starting a New Cosmos DB App. What Security Do I Actually Need?

    calendar May 27, 2026 · devblogs.microsoft.com
    I'm Starting a New Cosmos DB App. What Security Do I Actually Need?

    You just created a Cosmos DB account. The portal handed you two keys and a connection string, it worked, and you moved on. That's what most developers do, and it causes problems later. This post is a guide for developers launching a new Cosmos DB app who want a secure default setup without enterprise-grade complexity. …


    Read More
  • Building AI agents for business support using Amazon Bedrock AgentCore

    calendar May 27, 2026 · aws.amazon.com/blogs/machine-learning
    Building AI agents for business support using Amazon Bedrock AgentCore

    In this post, we share how the AWS Generative AI Innovation Center (GenAIIC) collaborated with Works Human Intelligence (WHI) to build two AI agents using Amazon Bedrock AgentCore. We discuss the challenges encountered and the solutions that reduced costs by up to 97% while improving operational efficiency. Link to …


    Read More
  • From data overload to actionable insights: How Verizon Connect scaled agentic AI to 100,000 users

    calendar May 27, 2026 · aws.amazon.com/blogs/machine-learning
    From data overload to actionable insights: How Verizon Connect scaled agentic AI to 100,000 users

    In this post, we show you how Verizon Connect built and scaled an agentic AI solution to transform overwhelming fleet data into clear, actionable insights for 100,000 users daily. We walk you through the architectural decisions, implementation challenges, and measurable results that can guide your own data-to-insights …


    Read More
  • What's New for C++ Developers in Visual Studio 2026 (18.1 - 18.6)

    calendar May 27, 2026 · devblogs.microsoft.com
    What's New for C++ Developers in Visual Studio 2026 (18.1 - 18.6)

    Visual Studio 2026 versions 18.1 through 18.6 deliver a wave of improvements for C++ developers. For MSVC Build Tools, the v14.51 release is now generally available with runtime performance gains and improved C++23 conformance. We also introduced Sample Profile Guided Optimization to help you improve the runtime …


    Read More
  • How AWS SMGS uses an AI-powered conversational assistant to transform business management with Amazon Bedrock AgentCore

    calendar May 27, 2026 · aws.amazon.com/blogs/machine-learning
    How AWS SMGS uses an AI-powered conversational assistant to transform business management with Amazon Bedrock AgentCore

    In this post, we share how we built NarrateAI using Amazon Bedrock AgentCore to deliver business intelligence at scale for the AWS SMGS (Sales, Marketing and Global Services) organization. You will learn about: the two-layer architecture that separates batch processing from real-time interaction, the specialized AI …


    Read More
  • How AI coding agents actually use your technology

    calendar May 27, 2026 · devblogs.microsoft.com
    How AI coding agents actually use your technology

    You ship an SDK, a CLI, an API, and developers use it. Now AI coding agents use it too, except they use it differently than humans do. Most of the time you have no idea what's actually happening between "developer types a prompt" and "agent generates code with your technology." Is the agent reading …


    Read More
  • Introducing the Azure DocumentDB Blog

    calendar May 27, 2026 · devblogs.microsoft.com
    Introducing the Azure DocumentDB Blog

    A dedicated home for MongoDB developers, MongoDB migrations, and modern document database development using Open Source on Azure Link to article: https://devblogs.microsoft.com/documentdb/introducing-azure-documentdb


    Read More
  • Powering agentic AI sales strategy with Amazon Bedrock AgentCore

    calendar May 27, 2026 · aws.amazon.com/blogs/machine-learning
    Powering agentic AI sales strategy with Amazon Bedrock AgentCore

    As agent adoption scaled, we saw a common pattern emerge across enterprises, including our own sales organization: specialized agents deliver value, but without orchestration, users carry the cognitive load of choosing between them. At AWS Sales, this meant more than 20 domain-specific agents deployed across the global …


    Read More
  • Visual Studio Code 1.122

    calendar May 27, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.122

    Learn what's new in Visual Studio Code 1.122 (Insiders) Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.122


    Read More
  • Deployment Operations, Requests and Queue

    calendar May 27, 2026 · devblogs.microsoft.com
    Deployment Operations, Requests and Queue

    The PackageManager API submits requests to the deployment engine for processing. Each request represents an instruction for the deployment system to carry out a defined set of actions, collectively referred to as a deployment operation Link to article: …


    Read More
  • Introducing the Cloud9 JetStream Theme for JetBrains IDEs

    calendar May 27, 2026 · blog.jetbrains.com
    Introducing the Cloud9 JetStream Theme for JetBrains IDEs

    Cloud9 and JetBrains have been working together on projects that connect software development and esports, from the Sky’s The Limit hackathon to custom tools built for live events, podcasts, and team content. One of the latest results of this collaboration is Cloud9 JetStream, a custom theme for JetBrains IDEs. The …


    Read More
  • Stop Joining Tables In Your “Modular” Monolith

    calendar May 27, 2026 · codeopinion.com
    Stop Joining Tables In Your “Modular” Monolith

    Modular monoliths are all the rage. You have well defined modules built around business capabilities. Maybe inside those modules you are using something like Clean Architecture. You have separation of concerns. You have direction of dependencies. Everything looks great and you think, “Wow, finally I have a really good …


    Read More
  • Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm

    calendar May 27, 2026 · blog.jetbrains.com
    Build a Live Object Detection App for the Reachy Mini With TensorFlow and PyCharm

    This is a guest post from Iulia Feroli, founder of the Back To Engineering YouTube community. In this tutorial, we build a live object detection app using TensorFlow and PyCharm, then deploy it onto the Reachy Mini open-source robot for real-time object tracking. Reachy Mini is a compact open-source robot built in …


    Read More
  • Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 1

    calendar May 27, 2026 · devblogs.microsoft.com
    Sharing the result of a single Windows Runtime IAsyncOperation among multiple coroutines, part 1

    Suppose you have a coroutine method called GetThingAsync(), and you want to do the work of getting "something" only once and caching the result. Here's the version that does no caching: struct Widget : WidgetT { IAsyncOperation GetThingAsync() { co_return co_await GetThin Link to article: …


    Read More
  • How to Implement Chain of Responsibility Pattern in C#: Step-by-Step Guide

    calendar May 27, 2026 · devleader.ca
    How to Implement Chain of Responsibility Pattern in C#: Step-by-Step Guide

    Learn how to implement the chain of responsibility pattern in C# with step-by-step examples covering handler chains, pipeline construction, and DI integration. Link to article: https://www.devleader.ca/2026/05/27/how-to-implement-chain-of-responsibility-pattern-in-c-stepbystep-guide


    Read More
  • Mitigating CVE-2026-31431 (“Copy Fail”) in Docker Engine

    calendar May 27, 2026 · docker.com
    Mitigating CVE-2026-31431 (“Copy Fail”) in Docker Engine

    CVE-2026-31431 is a Linux kernel vulnerability that was recently disclosed. This CVE does not compromise Docker infrastructure. That said, Docker Engine's default profiles prior to v29.4.3 allowed containers to create AF_ALG sockets, which is the syscall surface the exploit uses. You are not exposed if you are running …


    Read More
  • Big Thinkers: Linus Torvalds – How Linux and Git Shaped Modern Cloud Computing

    calendar May 27, 2026 · build5nines.com
    Big Thinkers: Linus Torvalds – How Linux and Git Shaped Modern Cloud Computing

    Modern cloud computing rests on layers of abstraction. Developers deploy containers without thinking about kernels. Platform teams automate infrastructure without touching physical hardware. Kubernetes clusters… Link to article: https://build5nines.com/big-thinkers-linus-torvalds-linux-cloud-computing/


    Read More
  • Cisco and OpenAI redefine enterprise engineering with Codex

    calendar May 27, 2026 · openai.com/blog
    Cisco and OpenAI redefine enterprise engineering with Codex

    Cisco and OpenAI are redefining enterprise engineering with Codex, helping Cisco scale AI-native development, accelerate AI Defense work, and automate defect remediation. Link to article: https://openai.com/index/cisco


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top