.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Tell your model when to think harder

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Tell your model when to think harder

    Not every question deserves the same amount of thought. Renaming a variable isn't the same as debugging a memory leak, and they don't need the same level of thinking. So why should your model treat them the same way every time? Starting in Visual Studio 18.9 Insiders 2, it doesn't have to. Supported models now come …


    Read More
  • How enabling two settings tripled our scores on the ARC-AGI-3 benchmark

    calendar Jul 29, 2026 · openai.com/blog
    How enabling two settings tripled our scores on the ARC-AGI-3 benchmark

    How two API settings improved GPT-5.6 performance on ARC-AGI-3, boosting scores and efficiency by retaining reasoning and enabling compaction. Link to article: https://openai.com/index/how-two-settings-tripled-our-arc-agi-3-scores


    Read More
  • Making an agile version of a Windows Runtime delegate in C++/WinRT, part 8

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Making an agile version of a Windows Runtime delegate in C++/WinRT, part 8

    Last time, we fixed the problem of an exception thrown from the custom deleter's constructor resulting in a reference leak. But wait, there's another source of exceptions. Link to article: https://devblogs.microsoft.com/oldnewthing/20260729-00/?p=112570


    Read More
  • Qodana 2026.2: More Security, Better Coverage, Less Configuration

    calendar Jul 29, 2026 · blog.jetbrains.com
    Qodana 2026.2: More Security, Better Coverage, Less Configuration

    Qodana 2026.2 makes it easier for development teams to act on code quality, security, and compliance findings throughout the development workflow. This release introduces clearer code coverage insights for pull requests, highlights uncovered new lines directly in the IDE, and automatically detects coverage reports in …


    Read More
  • 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
  • Accelerating scientific discovery with ChatGPT for Academic Researchers

    calendar Jul 29, 2026 · openai.com/blog
    Accelerating scientific discovery with ChatGPT for Academic Researchers

    OpenAI is giving 100,000 academic researchers free access to ChatGPT's most advanced AI models to accelerate scientific research, collaboration, and discovery. Link to article: https://openai.com/index/chatgpt-for-academic-researchers


    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
  • How GPT-5.6 fuses frontier intelligence with frontier efficiency

    calendar Jul 29, 2026 · openai.com/blog
    How GPT-5.6 fuses frontier intelligence with frontier efficiency

    GPT-5.6 improves AI efficiency across models, inference, and agentic workflows, helping deliver more useful intelligence per dollar. Link to article: https://openai.com/index/gpt-5-6-frontier-intelligence-efficiency


    Read More
  • MAI-Code-1-Flash: early results from real developer workflows

    calendar Jul 29, 2026 · devblogs.microsoft.com
    MAI-Code-1-Flash: early results from real developer workflows

    MAI-Code-1-Flash is a lightweight coding model purpose built for the fast, iterative work developers do every day in GitHub. In this post, we share what the data is telling us about how it performs in real developer workflows. Read the full article Link to article: …


    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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top