.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Introducing Web Search on Amazon Bedrock for foundation model grounding

    calendar Aug 4, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Web Search on Amazon Bedrock for foundation model grounding

    Today, we are introducing the general availability of Web Search on Amazon Bedrock. It is a server-side built-in tool that grounds model responses in current web knowledge. With Web Search, grounding becomes a native capability of Amazon Bedrock, with no third-party vendors to onboard, no external APIs to orchestrate, …


    Read More
  • Build Production-Ready Agents with the GitHub Copilot Harness and Agent Framework

    calendar Aug 4, 2026 · devblogs.microsoft.com
    Build Production-Ready Agents with the GitHub Copilot Harness and Agent Framework

    Developers increasingly want to build agents that can reason about code, modify files, execute commands, interact with developer tools, and work across entire repositories. While GitHub Copilot already provides a powerful coding harness for these scenarios, developers often need additional capabili Link to article: …


    Read More
  • Automated web insight extraction with Amazon Bedrock AgentCore

    calendar Aug 4, 2026 · aws.amazon.com/blogs/machine-learning
    Automated web insight extraction with Amazon Bedrock AgentCore

    Extracting insights from dozens of websites by hand quickly becomes overwhelming. This post shows how to build an automated web insight extraction solution with Amazon Bedrock AgentCore Browser, Amazon Bedrock, Amazon OpenSearch Serverless, and AWS Lambda that monitors RSS feeds, renders pages reliably, and makes …


    Read More
  • dotInsights | August 2026

    calendar Aug 4, 2026 · blog.jetbrains.com
    dotInsights | August 2026

    Did you know? Ever wondered why C# uses the semicolon to terminate a statement? Obviously it comes from the C/C++ heritage it shares with other languages like Java, but where did C get it from? That would be Algol, where the semicolon was used to separate statements. But why the semicolon? In natural language grammar, …


    Read More
  • The Software Supply Chain Is Under Siege. Devs Are Still the First Line of Defense

    calendar Aug 4, 2026 · docker.com
    The Software Supply Chain Is Under Siege. Devs Are Still the First Line of Defense

    77% of organizations experienced a software supply chain incident in the past year. Explore Omdia's latest research on top risks, security gaps, and why developers are your first line of defense. Link to article: https://www.docker.com/blog/software-supply-chain-security-omdia-2026-report/


    Read More
  • Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit

    calendar Aug 4, 2026 · devblogs.microsoft.com
    Build Azure Skills Faster with Cloud Academy, a Visual Studio Subscriber Benefit

    Link to article: https://devblogs.microsoft.com/visualstudio/build-azure-skills-faster-with-cloud-academy-a-visual-studio-subscriber-benefit


    Read More
  • IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows

    calendar Aug 4, 2026 · blog.jetbrains.com
    IntelliJ IDEA Goes LSP: Java and Kotlin Intelligence Comes to VS Code, Cursor, and Agentic Flows

    It’s no secret that agentic development is changing how developers build software. As agents take on more and more of the implementation work, developers spend less and less time manually editing code. For this manual work, they might only need a basic, narrow set of features that IDEs provide, like navigating to …


    Read More
  • Automatic CSRF protection based on Fetch Metadata headers: Exploring the .NET 11 preview - Part 6

    calendar Aug 4, 2026 · andrewlock.net
    Automatic CSRF protection based on Fetch Metadata headers: Exploring the .NET 11 preview - Part 6

    In this post I describe the new Cross-Site Request Forgery protection added to ASP.NET Core that uses Fetch Metadata HTTP headers instead of antiforgery tokens Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-6-automatic-csrf-protection-based-on-fetch-metadata-http-headers/


    Read More
  • Kodee’s Kotlin Roundup: Birthday Wishes, Shipaton 2026, and the New Kotlin AI Benchmark

    calendar Aug 4, 2026 · blog.jetbrains.com
    Kodee’s Kotlin Roundup: Birthday Wishes, Shipaton 2026, and the New Kotlin AI Benchmark

    Hi everyone! July gave me plenty to celebrate: Kotlin turned 15, got its first public benchmark for AI coding agents, became available in BlueJ, and shipped its 2.4.10 release. Developers can also demonstrate their skills at RevenueCat Shipaton 2026 by building a Kotlin Multiplatform app and competing for the Ship …


    Read More
  • Modern authentication in ASP.NET Core with 2FA and passkey

    calendar Aug 4, 2026 · blog.elmah.io
    Modern authentication in ASP.NET Core with 2FA and passkey

    This walkthrough builds a .NET 10 ASP.NET Core Web API (TwoFaNET10) implementing two-factor authentication and WebAuthn/FIDO2 passkey login, using Microsoft.AspNetCore.Identity.EntityFrameworkCore with Npgsql PostgreSQL, JWT bearer tokens, and a custom ApplicationUser extending IdentityUser. Link to article: …


    Read More
  • New ways to learn and teach with ChatGPT Work and Codex

    calendar Aug 4, 2026 · openai.com/blog
    New ways to learn and teach with ChatGPT Work and Codex

    Explore new education plugins for ChatGPT Work and Codex that help K–12 teachers, college educators, and students learn, teach, research, and build. Link to article: https://openai.com/index/learn-teach-chatgpt-work-codex


    Read More
  • Declarative Testing Helper for Marten or Polecat Projections

    calendar Aug 3, 2026 · jeremydmiller.com
    Declarative Testing Helper for Marten or Polecat Projections

    We’ve had an undocumented until now API in Marten for years called EventProjectionScenario for declarative testing of Marten projections — somewhat based on the Scenario usage in our Alba library for ASP.Net Core testing. As part of some cleanup this week, I finally added some documentation and lifted that to where …


    Read More
  • Building an operations assistant on Azure that waits for approval before it acts

    calendar Aug 3, 2026 · devblogs.microsoft.com
    Building an operations assistant on Azure that waits for approval before it acts

    Grounding an assistant in runbooks is the easy half. The interesting engineering is in the boundary between what a model proposes and what an authenticated person actually authorizes. An operations assistant stops being a demo the moment it can act. Answering "which runbook covers this alert" is a search …


    Read More
  • Getting Started with NLog in ASP.NET Core

    calendar Aug 3, 2026 · devleader.ca
    Getting Started with NLog in ASP.NET Core

    Learn how to set up NLog in ASP.NET Core step by step. Covers XML nlog.config and appsettings.json configuration, Program.cs setup, Worker Services, and ILogger usage. Link to article: https://www.devleader.ca/2026/08/03/getting-started-with-nlog-in-aspnet-core


    Read More
  • Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime

    calendar Aug 3, 2026 · devblogs.microsoft.com
    Strengthening NuGet Supply Chain Security: Reducing API Key Lifetime

    Many developers publish packages to NuGet.org via API keys. In recent years, API keys and Personal Access Tokens (PATs) have been frequently used as an attack vector to gain access to systems. There are multiple problems with API keys and PATs; the two biggest ones are that they are loose strings that are easy to lose, …


    Read More
  • From weeks to minutes: How Formula 1® uses agentic AI on AWS to accelerate data operations

    calendar Aug 3, 2026 · aws.amazon.com/blogs/machine-learning
    From weeks to minutes: How Formula 1® uses agentic AI on AWS to accelerate data operations

    Formula 1® partnered with AWS to build the Data Accelerator, using agentic AI on Amazon Bedrock AgentCore to transform its MarTech data platform. Learn how F1 cut data source onboarding from up to 8 weeks to about 40 minutes, automated schema evolution, and gained end-to-end observability across its fan-engagement data …


    Read More
  • Automated Reasoning policy refinement in Amazon Bedrock

    calendar Aug 3, 2026 · aws.amazon.com/blogs/machine-learning
    Automated Reasoning policy refinement in Amazon Bedrock

    Amazon Bedrock now supports automatic Automated Reasoning policy refinement. The refinement engine diagnoses failing tests and proposes formal-logic fixes for rule issues and language issues, and you approve every change before it takes effect. This post walks through both refinement modes with complete API and console …


    Read More
  • Modernize SQL Server databases to Aurora PostgreSQL using AWS Transform

    calendar Aug 3, 2026 · aws.amazon.com/blogs/dotnet
    Modernize SQL Server databases to Aurora PostgreSQL using AWS Transform

    Introduction Modernizing SQL Server databases to Aurora PostgreSQL often stalls before it starts. Infrastructure setup, network configurations, credential sharing, and security reviews create weeks of friction before teams can even assess what the migration involves. With Offline Source in AWS Transform full-stack …


    Read More
  • Learn pandas the Right Way: A Python Library Course That Doesn’t Waste Your Time

    calendar Aug 3, 2026 · blog.jetbrains.com
    Learn pandas the Right Way: A Python Library Course That Doesn’t Waste Your Time

    Let’s talk about the elephant in every data scientist’s room (or in this case, the panda). You’ve probably touched pandas before, even if nobody introduced you two properly. Ever opened a CSV file in Python and tried to make sense of it? Sorted a column, dropped some junk rows, and prayed a merge would work? […] Link …


    Read More
  • Docker AI Governance: Audit Logs, Now Where Your Security Team Already Works

    calendar Aug 3, 2026 · docker.com
    Docker AI Governance: Audit Logs, Now Where Your Security Team Already Works

    Now in Docker AI Governance: a single searchable record of every policy decision your agents trigger, streamed to the SIEM your security team already runs, so you can show what your agents did and what your policy stopped. Today, Docker AI Governance now streams every policy decision in your organization into the SIEM …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top