.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Argentina’s AI opportunity

    calendar Oct 14, 2025 · openai.com/blog
    Argentina’s AI opportunity

    OpenAI and Sur Energy are exploring Argentina’s first Stargate project—an AI and clean energy collaboration that could make Argentina a Latin American leader in artificial intelligence, sustainable infrastructure, and digital innovation. Link to article: https://openai.com/global-affairs/argentinas-ai-opportunity


    Read More
  • Optimizing AWS development costs for .NET applications with LocalStack

    calendar Oct 14, 2025 · aws.amazon.com/blogs/dotnet
    Optimizing AWS development costs for .NET applications with LocalStack

    Development and testing of AWS integrated applications incur AWS costs and need reliable internet connectivity. LocalStack helps reduce AWS costs by running emulated AWS services locally, while also eliminating connectivity issues. In this blog post, we will demonstrate how to reduce AWS costs for a sample .NET …


    Read More
  • Docker Model Runner on the new NVIDIA DGX Spark: a new paradigm for developing AI locally

    calendar Oct 14, 2025 · docker.com
    Docker Model Runner on the new NVIDIA DGX Spark: a new paradigm for developing AI locally

    We’re thrilled to bring NVIDIA DGX™ Spark support to Docker Model Runner. The new NVIDIA DGX Spark delivers incredible performance, and Docker Model Runner makes it accessible. With Model Runner, you can easily run and iterate on larger models right on your local machine, using the same intuitive Docker experience you …


    Read More
  • Transforming the physical world with AI: the next frontier in intelligent automation

    calendar Oct 13, 2025 · aws.amazon.com/blogs/machine-learning
    Transforming the physical world with AI: the next frontier in intelligent automation

    In this post, we explore how Physical AI represents the next frontier in intelligent automation, where artificial intelligence transcends digital boundaries to perceive, understand, and manipulate the tangible world around us. Link to article: …


    Read More
  • 100% Transparency and Five Pillars

    calendar Oct 13, 2025 · docker.com
    100% Transparency and Five Pillars

    How to Do Hardened Images (and Container Security) Right Container security is understandably a hot topic these days, with more and more workloads running atop this mainstay of the cloud native landscape. While I might be biased because I work at Docker, it is safe to say that containers are the dominant form factor …


    Read More
  • Medical reports analysis dashboard using Amazon Bedrock, LangChain, and Streamlit

    calendar Oct 13, 2025 · aws.amazon.com/blogs/machine-learning
    Medical reports analysis dashboard using Amazon Bedrock, LangChain, and Streamlit

    In this post, we demonstrate the development of a conceptual Medical Reports Analysis Dashboard that combines Amazon Bedrock AI capabilities, LangChain's document processing, and Streamlit's interactive visualization features. The solution transforms complex medical data into accessible insights through a context-aware …


    Read More
  • Kitsa transforms clinical trial site selection with Amazon Quick Automate

    calendar Oct 13, 2025 · aws.amazon.com/blogs/machine-learning
    Kitsa transforms clinical trial site selection with Amazon Quick Automate

    In this post, we'll show how Kitsa, a health-tech company specializing in AI-driven clinical trial recruitment and site selection, used Amazon Quick Automate to transform their clinical trial site selection solution. Amazon Quick Automate, a capability of Amazon Quick Suite, enables enterprises to build, deploy and …


    Read More
  • Connect Amazon Quick Suite to enterprise apps and agents with MCP

    calendar Oct 13, 2025 · aws.amazon.com/blogs/machine-learning
    Connect Amazon Quick Suite to enterprise apps and agents with MCP

    In this post, we explore how Amazon Quick Suite's Model Context Protocol (MCP) client enables secure, standardized connections to enterprise applications and AI agents, eliminating the need for complex custom integrations. You'll discover how to set up MCP Actions integrations with popular enterprise tools like …


    Read More
  • Make agents a reality with Amazon Bedrock AgentCore: Now generally available

    calendar Oct 13, 2025 · aws.amazon.com/blogs/machine-learning
    Make agents a reality with Amazon Bedrock AgentCore: Now generally available

    Learn why customers choose AgentCore to build secure, reliable AI solutions using their choice of frameworks and models for production workloads. Link to article: https://aws.amazon.com/blogs/machine-learning/amazon-bedrock-agentcore-is-now-generally-available/


    Read More
  • API design principle: Don't tempt people to divide by zero

    calendar Oct 13, 2025 · devblogs.microsoft.com
    API design principle: Don't tempt people to divide by zero

    A team was bringing forward an API for review, and one of the parts involved expressing a set of supported values in the form of three numbers: A minimum allowed value. An increment. A maximum allowed value. The supported values are the minimum, integer multiples of the increment added t Link to article: …


    Read More
  • Azure DevOps local MCP Server is generally available

    calendar Oct 13, 2025 · devblogs.microsoft.com
    Azure DevOps local MCP Server is generally available

    Today we are excited to take our local MCP Server for Azure DevOps out of preview 🥳. Since the initial preview announcement, we've worked closely with early adopters and the community to incorporate feature suggestions and feedback. We’ve improved login and authorization, adde Link to article: …


    Read More
  • OpenAI and Broadcom announce strategic collaboration to deploy 10 gigawatts of OpenAI-designed AI accelerators

    calendar Oct 13, 2025 · openai.com/blog
    OpenAI and Broadcom announce strategic collaboration to deploy 10 gigawatts of OpenAI-designed AI accelerators

    OpenAI and Broadcom announce a multi-year partnership to deploy 10 gigawatts of OpenAI-designed AI accelerators, co-developing next-generation systems and Ethernet solutions to power scalable, energy-efficient AI infrastructure by 2029. Link to article: …


    Read More
  • Boost Your .NET Projects: Simplify Windows Service and Process Management with Spargine’s Services Helper

    calendar Oct 12, 2025 · dotnettips.wordpress.com
    Boost Your .NET Projects: Simplify Windows Service and Process Management with Spargine’s Services Helper

    The Spargine Services type simplifies Windows service management in .NET applications, allowing developers to efficiently load, start, stop, and check service statuses without complex API interactions. With functionalities for bulk operations and process management, it streamlines service-dependent application …


    Read More
  • Introducing the Testing Vial: a (better?) alternative to Testing Diamond and Testing Pyramid

    calendar Oct 12, 2025 · code4it.dev
    Introducing the Testing Vial: a (better?) alternative to Testing Diamond and Testing Pyramid

    The Testing Pyramid focuses on Unit Tests; the Testing Diamond focuses on Integration Tests; and what about the Testing Vial? Link to article: https://www.code4it.dev/blog/testing-vial/


    Read More
  • Promotions Without Burnout - Dev Leader Weekly 112

    calendar Oct 11, 2025 · devleader.ca
    Promotions Without Burnout - Dev Leader Weekly 112

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss the trade-off with doing extra work to get promoted as a developer. Link to article: https://www.devleader.ca/2025/10/11/promotions-without-burnout-dev-leader-weekly-112


    Read More
  • Weekly Recap - 2025-10-10

    calendar Oct 11, 2025 · devleader.ca
    Weekly Recap - 2025-10-10

    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/10/11/weekly-recap-20251010


    Read More
  • Building Fast Serverless APIs With Minimal APIs on AWS Lambda

    calendar Oct 11, 2025 · milanjovanovic.tech
    Building Fast Serverless APIs With Minimal APIs on AWS Lambda

    Learn how to deploy ASP.NET Core Minimal APIs to AWS Lambda with just one library and a single line of code. We'll explore the setup process, measure real-world performance including cold start times, and discuss when serverless makes sense for your APIs. Link to article: …


    Read More
  • Python in Visual Studio Code - October 2025 Release

    calendar Oct 10, 2025 · devblogs.microsoft.com
    Python in Visual Studio Code - October 2025 Release

    We're excited to announce that the October 2025 release of the Python extensions for Visual Studio Code are now available! This release includes the following announcements: Python Environments extension improvements Enhanced testing Link to article: …


    Read More
  • The self-assignment principle for Windows Runtime properties: Don't change behavior based on whether a property has been written to

    calendar Oct 10, 2025 · devblogs.microsoft.com
    The self-assignment principle for Windows Runtime properties: Don't change behavior based on whether a property has been written to

    For the past few days, I've been investigating the self-assignment principle for Windows Runtime properties: Setting a property to its current value is legal and has no effect. One corollary to this was that Link to article: https://devblogs.microsoft.com/oldnewthing/20251010-00/?p=111673


    Read More
  • How to Add MCP Servers to Claude Code with Docker MCP Toolkit

    calendar Oct 10, 2025 · docker.com
    How to Add MCP Servers to Claude Code with Docker MCP Toolkit

    AI coding assistants have evolved from simple autocomplete tools into full development partners. Yet even the best of them, like Claude Code, can’t act directly on your environment. Claude Code can suggest a database query, but can't run it. It can draft a GitHub issue, but can't create it. It can write a Slack …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top