.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • AWS Image Builder Plugin for TeamCity

    calendar Jun 22, 2026 · blog.jetbrains.com
    AWS Image Builder Plugin for TeamCity

    Cloud build agents are one of those CI/CD features that feel almost magical when everything works well. Your TeamCity server can scale build capacity up when the queue gets busy, then wind it back down when the rush is over. You get extra power exactly when you need it, without keeping machines idle the rest […] Link …


    Read More
  • Generate a Kiota client at build time from an ASP.NET Core OpenAPI file

    calendar Jun 22, 2026 · meziantou.net
    Generate a Kiota client at build time from an ASP.NET Core OpenAPI file

    In a previous post, I explained how to generate the OpenAPI document during the ASP.NET Core build and commit it to the repository. That gives you a versioned API contract that is easy to review in pull requests. In this post, let's go one step further: use that generated OpenAPI file as the input for Kiota, so your …


    Read More
  • Retirement of Azure DevOps issuer in Workload identity federation service connections

    calendar Jun 22, 2026 · devblogs.microsoft.com
    Retirement of Azure DevOps issuer in Workload identity federation service connections

    We are announcing the deprecation of the Azure DevOps issuer in workload identity federation (WIF) service connections, with planned retirement on July 1, 2027. The Azure DevOps issuer uses the https://vstoken.dev.azure.com prefix in federated credentials. This change is part of Microsoft's bro Link to article: …


    Read More
  • PHP Version Migration That Doesn’t Break Everything

    calendar Jun 22, 2026 · blog.jetbrains.com
    PHP Version Migration That Doesn’t Break Everything

    PHP Version Migration Demo PHP powers 71.8% of all websites with a known server-side language. It is a living language that underpins a significant portion of the modern web and one that keeps getting better. For example, EKSNEKS notes that migrating from PHP 7 to PHP 8 alone can deliver 18–42% performance gains …


    Read More
  • Copilot ĺœ¨ JetBrains IDEďźšĺŠŸčƒ˝ć›´ć–°ä¸Ž Claude ä˝œä¸ş Agent ćäž›ć–šé˘„č§ˆ

    calendar Jun 22, 2026 · devblogs.microsoft.com
    Copilot ĺœ¨ JetBrains IDEďźšĺŠŸčƒ˝ć›´ć–°ä¸Ž Claude ä˝œä¸ş Agent ćäž›ć–šé˘„č§ˆ

    ćœŹćŹĄć›´ć–°ä¸ş GitHub Copilot for JetBrains IDEs 希ćĽäş†ĺŻšćĽč‡Ş GitHub çš„çť„çť‡ĺ’Œäźä¸šçş§ agent 的支ćŒďźŒčŽŠä˝ ĺŻäťĽĺœ¨ Copilot CLI äźščŻä¸­ćŽ’é˜Ÿĺ’Œĺź•ĺŻźćśˆćŻďźŒĺź•兼了全新的 agent č°ƒčŻ•ć—Ľĺż—ć‘˜čŚč§†ĺ›žďźŒĺšśĺ°† Claude ä˝œä¸ş agent ćäž›ć–šĺ¸Śĺ…Ľĺ…Źĺź€é˘„č§ˆă€‚ …


    Read More
  • Samsung Electronics brings ChatGPT and Codex to employees

    calendar Jun 21, 2026 · openai.com/blog
    Samsung Electronics brings ChatGPT and Codex to employees

    Samsung Electronics deploys ChatGPT Enterprise and Codex to employees worldwide, marking one of OpenAI’s largest enterprise AI rollouts. Link to article: https://openai.com/index/samsung-electronics-chatgpt-codex-deployment


    Read More
  • EF Core LINQ Querying: Filtering, Projections, and Performance

    calendar Jun 21, 2026 · devleader.ca
    EF Core LINQ Querying: Filtering, Projections, and Performance

    Master EF Core LINQ queries in .NET 10 -- Where, Select projections, Include for eager loading, AsNoTracking, compiled queries, and avoiding N+1 issues. Link to article: https://www.devleader.ca/2026/06/21/ef-core-linq-querying-filtering-projections-and-performance


    Read More
  • Memento vs State Pattern in C#: Key Differences Explained

    calendar Jun 21, 2026 · devleader.ca
    Memento vs State Pattern in C#: Key Differences Explained

    Compare the memento vs state pattern in C# with code examples, use cases, and guidance on choosing the right behavioral pattern for state management. Link to article: https://www.devleader.ca/2026/06/21/memento-vs-state-pattern-in-c-key-differences-explained


    Read More
  • Database Performance: Making Entity Framework Queries Faster

    calendar Jun 21, 2026 · dotnettips.wordpress.com
    Database Performance: Making Entity Framework Queries Faster

    The article discusses the advantages of using compiled queries in Entity Framework, especially for frequently executed and complex queries. Link to article: https://dotnettips.com/2026/06/21/database-performance-making-entity-framework-queries-faster/


    Read More
  • Weekly Recap: Entity Framework Core, the Memento Pattern, and C# Design Patterns [Jun 2026]

    calendar Jun 21, 2026 · devleader.ca
    Weekly Recap: Entity Framework Core, the Memento Pattern, and C# Design Patterns [Jun 2026]

    This week digs into Entity Framework Core from setup through CRUD operations and schema migrations, plus a deep run on the Memento pattern and other C# design patterns like Interpreter and Mediator. New videos cover tackling tech debt, build vs buy decisions, and growing into senior and leadership roles. Link to …


    Read More
  • EF Core Migrations in .NET: Managing Your Database Schema

    calendar Jun 20, 2026 · devleader.ca
    EF Core Migrations in .NET: Managing Your Database Schema

    Complete guide to EF Core migrations in .NET 10 -- add, apply, squash, seed data with UseSeeding, revert, and run migrations safely in CI/CD pipelines. Link to article: https://www.devleader.ca/2026/06/20/ef-core-migrations-in-net-managing-your-database-schema


    Read More
  • How to Implement Interpreter Pattern in C#: Step-by-Step Guide

    calendar Jun 20, 2026 · devleader.ca
    How to Implement Interpreter Pattern in C#: Step-by-Step Guide

    How to implement the interpreter pattern in C# with step-by-step code examples for expression parsing, AST construction, and evaluation. Link to article: https://www.devleader.ca/2026/06/20/how-to-implement-interpreter-pattern-in-c-stepbystep-guide


    Read More
  • The Modular Monolith Boundary I Couldn't Take Back

    calendar Jun 20, 2026 · milanjovanovic.tech
    The Modular Monolith Boundary I Couldn't Take Back

    We built the system exactly the way a modular monolith is supposed to be built, and that's how I ended up with two modules I couldn't pull apart a year later. Here's how a reasonable boundary decision turns into one you can't undo, and the early signals I walked right past. Link to article: …


    Read More
  • EF Core CRUD Operations in C#: Create, Read, Update, Delete

    calendar Jun 19, 2026 · devleader.ca
    EF Core CRUD Operations in C#: Create, Read, Update, Delete

    Master EF Core CRUD in C# with .NET 10 -- learn AddAsync, SaveChangesAsync, FindAsync, Where queries, tracked updates, and bulk ExecuteUpdate/ExecuteDelete. Link to article: https://www.devleader.ca/2026/06/19/ef-core-crud-operations-in-c-create-read-update-delete


    Read More
  • Kafka Support Improvements in Wolverine 6.13

    calendar Jun 19, 2026 · jeremydmiller.com
    Kafka Support Improvements in Wolverine 6.13

    Wolverine 6.13 dropped yesterday with quite a few refinements to our existing integration with Kafka in Wolverine. We had, of course, probably fallen into the trap of just trying to make Kafka behave like a Rabbit MQ analogue. It was already on my radar to get enable more idiomatic Kafka capabilities, and a community …


    Read More
  • Introducing Web Search on Amazon Bedrock AgentCore

    calendar Jun 19, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Web Search on Amazon Bedrock AgentCore

    Web Search on Amazon Bedrock AgentCore is now generally available. In this post, we walk through what makes Web Search on Amazon Bedrock AgentCore different, why it matters, and how to wire it in with a few lines of code. Link to article: …


    Read More
  • Accelerate campaign workflow with insights from Adobe Marketing Agent for Amazon Quick

    calendar Jun 19, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate campaign workflow with insights from Adobe Marketing Agent for Amazon Quick

    This post shows how to enable Adobe Marketing Agent for Amazon Quick using a Model Context Protocol (MCP). We walk you through how to configure the integration, authenticate using your Adobe credentials, and get the latest insights in Amazon Quick. The sample workflow returns audience rankings, loyalty segment …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top