.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Fast Web Services with Marten and Polecat

    calendar Jul 29, 2026 · jeremydmiller.com
    Fast Web Services with Marten and Polecat

    In many .NET systems, writing a web service that returns query results means some combination of: Whew. That’s a non-trivial amount of your time (or AI tokens) and a significant amount of runtime overhead with all the transformations and thrashing your memory with all the object allocations involved. Now let’s talk …


    Read More
  • OpenTelemetry ASP.NET Core: Setup, Auto-Instrumentation, and Configuration

    calendar Jul 29, 2026 · devleader.ca
    OpenTelemetry ASP.NET Core: Setup, Auto-Instrumentation, and Configuration

    Set up OpenTelemetry ASP.NET Core with AddOpenTelemetry(), auto-instrumentation, metrics collection, and practical configuration examples for .NET 10. Link to article: https://www.devleader.ca/2026/07/29/opentelemetry-aspnet-core-setup-autoinstrumentation-and-configuration


    Read More
  • Generating Referentially Consistent Synthetic Test Data for PostgreSQL in .NET Application Modernization

    calendar Jul 29, 2026 · aws.amazon.com/blogs/dotnet
    Generating Referentially Consistent Synthetic Test Data for PostgreSQL in .NET Application Modernization

    Satyajit Gokhale, Aiswaryaa Venugopalan, Ruchi Agarwal, Nits Jeganathan, Khurram Khawaja, Vijay Mandadi, and Luke Huan contributed to this article. Within the .NET application modernization service of AWS Transform, enterprise customers are also provided an option to migrate the database layer of the application from …


    Read More
  • Azure SDK Release (July 2026)

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Azure SDK Release (July 2026)

    Thank you for your interest in the new Azure SDKs! We release new features, improvements, and bug fixes every month. Subscribe to our Azure SDK Blog RSS Feed to get notified when a new release is available. You can find links to packages, code, and docs on our Link to article: …


    Read More
  • Visual Studio Code 1.131

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.131

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


    Read More
  • Visual Studio Code 1.132 (Insiders)

    calendar Jul 29, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.132 (Insiders)

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


    Read More
  • Authenticate with Private Key JWT using Amazon Bedrock AgentCore Identity

    calendar Jul 29, 2026 · aws.amazon.com/blogs/machine-learning
    Authenticate with Private Key JWT using Amazon Bedrock AgentCore Identity

    This post explains how Private Key JWT client authentication works in AgentCore Identity and reviews the supported grant flows. We then walk through creating an AWS KMS signing key, registering its public key with your identity provider, configuring a credential provider on the AWS Management Console, and reviewing …


    Read More
  • PyTorch Tutorial for Deep Learning

    calendar Jul 29, 2026 · blog.jetbrains.com
    PyTorch Tutorial for Deep Learning

    This is a guest post from Naa Ashiorkor, a data scientist and tech community builder. Building intelligent systems that can see, hear, understand language, and make decisions was previously the domain of specialized researchers with massive computing resources only – today, deep learning has made this accessible to …


    Read More
  • Generate Autonomous Business Insights with AI Agent and MCP Servers

    calendar Jul 29, 2026 · aws.amazon.com/blogs/machine-learning
    Generate Autonomous Business Insights with AI Agent and MCP Servers

    Learn how Amazon Bedrock AgentCore delivers autonomous, cross-system business intelligence through configuration rather than custom code. Using pre-built MCP server connectors, fine-grained access control, and persistent memory, enterprises can query multiple data sources with natural language while enforcing …


    Read More
  • Automating customer retention workflows in Amazon Quick

    calendar Jul 29, 2026 · aws.amazon.com/blogs/machine-learning
    Automating customer retention workflows in Amazon Quick

    Learn how to build a no-code customer retention pipeline in Amazon Quick that detects at-risk customers from call transcripts and CSAT data, scores them by retention priority with a custom MCP Action, and generates personalized retention letters, reducing response time from days to minutes. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top