.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Announcing TypeScript 7.0 RC

    calendar Jun 18, 2026 · devblogs.microsoft.com
    Announcing TypeScript 7.0 RC

    Today we are excited to announce the Release Candidate of TypeScript 7.0! If you haven't been following TypeScript 7.0's development, this release is significant in that it is built on a completely new foundation. Over the past year, we have been porting the existing TypeScript codebase from TypeScript (as a …


    Read More
  • Stop overloading your skills

    calendar Jun 18, 2026 · devblogs.microsoft.com
    Stop overloading your skills

    You built a skill for your technology. API references, authentication flows, SDK patterns, error handling, version info, all packed into one skill. The agent calls it, gets all that context, and generates code. The kicker? You've just wasted a lot of tokens. It already knows Models have ingested your documentation, …


    Read More
  • Qodana Is a Finalist in the 2026 CODiE Awards for Best DevOps Tool

    calendar Jun 18, 2026 · blog.jetbrains.com
    Qodana Is a Finalist in the 2026 CODiE Awards for Best DevOps Tool

    Qodana For DevOps: Automated Code Quality and Security, at Scale Modern DevOps teams move fast – but speed without consistency, security, and visibility creates risk. JetBrains Qodana helps DevOps teams build and ship higher-quality, more secure software by making code quality and security checks automatic, consistent, …


    Read More
  • Coding Agent Horror Stories: The 13-Hour AWS Outage

    calendar Jun 18, 2026 · docker.com
    Coding Agent Horror Stories: The 13-Hour AWS Outage

    In Part 1, we walked through six categories of AI coding agent failures and why they keep happening. The agent runs as you, with your filesystem permissions and your credentials, and nothing sits between the model's decision and the shell's execution. In Part 2, we looked at one specific version of that failure in …


    Read More
  • Interpreter Design Pattern in C#: Complete Guide with Examples

    calendar Jun 18, 2026 · devleader.ca
    Interpreter Design Pattern in C#: Complete Guide with Examples

    Master the interpreter design pattern in C# with code examples, grammar parsing, and best practices for building domain-specific languages. Link to article: https://www.devleader.ca/2026/06/18/interpreter-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Big Thinkers: Brendan Gregg – How Systems Performance Engineering Shaped Modern Observability

    calendar Jun 18, 2026 · build5nines.com
    Big Thinkers: Brendan Gregg – How Systems Performance Engineering Shaped Modern Observability

    Modern cloud platforms generate enormous amounts of telemetry. Metrics stream from Kubernetes clusters, traces flow through distributed APIs, logs accumulate in petabytes, and dashboards glow… Link to article: …


    Read More
  • Using AI to help physicians diagnose rare genetic diseases affecting children

    calendar Jun 18, 2026 · openai.com/blog
    Using AI to help physicians diagnose rare genetic diseases affecting children

    Researchers used an OpenAI reasoning model to help diagnose rare diseases, identifying 18 new diagnoses in previously unsolved cases. Link to article: https://openai.com/index/diagnose-rare-childhood-diseases


    Read More
  • Use your own language model key in VS Code

    calendar Jun 18, 2026 · devblogs.microsoft.com
    Use your own language model key in VS Code

    Learn how to use bring your own key (BYOK) in VS Code to add models from providers like Azure, Anthropic, Gemini, OpenAI, Huggingface, OpenRouter, or use a local model with Ollama, Foundry Local, and more. Read the full article Link to article: …


    Read More
  • Entity Framework Core in .NET: The Complete Guide

    calendar Jun 17, 2026 · devleader.ca
    Entity Framework Core in .NET: The Complete Guide

    Learn Entity Framework Core in .NET 10 -- DbContext, migrations, LINQ queries, relationships, performance tips, and when to use EF Core vs Dapper in C#. Link to article: https://www.devleader.ca/2026/06/17/entity-framework-core-in-net-the-complete-guide


    Read More
  • Amazon SageMaker AI Async Inference now supports inline request payloads

    calendar Jun 17, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon SageMaker AI Async Inference now supports inline request payloads

    Today, we’re announcing inline payload support for Amazon SageMaker AI Async Inference. Customers can now send inference payloads directly in the request body of the InvokeEndpointAsync API, removing the need to upload input data to Amazon Simple Storage Service (Amazon S3) before each invocation. Link to article: …


    Read More
  • Get back hours every day with autonomous agents in Amazon Quick

    calendar Jun 17, 2026 · aws.amazon.com/blogs/machine-learning
    Get back hours every day with autonomous agents in Amazon Quick

    Today, Quick gets even more powerful: new autonomous agents that work continuously on your behalf, an activity feed that helps you prioritize your most important work, and the ability to find insights across every data source your business runs on from a single question. Link to article: …


    Read More
  • Context intelligence for your data and AI agents at scale

    calendar Jun 17, 2026 · aws.amazon.com/blogs/machine-learning
    Context intelligence for your data and AI agents at scale

    Agents are only as intelligent as the context they can reason over. Today, that context is scattered across data lakes, data warehouses, lakehouses, databases, and streams, and in institutional knowledge that has never been written down. You want to trust the decisions made by your AI agents, but that can't happen …


    Read More
  • AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server

    calendar Jun 17, 2026 · devblogs.microsoft.com
    AI-Powered MSBuild Investigation with the Microsoft Binlog MCP Server

    MSBuild binary logs (.binlog files) contain a wealth of information about your build — every property evaluation, target execution, task invocation, error, and warning. But navigating that data manually can be overwhelming, especially when you're debugging a complex multi-project solution. What if your AI coding …


    Read More
  • Visual Studio Code 1.125

    calendar Jun 17, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.125

    Learn what's new in Visual Studio Code 1.125 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.125


    Read More
  • JetBrains Marketplace Ecosystem Security Update: Addressing Malicious Third-Party AI Plugins

    calendar Jun 17, 2026 · blog.jetbrains.com
    JetBrains Marketplace Ecosystem Security Update: Addressing Malicious Third-Party AI Plugins

    At JetBrains, we build tools that empower developers to create, automate, and innovate. In today’s rapidly evolving software supply chain and threat landscape, we believe responsible transparency must be the foundation of our developer ecosystem. The explosion of AI-assisted development has revolutionized the way …


    Read More
  • New in Amazon Bedrock AgentCore: Build agents with broader knowledge and continuous learning

    calendar Jun 17, 2026 · aws.amazon.com/blogs/machine-learning
    New in Amazon Bedrock AgentCore: Build agents with broader knowledge and continuous learning

    Today we're introducing new capabilities on Amazon Bedrock AgentCore, the platform to build, connect, and optimize agents. In this post, we cover how these capabilities close each gap: connecting agents to organizational, web, and paid knowledge; helping teams find and fix what's going wrong in production; and …


    Read More
  • When your agent extensions fight each other

    calendar Jun 17, 2026 · devblogs.microsoft.com
    When your agent extensions fight each other

    This is the fourth article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. …


    Read More
  • Stop Blaming Event-Driven Architecture

    calendar Jun 17, 2026 · codeopinion.com
    Stop Blaming Event-Driven Architecture

    So, you adopted event-driven architecture because your system was a rat’s nest of coupling, and events were the answer to decouple it. But now debugging is a nightmare. You have events coming in out of order. You have retries causing duplicates and multiple different side effects. Local development is a pain. It’s …


    Read More
  • Azure Backup for Azure Cosmos DB Public Preview Adds Immutable Backups and Long-Term Retention

    calendar Jun 17, 2026 · devblogs.microsoft.com
    Azure Backup for Azure Cosmos DB Public Preview Adds Immutable Backups and Long-Term Retention

    Link to article: https://devblogs.microsoft.com/cosmosdb/azure-backup-for-azure-cosmos-db-public-preview-adds-immutable-backups-and-long-term-retention


    Read More
  • Your JetBrains IDE Expertise, Now on LinkedIn

    calendar Jun 17, 2026 · blog.jetbrains.com
    Your JetBrains IDE Expertise, Now on LinkedIn

    Every developer has tools they rely on daily. The workflows they’ve built around them, the ways they’ve learned to move faster, debug smarter, and write better code – that kind of hands-on experience can be hard to put into words. We’re collaborating with LinkedIn to make it easier for you to showcase your expertise …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top