.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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

    calendar Aug 4, 2026 · andrewlock.net
    Automatic CSRF protection based on Fetch Metadata headers

    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
  • 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
  • Empty sandboxes break developer experience

    calendar Aug 3, 2026 · docker.com
    Empty sandboxes break developer experience

    Learn how Docker Sandbox kits turn empty sandboxes into productive development environments with repeatable tooling, credentials, and configuration. Link to article: https://www.docker.com/blog/empty-sandboxes-break-developer-experience/


    Read More
  • Our First Moves to Get AI Spend Under Control

    calendar Aug 3, 2026 · blog.jetbrains.com
    Our First Moves to Get AI Spend Under Control

    Over the past six months at JetBrains, our AI development expenses have increased roughly 10x. When the costs started rising, of course we noticed – and realized that we simply didn’t know how to control them systematically. We didn’t know because our developers don’t just use the AI tools we build. They decide for …


    Read More
  • Adding a Clone method to a C# record

    calendar Aug 3, 2026 · meziantou.net
    Adding a Clone method to a C# record

    Adding a Clone method to a C# record When using records, creating a copy with with is concise: var sample = new Sample("meziantou"); _ = sample with { }; public record Sample(string Value); This works well, but sample with { } is not always obvious as a discoverable Clone API for consumers. Why public Sample …


    Read More
  • How we built a realtime system for responsive voice AI in six months

    calendar Aug 3, 2026 · openai.com/blog
    How we built a realtime system for responsive voice AI in six months

    GPT-Live enables continuous voice interaction with AI, using a turnless speech model and low-latency architecture for faster, more natural conversations. Link to article: https://openai.com/index/continuous-voice-interaction-with-gpt-live


    Read More
  • P/Invoke Showdown: [DllImport] vs. [LibraryImport] in Modern .NET

    calendar Aug 2, 2026 · dotnettips.wordpress.com
    P/Invoke Showdown: [DllImport] vs. [LibraryImport] in Modern .NET

    Is [LibraryImport] always faster than [DllImport]? Not necessarily. I benchmarked both across native Windows API calls, string marshalling, handles, out parameters, and allocation-heavy scenarios. The results may surprise you. Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top