.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Introducing Claude Fable 5.1 on AWS

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Claude Fable 5.1 on AWS

    Claude Fable 5.1 is now available on Amazon Bedrock and Claude Platform on AWS. This post covers Claude Fable 5.1's improvements, the Enterprise Frontier Safeguards for keeping your data in a cloud environment you control, and how to start building with the model on Amazon Bedrock. Link to article: …


    Read More
  • How AI-native companies turn workflows into operating capability

    calendar Sep 1, 2026 · openai.com/blog
    How AI-native companies turn workflows into operating capability

    Basis, Clay, and Exa Labs use AI agents to improve onboarding, account management, and developer integrations. See what enterprise leaders can apply. Link to article: https://openai.com/index/ai-native-company-workflows


    Read More
  • From theory to delivery: How Atos upskilled 400 engineers in agentic AI

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    From theory to delivery: How Atos upskilled 400 engineers in agentic AI

    When Atos set out to upskill 400 engineers in agentic AI, hands-on learning was the missing ingredient. Over three days, engineers built multi-agent systems on AWS through an AI League event. This post explains why Atos chose the format, what engineers built and learned, and what other enterprises should consider. Link …


    Read More
  • Tokenomics at scale: How Jamf built real-time spend enforcement for Amazon Bedrock

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    Tokenomics at scale: How Jamf built real-time spend enforcement for Amazon Bedrock

    As generative AI adoption scales, cost governance becomes a top challenge. Learn how Jamf built real-time, per-user spend enforcement for Amazon Bedrock using IAM Customer Managed Policies, an Amazon Athena cost view, and a serverless AWS Lambda loop that applies tiered model limits in near-real-time without disrupting …


    Read More
  • Securing Amazon Quick from POC to production: Agents, Flows, and Spaces

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    Securing Amazon Quick from POC to production: Agents, Flows, and Spaces

    Amazon Quick proof-of-concept projects often stall when security teams review the production plan. This post walks through designing dashboards, Spaces, knowledge bases, agents, and Flows with security controls that hold as you scale: dataset shaping, agent isolation, document classification, and approval gates. Link …


    Read More
  • Servicing While In Use and ERROR_PACKAGES_IN_USE

    calendar Sep 1, 2026 · devblogs.microsoft.com
    Servicing While In Use and ERROR_PACKAGES_IN_USE

    How does MSIX service a package while it's in use? Simple: It doesn't. A core principle of MSIX servicing is: Do not service a package while it's in use. Deployment provides several ways to deal with that constraint. Options range from terminating applications to deferring servicing until the Link to article: …


    Read More
  • Today I will... review GitHub PRs

    calendar Sep 1, 2026 · devblogs.microsoft.com
    Today I will... review GitHub PRs

    Today I will show you how we can tackle one of the most common tasks when working in a development team or managing an open-source project, and that is working with Pull Requests. While we're going to be using the GitHub tooling within Visual Studio for this, the approach would be very similar with Azure DevOps. …


    Read More
  • How t54 built a trust layer with Amazon Bedrock AgentCore payments

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    How t54 built a trust layer with Amazon Bedrock AgentCore payments

    t54 built x402-secure, a trust layer on Amazon Bedrock AgentCore payments that scores every endpoint before an autonomous agent pays it. See how session budgets, credential isolation, and a deterministic trust gate have governed more than 20 million agent-initiated transactions with no human in the loop. Link to …


    Read More
  • How ZS democratized secure ad-hoc analytics with Amazon SageMaker

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    How ZS democratized secure ad-hoc analytics with Amazon SageMaker

    Learn how ZS built a security-hardened Amazon SageMaker platform that balances developer agility with healthcare-grade governance, serving 1,000+ daily active users across 200+ SageMaker domains. Link to article: …


    Read More
  • How Boomi Scribe streamlines documentation using AWS

    calendar Sep 1, 2026 · aws.amazon.com/blogs/machine-learning
    How Boomi Scribe streamlines documentation using AWS

    Boomi Scribe is an AI-powered agent on AWS that automatically generates documentation for enterprise integration workflows. Learn how Boomi uses Amazon Bedrock, Amazon SageMaker AI, Amazon S3, Amazon DynamoDB, and AWS Lambda to parse integration DAGs, generate detailed documentation, and compare component versions at …


    Read More
  • Vertical Slice Architecture Webinar Recording, and What's Next

    calendar Sep 1, 2026 · jimmybogard.com
    Vertical Slice Architecture Webinar Recording, and What's Next

    Over 700 people registered for last month's webinar with Codeartify on Vertical Slice Architecture and effective guardrails for AI-assisted development. The recording and the Q&A are up now:Vertical Slice Architecture: Effective Guardrails for AI DevelopmentIn short, we've made writing code nearly Link to article: …


    Read More
  • Path to Astra: critical capabilities and frontier safeguards

    calendar Sep 1, 2026 · openai.com/blog
    Path to Astra: critical capabilities and frontier safeguards

    Astra is the first OpenAI model to meet the Critical cybersecurity capability threshold under the Preparedness Framework, with stronger safeguards for release. Link to article: https://openai.com/index/path-to-astra


    Read More
  • The Grails Plugin Has a New Home: Apache Grails

    calendar Sep 1, 2026 · blog.jetbrains.com
    The Grails Plugin Has a New Home: Apache Grails

    The Grails plugin for IntelliJ IDEA (which provides framework-aware coding assistance, GSP tooling, and GORM integration) has moved to the Apache Grails project. The Apache Software Foundation (ASF), which already stewards the Grails framework, now owns the plugin’s source code, which lives in its new GitHub …


    Read More
  • Healthcare organizations can now connect EHR and additional industry data to ChatGPT

    calendar Sep 1, 2026 · openai.com/blog
    Healthcare organizations can now connect EHR and additional industry data to ChatGPT

    ChatGPT can now connect to trusted healthcare data, helping clinicians securely access patient context, medical research, and more. Link to article: https://openai.com/index/chatgpt-connects-health-records-and-healthcare-sources


    Read More
  • AI Assisted Production Support with CritterWatch

    calendar Sep 1, 2026 · jeremydmiller.com
    AI Assisted Production Support with CritterWatch

    Like probably all software tool companies, JasperFx is working very hard to create a compelling story about the utilization of AI-assisted development with our tools. The MCP support — and command line tools too! — in CritterWatch is a major part of our AI strategy. So far JasperFx Software has mostly been showing off …


    Read More
  • The pain of serializing unions and closed class hierarchies with System.Text.Json: Exploring the .NET 11 preview - Part 7

    calendar Sep 1, 2026 · andrewlock.net
    The pain of serializing unions and closed class hierarchies with System.Text.Json: Exploring the .NET 11 preview - Part 7

    In this post I discuss the System.Text.Json support for unions and closed hierarchies coming in .NET 11, the decisions made, and some of the sharp edges I hit Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-7-the-pain-of-serializing-unions-and-closed-class-hierarchies-with-system-text-json/


    Read More
  • Ensuring Code Compliance in Public Sector Software Projects

    calendar Sep 1, 2026 · blog.jetbrains.com
    Ensuring Code Compliance in Public Sector Software Projects

    The public sector handles sensitive citizen data, which is why software projects built with secure coding are imperative to deliver high trust levels. Code compliance with data protection laws, financial governance standards, and various regulations and policies is an obligation that must be consistently met to …


    Read More
  • Authenticating TeamCity Builds to External Services With OIDC

    calendar Sep 1, 2026 · blog.jetbrains.com
    Authenticating TeamCity Builds to External Services With OIDC

    Static credentials in CI/CD environments are a significant source of security risks and operational overhead. They can be accidentally leaked through logs and build artifacts. And you can never be sure who’s copying, saving, or sharing them with others during the CI/CD setup process. In addition, they require regular …


    Read More
  • Using multiline Parameters for Aspire and ASP.NET Core with user secrets and Azure default deployments

    calendar Sep 1, 2026 · damienbod.com
    Using multiline Parameters for Aspire and ASP.NET Core with user secrets and Azure default deployments

    Multiple line secrets or configuration do not work in Aspire per default. An example of this is using a PEM file for certificates. This posts shows how the multiple line configuration parameters can be setup in Aspire, ASP.NET Core and works with user secrets and Azure default deployments. Code: …


    Read More
  • Microsoft Agent Framework for .NET (part 3): Custom Agents, for building a chat with custom instructions

    calendar Sep 1, 2026 · code4it.dev
    Microsoft Agent Framework for .NET (part 3): Custom Agents, for building a chat with custom instructions

    Learn how to create a custom AI Agent in Microsoft Agent Framework for .NET with a name and custom instructions. And then, learn how to handle multi-turn conversations and improve responses through better system prompts. Link to article: https://www.code4it.dev/blog/maf-first-agent-custom-instructions/


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top