.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • dotNetDave Rocks SpiceWorld – Austin 2026

    calendar Sep 3, 2026 · dotnettips.wordpress.com
    dotNetDave Rocks SpiceWorld – Austin 2026

    The dotNetDave No Rest for the Wicked World Tour arrives in Austin on November 13, 2026, during SpiceWorld, featuring a session titled "Röck Yoür Cäreer." Attendees can expect valuable insights from a seasoned software engineer, focusing on building sustainable tech careers, developing learning habits, and …


    Read More
  • Domain Events Are NOT Your Public API

    calendar Sep 3, 2026 · codeopinion.com
    Domain Events Are NOT Your Public API

    You finally did it. You stopped publishing CRUD events and started broadcasting domain events. Instead of publishing ShipmentStatusChanged, ShipmentUpdated, or EstimatedDeliveryDateChanged, you started publishing more meaningful domain events like DeliveryAttemptFailed, ETARecalculated, and ShipmentDelayed. And …


    Read More
  • SQL Decomposition in a Nutshell

    calendar Sep 3, 2026 · devblogs.microsoft.com
    SQL Decomposition in a Nutshell

    Application developers already know what happens when one method does everything: it becomes difficult to read, test, reason over, and safely change. We use patterns like decomposition, encapsulation, and explicit dependencies because they solve those problems. T-SQL does not give us classes, inheritance, interfaces, …


    Read More
  • Advocating for Uptime: The 6 Phases of Change

    calendar Sep 3, 2026 · devblogs.microsoft.com
    Advocating for Uptime: The 6 Phases of Change

    Schema change is inevitable. We do not get everything right the first time, and even when we do, the world around the database keeps changing. Requirements mature, products evolve, and assumptions that made sense years ago eventually stop matching reality. Businesses change too. We acquire companies, merge Link to …


    Read More
  • Test what you ship: MSTest and Native AOT

    calendar Sep 3, 2026 · devblogs.microsoft.com
    Test what you ship: MSTest and Native AOT

    If you ship an application with Native AOT, a green managed test run leaves a gap. Native AOT compiles ahead of time, removes unused code, and requires alternatives to runti Link to article: https://devblogs.microsoft.com/dotnet/mstest-source-generation


    Read More
  • YOLO Mode: Agent Autonomy Without the Guardrails

    calendar Sep 3, 2026 · docker.com
    YOLO Mode: Agent Autonomy Without the Guardrails

    YOLO mode lets an AI agent run without asking permission. Learn what it is, why it's risky, and how to run it safely. Link to article: https://www.docker.com/blog/what-is-yolo-mode/


    Read More
  • AI-driven development lifecycle using Amazon Bedrock AgentCore

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    AI-driven development lifecycle using Amazon Bedrock AgentCore

    Engineering teams adopting the AI-Driven Development Lifecycle (AI-DLC) often struggle to turn concepts into working code. This post walks through two reference implementations on Amazon Bedrock AgentCore, Kiro, and Claude Code: an SQL-to-ER-diagram generator and a multi-agent code security analyzer that put the AI-DLC …


    Read More
  • Migrate agentic workloads to Amazon Bedrock AgentCore

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Migrate agentic workloads to Amazon Bedrock AgentCore

    An agent that works in a notebook is not an agent in production. This post walks through migrating a LangGraph customer support agent to Amazon Bedrock AgentCore in two stages: onto Runtime, Gateway, and Memory, then to model-driven planning on Strands Agents, retiring operational burdens along the way. Link to …


    Read More
  • Integrating Outlook with Amazon Quick for AI-powered email automation

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Integrating Outlook with Amazon Quick for AI-powered email automation

    Integrate Microsoft Outlook with Amazon Quick to automate email management, calendar scheduling, and workflow coordination. This post walks through the end-to-end setup and shows automation scenarios using Amazon Quick chat agents, Amazon Quick Flows, and Amazon Quick Automate. Link to article: …


    Read More
  • Set up OpenAI ChatGPT Codex with LiteLLM on Amazon ECS and Amazon Bedrock

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Set up OpenAI ChatGPT Codex with LiteLLM on Amazon ECS and Amazon Bedrock

    Deploy a customer-operated LiteLLM gateway on Amazon ECS with AWS Fargate, connect it to an OpenAI model on Amazon Bedrock, and configure Codex to route requests through the gateway's Responses API with scoped identities, budgets, rate limits, and telemetry. We also compare direct IAM Identity Center access and a …


    Read More
  • Best practices for building agentic automations with Amazon Quick Automate

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Best practices for building agentic automations with Amazon Quick Automate

    Learn best practices for building production-grade, agent-based business process automations with Amazon Quick Automate: choosing the right process, designing focused agents, combining them with deterministic steps, applying human-in-the-loop review, and building in evaluation and observability. Link to article: …


    Read More
  • Embed Quick Sight visuals using Cognito user authentication

    calendar Sep 3, 2026 · aws.amazon.com/blogs/machine-learning
    Embed Quick Sight visuals using Cognito user authentication

    Learn how to embed individual Amazon Quick Sight visuals into a React application with per-user access control. This walkthrough uses Amazon Cognito authentication and a serverless AWS Lambda backend to generate scoped embed URLs, deployed with a single AWS CloudFormation stack. Link to article: …


    Read More
  • Daybreak for Frontline Defenders: $1B to protect essential services

    calendar Sep 3, 2026 · openai.com/blog
    Daybreak for Frontline Defenders: $1B to protect essential services

    OpenAI introduces Daybreak for Frontline Defenders. A $1 billion commitment expands access to frontier cyber AI, training, and support for essential services. Link to article: https://openai.com/index/daybreak-for-frontline-defenders


    Read More
  • How To Unit Test a C# Processing Pipeline

    calendar Sep 3, 2026 · devleader.ca
    How To Unit Test a C# Processing Pipeline

    Learn how to unit test C# processing pipeline behavior with deterministic checks for order, rejection, faults, cancellation, capacity, drain, and cleanup. Link to article: https://www.devleader.ca/2026/09/03/how-to-unit-test-a-c-processing-pipeline


    Read More
  • Legora reviewed 41 documents in minutes with GPT-6 Astra

    calendar Sep 3, 2026 · openai.com/blog
    Legora reviewed 41 documents in minutes with GPT-6 Astra

    Legora used GPT-6 Astra to review 41 documents in minutes, find all four planted errors, and improve performance by nearly 40% in this financial-review workflow. Link to article: https://openai.com/index/legora-financial-statement-review-with-astra


    Read More
  • Playco cut manual fixes 50% prototyping games with GPT-6 Astra

    calendar Sep 3, 2026 · openai.com/blog
    Playco cut manual fixes 50% prototyping games with GPT-6 Astra

    Using GPT-6 Astra, Playco built three themed game prototypes from one grey box foundation and reported 50% fewer manual fixes than with the previous model. Link to article: https://openai.com/index/playco-game-prototyping-with-astra


    Read More
  • Learning to Code in the Age of AI: Advice From a Top Udemy Instructor

    calendar Sep 3, 2026 · blog.jetbrains.com
    Learning to Code in the Age of AI: Advice From a Top Udemy Instructor

    What should a beginner developer learn in order to keep up in the AI era? This is one of the most debated questions in tech right now. We got in touch with Ardit Sulce, a Python educator with over 650,000 students on Udemy, and talked about the value of struggling when learning something new, the […] Link to article: …


    Read More
  • Kotlin Toolchain 0.12: Multiplatform Library Publishing, Wasm Apps, and More

    calendar Sep 3, 2026 · blog.jetbrains.com
    Kotlin Toolchain 0.12: Multiplatform Library Publishing, Wasm Apps, and More

    Kotlin Toolchain 0.12.0 is out. This release brings some long-awaited features: multiplatform libraries publication, a preview of Wasm application support, Compose Hot Reload from the command line, and more. Read on for the details, and check the release notes for the full list of changes and bug fixes. Additionally, …


    Read More
  • Safety overview: GPT-6 Astra

    calendar Sep 3, 2026 · openai.com/blog
    Safety overview: GPT-6 Astra

    GPT-6 Astra is our most capable broadly deployed model and our first to reach the Critical level of cybersecurity capability under our Preparedness Framework. Link to article: https://openai.com/index/safety-overview-gpt-6-astra


    Read More
  • New stuff in Critter Stack AI Skills 1.10

    calendar Sep 2, 2026 · jeremydmiller.com
    New stuff in Critter Stack AI Skills 1.10

    We shipped Critter Stack AI Skills 1.10.0 today. Eleven new skills, which brings the catalog (so far) to 102 across all the Critter Stack tools and trying to cover every use case and common troubleshooting need we can think of. If you haven’t run across these yet, the short version is that AI Skills are structured …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top