.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • 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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top