.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Add vs Stage and Register

    calendar Jun 23, 2026 · devblogs.microsoft.com
    Add vs Stage and Register

    As previously mentioned to 'install' a package, as people think of the term, Windows actually performs two separate operations: staging and registration. To oversimplify: Staging puts t Link to article: https://devblogs.microsoft.com/insidemsix/add-vs-stage-and-register


    Read More
  • Shared infrastructure, isolated tenants: Pool model multi-tenancy with Amazon Bedrock AgentCore

    calendar Jun 23, 2026 · aws.amazon.com/blogs/machine-learning
    Shared infrastructure, isolated tenants: Pool model multi-tenancy with Amazon Bedrock AgentCore

    In this post, you will learn patterns for implementing production-ready multi-tenant systems using Amazon Bedrock AgentCore. You will see these patterns demonstrated through healthcare AI agents that serve multiple clinics and hospitals. Link to article: …


    Read More
  • Memento Pattern Real-World Example in C#: Complete Implementation

    calendar Jun 23, 2026 · devleader.ca
    Memento Pattern Real-World Example in C#: Complete Implementation

    Memento pattern real-world example in C# -- build a document editor with undo/redo, state history, and bounded memory management. Link to article: https://www.devleader.ca/2026/06/23/memento-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Going beyond text in Microsoft 365 Copilot - Introducing SharePoint Copilot Apps

    calendar Jun 23, 2026 · devblogs.microsoft.com
    Going beyond text in Microsoft 365 Copilot - Introducing SharePoint Copilot Apps

    Microsoft 365 Copilot is brilliant at working with language. But work isn't only words, sometimes you don't want to describe what you need in a back-and-forth chat - you want to see it, touch it, and act on it right w Link to article: …


    Read More
  • Conditional & Iterative Deployments with Azure Bicep

    calendar Jun 23, 2026 · build5nines.com
    Conditional & Iterative Deployments with Azure Bicep

    Every team eventually reaches the point where their Infrastructure as Code stops being “a few clean resource declarations” and starts becoming a living model of… Link to article: https://build5nines.com/conditional-iterative-deployments-with-azure-bicep/


    Read More
  • Avoiding ToString() allocations with StringBuilder.MoveChunks: Exploring the .NET 11 preview - Part 3

    calendar Jun 23, 2026 · andrewlock.net
    Avoiding ToString() allocations with StringBuilder.MoveChunks: Exploring the .NET 11 preview - Part 3

    in this post I take a short look at the new MoveChunks API, explore how it works, what it's for, and how the new API provides opportunities for public APIs Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-3-avoiding-tostring-allocations-with-stringbuilder-movechunks/


    Read More
  • How Omio is building the future of conversational travel

    calendar Jun 23, 2026 · openai.com/blog
    How Omio is building the future of conversational travel

    Discover how Omio uses OpenAI to power conversational travel experiences, accelerate product development, and transform into an AI-native company. Link to article: https://openai.com/index/omio


    Read More
  • SQL Server as a Document Database — and why you want that!

    calendar Jun 22, 2026 · jeremydmiller.com
    SQL Server as a Document Database — and why you want that!

    While Polecat is pretty new, it’s based on over a decade of experience and usage patterns established by the Marten library (and also shares a ton of common infrastructure code as well). Polecat is also backed up by JasperFx Software and we’re available for either consulting or support agreements for Polecat usage. If …


    Read More
  • EF Core Relationships in C#: One-to-Many, Many-to-Many, and One-to-One

    calendar Jun 22, 2026 · devleader.ca
    EF Core Relationships in C#: One-to-Many, Many-to-Many, and One-to-One

    Configure EF Core relationships in .NET 10 -- one-to-many, one-to-one, many-to-many with join entity, cascade delete, shadow properties, and fluent API. Link to article: https://www.devleader.ca/2026/06/22/ef-core-relationships-in-c-onetomany-manytomany-and-onetoone


    Read More
  • Building pay-per-intelligence for AI agents: How Ampersend uses Amazon Bedrock AgentCore Payments

    calendar Jun 22, 2026 · aws.amazon.com/blogs/machine-learning
    Building pay-per-intelligence for AI agents: How Ampersend uses Amazon Bedrock AgentCore Payments

    In this post, you will learn how Ampersend built a pay-per-intelligence routing layer on top of Amazon Bedrock AgentCore Payments. AI agents autonomously route tasks to the most effective model, pay per request, and operate within spending budgets. You will also see how the two-hop payment pattern works end-to-end and …


    Read More
  • Meet your agent harness and claw

    calendar Jun 22, 2026 · devblogs.microsoft.com
    Meet your agent harness and claw

    Part 1 of Build your own claw and agent harness with Microsoft Agent Framework. In the Link to article: https://devblogs.microsoft.com/agent-framework/meet-your-agent-harness-and-claw


    Read More
  • Build your own claw and agent harness with Microsoft Agent Framework

    calendar Jun 22, 2026 · devblogs.microsoft.com
    Build your own claw and agent harness with Microsoft Agent Framework

    What does it take to build your own "claw" - a capable, CLI-style agent that can plan, use tools, remember things, and safely act on your behalf? Coding agents and assistants like these can feel like magic, but underneath they are an agent harness: a loop around a language model wired up with tools, planning, …


    Read More
  • Embed the world: Multimodal AI for searchable aerial imagery at scale

    calendar Jun 22, 2026 · aws.amazon.com/blogs/machine-learning
    Embed the world: Multimodal AI for searchable aerial imagery at scale

    In this post, we walk through the problem space, our architecture on Amazon Bedrock and Amazon OpenSearch Serverless, the evaluation methodology we built on OpenStreetMap ground truth, four experiments that compared embedding models, fusion strategies, captioning, and search methods, and the practical guidance you can …


    Read More
  • Running ComfyUI workflows on Amazon SageMaker AI processing jobs

    calendar Jun 22, 2026 · aws.amazon.com/blogs/machine-learning
    Running ComfyUI workflows on Amazon SageMaker AI processing jobs

    In this post, we walk you through how to deploy ComfyUI workflows on Amazon SageMaker AI processing jobs to generate hundreds of high-quality images in a single batch. You learn how to set up the infrastructure using AWS Cloud Development Kit (AWS CDK), configure GPU-accelerated processing, and automate image …


    Read More
  • How to Win a Hackathon: Notes From the Judging Table

    calendar Jun 22, 2026 · blog.jetbrains.com
    How to Win a Hackathon: Notes From the Judging Table

    At the JetBrains x Codex Hackathon, I spent two days watching teams build and then pitch their projects. The thing that decided most of the winners wasn’t just the previous twenty-four hours of work. It was the few minutes they spent presenting it. A strong project with a confusing demo loses to a simpler project […] …


    Read More
  • Models don't have preferences, they have context

    calendar Jun 22, 2026 · devblogs.microsoft.com
    Models don't have preferences, they have context

    You open a fresh chat, type "What framework should I use for a web app?", and the model says "React." You screenshot it, share it, and write "Claude prefers React." It gets engagement. People nod along. A few reply with their own results. And now we have a consensus: Claude prefers React. …


    Read More
  • In memory of the man who put red and green squiggles under words

    calendar Jun 22, 2026 · devblogs.microsoft.com
    In memory of the man who put red and green squiggles under words

    I recently learned of the passing of someone whose work nearly everybody knows, but nobody knows his name. Tony Krueger is remembered in Wikipedia as the person who ported the game Chip's Challenge to Windows for the Windows Entertainment Pack.š But that's probably not t Link to article: …


    Read More
  • How to Use Deep Agents with Azure Cosmos DB – Plan, act, and verify against operational data

    calendar Jun 22, 2026 · devblogs.microsoft.com
    How to Use Deep Agents with Azure Cosmos DB – Plan, act, and verify against operational data

    Deep Agents is an agent harness built on LangGraph, for agents that need to work through a task over many steps instead of a single LLM call. The agent runs tools, looks at the results, and uses that to Link to article: https://devblogs.microsoft.com/cosmosdb/deep-agents-to-plan-act-verify-against-operational-data


    Read More
  • How We Measure the ROI of JetBrains IDEs

    calendar Jun 22, 2026 · blog.jetbrains.com
    How We Measure the ROI of JetBrains IDEs

    Organizations already spend hundreds of thousands of dollars on software, so it’s only natural that when they evaluate new paid tools, one question is top of mind: “Will this actually pay off?” Our ROI (return on investment) calculator was designed to help estimate the potential gains of JetBrains IDEs and AI Ultimate …


    Read More
  • When to Use Interpreter Pattern in C#: Decision Guide with Examples

    calendar Jun 22, 2026 · devleader.ca
    When to Use Interpreter Pattern in C#: Decision Guide with Examples

    Learn when to use the interpreter pattern in C# with decision criteria, DSL scenarios, and code examples for grammar-based processing. Link to article: https://www.devleader.ca/2026/06/22/when-to-use-interpreter-pattern-in-c-decision-guide-with-examples


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top