.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Secure Your APIs: OAuth2 and JWT for Beginners

    calendar Jul 29, 2026 · blog.jetbrains.com
    Secure Your APIs: OAuth2 and JWT for Beginners

    This tutorial was written by an external contributor. APIs are frequent targets for bad actors since they expose data and functionality. Securing them while maintaining usability is often one of the most challenging and time-consuming parts of API development. OAuth 2.0 and JSON Web Tokens (JWT) help make these …


    Read More
  • GitHub Copilot CLI for .NET Developers: Real Workflows on a C# Codebase

    calendar Jul 29, 2026 · devleader.ca
    GitHub Copilot CLI for .NET Developers: Real Workflows on a C# Codebase

    GitHub Copilot CLI for .NET workflows: configure C# conventions, prompt ASP.NET Core changes, run tests, review diffs, and commit safely today, with guardrails. Link to article: https://www.devleader.ca/2026/07/29/github-copilot-cli-for-net-developers-real-workflows-on-a-c-codebase


    Read More
  • Understanding the Fetch Metadata HTTP headers: Sec-Fetch-Site and friends

    calendar Jul 29, 2026 · andrewlock.net
    Understanding the Fetch Metadata HTTP headers: Sec-Fetch-Site and friends

    In this post I describe the Fetch Metadata HTTP headers like Sec-Fetch-Site and Sec-Fetch-Mode which give information to a server about the context of a request Link to article: https://andrewlock.net/understanding-the-fetch-metadata-http-headers-sec-fetch-site-and-friends/


    Read More
  • UX Chronicles: Buffering the User Experience

    calendar Jul 29, 2026 · dotnettips.wordpress.com
    UX Chronicles: Buffering the User Experience

    The author critiques Buffer, a social media scheduling tool, after a transition from Twitter to Bluesky due to increased user friction. Key issues include inefficient scheduling interfaces, lack of character limit warnings during composition, and inadequate support for mentions and hashtags. The author expresses a need …


    Read More
  • Announcing v2.0 of the official MCP C# SDK

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Announcing v2.0 of the official MCP C# SDK

    The Model Context Protocol (MCP) C# SDK has reached v2.0, implementing the 2026-07-28 revision of the MCP specification. It's the largest revision of the protocol since it launched. Link to article: https://devblogs.microsoft.com/dotnet/announcing-v20-of-the-official-mcp-csharp-sdk


    Read More
  • OpenTelemetry Logging .NET: ILogger Integration and Structured Log Export

    calendar Jul 28, 2026 · devleader.ca
    OpenTelemetry Logging .NET: ILogger Integration and Structured Log Export

    How to set up OpenTelemetry logging .NET using ILogger -- structured log export, trace context correlation, OTLP export, and practical C# examples. Link to article: https://www.devleader.ca/2026/07/28/opentelemetry-logging-net-ilogger-integration-and-structured-log-export


    Read More
  • How AgentCore Gateway supports the MCP 2026-07-28 spec

    calendar Jul 28, 2026 · aws.amazon.com/blogs/machine-learning
    How AgentCore Gateway supports the MCP 2026-07-28 spec

    The Model Context Protocol (MCP) published its 2026-07-28 specification, the largest revision since launch: MCP is now stateless, with a governed extensions system and hardened authorization. Learn what changed and how to enable the new version on Amazon Bedrock AgentCore Gateway with a single UpdateGateway call. Link …


    Read More
  • Market surveillance agent with LangGraph and Strands on AgentCore

    calendar Jul 28, 2026 · aws.amazon.com/blogs/machine-learning
    Market surveillance agent with LangGraph and Strands on AgentCore

    Learn how to architect and deploy a production-ready multi-agent AI system using LangGraph for workflow orchestration and Strands for agent reasoning on Amazon Bedrock AgentCore. This post walks through a market surveillance example with state-driven orchestration, checkpoint-based recovery, and AgentCore memory and …


    Read More
  • Scientific computing in the age of agentic AI

    calendar Jul 28, 2026 · openai.com/blog
    Scientific computing in the age of agentic AI

    A new field report shows how scientists use AI coding agents to modernize scientific computing, accelerating software development and discovery in genomics and beyond. Link to article: https://openai.com/index/scientific-computing-agentic-ai


    Read More
  • Package Integrity and Enforcement

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Package Integrity and Enforcement

    A recent conversation started (as many interesting conversations do) with a simple question: "Why is MSIX secure?" MSIX includes multiple layers of protection designed to defend against both accidental damage and malicious tampering. But as with all good security solutions, it's not the individual elements so …


    Read More
  • Visual Studio July Update — Meet the New Agent, Powered by the GitHub Copilot SDK

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Visual Studio July Update — Meet the New Agent, Powered by the GitHub Copilot SDK

    The best AI assistance is the kind you can steer, understand, and rely on. The July update is built around all three. There's a new Agent (Preview) in Copilot Chat, built on the same GitHub Copilot SDK that powers the GitHub Copilot CLI, that gets more done with less back-and Link to article: …


    Read More
  • Find any commit in seconds: Commit Search comes to Azure DevOps

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Find any commit in seconds: Commit Search comes to Azure DevOps

    Great code has a long memory. The fix you shipped last quarter, the refactor that touched a dozen files, the one-line change that explained why something works the way it does — it's all there in your commit history. The hard part has always been finding it. Today, we're excited to announce that Commit Search is …


    Read More
  • Modernize your legacy VB.NET applications: Automated migration to C# using AWS Transform custom

    calendar Jul 28, 2026 · aws.amazon.com/blogs/dotnet
    Modernize your legacy VB.NET applications: Automated migration to C# using AWS Transform custom

    Many enterprises still maintain legacy Visual Basic .NET (VB.NET) applications built on .NET Framework. While these applications continue to serve business needs, organizations face growing challenges: a shrinking VB.NET developer talent pool, limited modern tooling support, and a difficult path to cross-platform .NET …


    Read More
  • Ponytail Skill for Claude Code: Does It Really Cut Agent Code by 54%?

    calendar Jul 28, 2026 · blog.jetbrains.com
    Ponytail Skill for Claude Code: Does It Really Cut Agent Code by 54%?

    Part 3 of a series where we take public “token saver” add-ons for coding agents and run the same paired A/B benchmark against each of them. Part 1 was the caveman skill (advertised −65%, measured −8.5%). Part 2 was rtk (advertised −60–90%, measured +7.6%). We ran 80 paired tasks to test the ponytail skill for […] Link …


    Read More
  • Refactor your database with SQL projects in VS Code

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Refactor your database with SQL projects in VS Code

    SQL database projects are a fundamental tool for keeping your database in source control, tracking changes and collaborating on quickly evolving database needs. Not to be forgotten, their superpower is being able to dynamically generate deployment scripts that match the dec Link to article: …


    Read More
  • Clean Architecture vs Modular Monolith in C#: What's the Difference?

    calendar Jul 28, 2026 · devleader.ca
    Clean Architecture vs Modular Monolith in C#: What's the Difference?

    Clean architecture vs modular monolith in C# -- understand the key differences, when each applies, and why combining them is often the most powerful approach for .NET developers. Link to article: https://www.devleader.ca/2026/07/28/clean-architecture-vs-modular-monolith-in-c-whats-the-difference


    Read More
  • Coding Agent Horror Stories: The 29 Million Secret Problem

    calendar Jul 28, 2026 · docker.com
    Coding Agent Horror Stories: The 29 Million Secret Problem

    Learn how AI coding agents can expose credentials in supply chain attacks and how Docker Sandboxes keep secrets out of an agent's reach. Link to article: https://www.docker.com/blog/coding-agent-horror-stories-the-29-million-secret-problem/


    Read More
  • The State of CI/CD 2026 Survey Is Now Open

    calendar Jul 28, 2026 · blog.jetbrains.com
    The State of CI/CD 2026 Survey Is Now Open

    CI/CD is changing rapidly. Or is it?.. AI-assisted development is increasing the volume of code being written, software systems are becoming more distributed, and engineering teams are continuously rethinking how they build, test, and ship applications. At the same time, organizations are modernizing their CI/CD …


    Read More
  • Discover Agent Skills from MCP servers in .NET

    calendar Jul 28, 2026 · devblogs.microsoft.com
    Discover Agent Skills from MCP servers in .NET

    Your agents can now discover and load Agent Skills directly from a Model Context Protocol (MCP) server. Instead of shipping every skill inside your application or copying skill folders into each deployment, you point an agent at an MCP server and it pulls the skills it needs on demand. A central team can p Link to …


    Read More
  • KotlinLLM is Going Open Source

    calendar Jul 28, 2026 · blog.jetbrains.com
    KotlinLLM is Going Open Source

    TL;DR KotlinLLM is now public. It’s a research prototype for delegating runtime logic to an LLM from Kotlin code. Instead of calling an LLM on every request or running a separate agent, you can write an explicit Kotlin call. Its body is generated Kotlin source code, and that code is updated as your application hits […] …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top