.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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
  • 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
  • Distributed Tracing Across .NET Services with OpenTelemetry: W3C Trace Context and Baggage

    calendar Aug 1, 2026 · devleader.ca
    Distributed Tracing Across .NET Services with OpenTelemetry: W3C Trace Context and Baggage

    Learn distributed tracing in .NET with OpenTelemetry: W3C trace context, Baggage, and traceparent headers linking spans across services, with C# examples. Link to article: https://www.devleader.ca/2026/08/01/distributed-tracing-across-net-services-with-opentelemetry-w3c-trace-context-and-baggage


    Read More
  • NLog in .NET: Complete Guide to Flexible Logging

    calendar Aug 1, 2026 · devleader.ca
    NLog in .NET: Complete Guide to Flexible Logging

    Master NLog in .NET with this complete guide. Learn targets, rules, layout renderers, structured logging, and performance optimization for C# applications. Link to article: https://www.devleader.ca/2026/08/01/nlog-in-net-complete-guide-to-flexible-logging


    Read More
  • Should You Split That Into Microservices? Ask These 5 Questions First

    calendar Aug 1, 2026 · milanjovanovic.tech
    Should You Split That Into Microservices? Ask These 5 Questions First

    Nobody regrets microservices on day one. The regret shows up eighteen months later, when the team is drowning in distributed-systems problems they never needed… Link to article: https://milanjovanovic.tech/blog/should-you-split-that-into-microservices-ask-these-5-questions-first


    Read More
  • Ten advances in mathematics and theoretical computer science

    calendar Aug 1, 2026 · openai.com/blog
    Ten advances in mathematics and theoretical computer science

    OpenAI shares new results on long-standing open problems in mathematics and theoretical computer science, including advances in geometry, cryptography, and complexity. Link to article: https://openai.com/index/ten-advances-in-mathematics


    Read More
  • OpenTelemetry Exporters in .NET: OTLP, Prometheus, Jaeger, and Azure Monitor

    calendar Jul 31, 2026 · devleader.ca
    OpenTelemetry Exporters in .NET: OTLP, Prometheus, Jaeger, and Azure Monitor

    A practical guide to OpenTelemetry exporters in .NET -- configuring OTLP, Prometheus, Azure Monitor, and Jaeger with real C# examples for ASP.NET Core. Link to article: https://www.devleader.ca/2026/07/31/opentelemetry-exporters-in-net-otlp-prometheus-jaeger-and-azure-monitor


    Read More
  • Announcing the Agentic Catalog Experience in Amazon Quick

    calendar Jul 31, 2026 · aws.amazon.com/blogs/machine-learning
    Announcing the Agentic Catalog Experience in Amazon Quick

    Amazon Quick introduces the Agentic Catalog Experience, an AI-powered workflow for data curators to discover upstream catalog assets in natural language and auto-create Datasets and Topics with inherited semantics. Now in preview for AWS Glue Data Catalog and Databricks Unity Catalog. Link to article: …


    Read More
  • Docker OIDC connections for GitHub Actions available for Docker Orgs

    calendar Jul 31, 2026 · docker.com
    Docker OIDC connections for GitHub Actions available for Docker Orgs

    Eliminate Stored Credentials in Your CI/CD Pipelines TL;DR: Docker now supports OpenID Connect (OIDC) for GitHub Actions. Your workflows can authenticate with short-lived, per-run tokens instead of stored PATs or OATs. No secrets to rotate, no credentials to leak. GitHub OIDC connections are available to organizations …


    Read More
  • Optimizing production agents with Amazon Bedrock AgentCore Observability

    calendar Jul 31, 2026 · aws.amazon.com/blogs/machine-learning
    Optimizing production agents with Amazon Bedrock AgentCore Observability

    As your AI agents move from prototype to production, the challenge shifts from getting them to work to keeping them fast and efficient. Learn how to use Amazon Bedrock AgentCore Observability and Amazon CloudWatch to find performance bottlenecks and diagnose memory issues in long-running agent sessions. Link to …


    Read More
  • From generated code to trusted code with a unit-test agent

    calendar Jul 31, 2026 · devblogs.microsoft.com
    From generated code to trusted code with a unit-test agent

    A common request to a coding agent is only one line: Generate unit tests. That request leaves important questions open. Which code needs tests? Which test framework does the project use? Where should the tests go? How does the build find them? What should the tests check? The agent can learn from the repository, Link …


    Read More
  • Advancing responsible AI across Europe

    calendar Jul 31, 2026 · openai.com/blog
    Advancing responsible AI across Europe

    OpenAI shares how its safety, security, transparency, and provenance practices support responsible AI governance in Europe. The work will continue as the EU AI Act advances. Link to article: https://openai.com/index/advancing-responsible-ai-across-europe


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top