.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • SkiaSharp 4.0 is here: announcing the first stable release

    calendar Jun 29, 2026 · devblogs.microsoft.com
    SkiaSharp 4.0 is here: announcing the first stable release

    SkiaSharp has been the backbone of cross-platform 2D graphics in .NET for over a decade. It powers pixel-perfect text, geometry, and image rendering across mobile, desktop, web, and server using the open-source Skia engine, and it sits under .NET MAUI, WebAssembly, WinUI 3, and frameworks like Link to article: …


    Read More
  • Why Care About Agent Authored Code Quality

    calendar Jun 29, 2026 · ardalis.com/blog
    Why Care About Agent Authored Code Quality

    A developer I was chatting with recently raised a question I’ve been hearing more and more: Since we can produce code so fast now, does the code actually matter that much? Assuming the code fulfills the requirement through actual user testing, who cares what the code looks like? We’re just sitting at another layer of …


    Read More
  • Implement a backup strategy for Amazon Quick Sight BI assets

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Implement a backup strategy for Amazon Quick Sight BI assets

    In this post, we cover best practices for implementing an effective backup strategy for BI assets in Quick Sight. We start by covering the options for selecting the assets to include in your backup, then explain the high-level APIs available for that purpose, and finalize with sample code to help you get started …


    Read More
  • Pair Nova 2 Lite with Claude for cost-optimized document processing

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Pair Nova 2 Lite with Claude for cost-optimized document processing

    In this post, we show how pairing Amazon Nova 2 Lite with Anthropic’s Claude Sonnet 4.6 delivers an efficient solution for digitizing scanned documents at scale. We built a two-model pipeline on Amazon Bedrock for digitizing scanned yearbook pages. Amazon Nova 2 Lite handles native multimodal extraction in a single …


    Read More
  • Multi-tenant LLM analytics with row-level security: How we built a secure agent on AWS

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Multi-tenant LLM analytics with row-level security: How we built a secure agent on AWS

    In this post, we show you how PAR built a production-ready multi-tenant LLM analytics system that enforces row-level security through a three-layer architecture: cryptographic request signing with AWS SigV4, semantic validation on Amazon Bedrock, and programmatic data isolation via Split-Plane SQL. We demonstrate how …


    Read More
  • Build an agentic AI healthcare claims pipeline with Amazon Bedrock and AWS HealthLake

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Build an agentic AI healthcare claims pipeline with Amazon Bedrock and AWS HealthLake

    In this post, we show you how to build an automated claims processing pipeline using two key Amazon Bedrock capabilities: Amazon Bedrock Data Automation for intelligent document extraction from healthcare claim forms, and Amazon Bedrock AgentCore for hosting an AI agent that validates and transforms the extracted data …


    Read More
  • Debugging production agents with Amazon Bedrock AgentCore Observability

    calendar Jun 29, 2026 · aws.amazon.com/blogs/machine-learning
    Debugging production agents with Amazon Bedrock AgentCore Observability

    In this post, you learn how to debug production agent failures using built-in observability capabilities. We walk through common failure patterns, show how to analyze agent behavior with traces and metrics, and provide structured workflows for resolving issues such as infinite loops and tool invocation failures. This …


    Read More
  • Packaging and Package Identity for .NET apps with WinApp CLI on Windows

    calendar Jun 29, 2026 · devblogs.microsoft.com
    Packaging and Package Identity for .NET apps with WinApp CLI on Windows

    Package identity has often been a pain point for developers looking to build apps that integrate with Windows APIs. Many modern Windows features, like push notifications or the AI APIs, are gated behind package identity. For Windows apps that are unpackaged by default (like .NET console or WPF applications), this meant …


    Read More
  • WSL container is now available for public preview

    calendar Jun 29, 2026 · devblogs.microsoft.com
    WSL container is now available for public preview

    At Microsoft Build 2026, we introduced WSL containers, bringing Linux container development directly into Windows through the Windows Subsystem for Linux (WSL). Containers have become a foundational part of modern development - from cloud-native applications and AI workloads to testing and deployment pipelines and WSL …


    Read More
  • JetBrains Air lands on Windows

    calendar Jun 29, 2026 · blog.jetbrains.com
    JetBrains Air lands on Windows

    We’re excited to welcome Windows developers to JetBrains Air! Download for x64 / Download for ARM64 Since we launched the JetBrains Air, Windows support has been one of the most requested updates from the developer community. We heard that feedback and worked hard to bring Air to Windows. Air is built for …


    Read More
  • The Role of Static Code Analysis in Fintech Compliance

    calendar Jun 29, 2026 · blog.jetbrains.com
    The Role of Static Code Analysis in Fintech Compliance

    What’s at stake with every commit Security incidents in financial services are both frequent and costly. The average data breach in the financial industry cost USD 6.08 million in 2024. That includes incident response, customer notification, legal work, and reputational damage, but it doesn’t include the months of …


    Read More
  • Automating your Visual Studio extension builds with GitHub Actions

    calendar Jun 29, 2026 · devblogs.microsoft.com
    Automating your Visual Studio extension builds with GitHub Actions

    If you’re building and maintaining Visual Studio extensions, you’ve probably ended up with some sort of build and publishing workflow - whether it’s manual, scripted, or stitched together over time. This post is for extension authors who want a simple, repeatable way to build, version, and publish their VSIX files …


    Read More
  • When to Use Visitor Pattern in C#: Decision Guide with Examples

    calendar Jun 29, 2026 · devleader.ca
    When to Use Visitor Pattern in C#: Decision Guide with Examples

    Learn when to use visitor pattern in C# with decision criteria, double dispatch scenarios, and code examples for algorithm separation. Link to article: https://www.devleader.ca/2026/06/29/when-to-use-visitor-pattern-in-c-decision-guide-with-examples


    Read More
  • Kotlin Notebook Sunset

    calendar Jun 29, 2026 · blog.jetbrains.com
    Kotlin Notebook Sunset

    Starting from IntelliJ IDEA 2026.2, JetBrains will sunset Kotlin Notebook as a product and will no longer maintain it. The plugin will remain available on an open-source model so the community can continue its development. Below, we explain why we’re making this change, how it affects current Kotlin Notebook users, …


    Read More
  • Agent Harness: Working with your data, safely

    calendar Jun 29, 2026 · devblogs.microsoft.com
    Agent Harness: Working with your data, safely

    Part 2 of Build your own claw and agent harness with Microsoft Agent Framework. In Part 1 we stood up a har Link to article: https://devblogs.microsoft.com/agent-framework/agent-harness-working-with-your-data-safely


    Read More
  • Remote Event Receivers are retiring: move to SharePoint webhooks before July 1, 2027

    calendar Jun 29, 2026 · devblogs.microsoft.com
    Remote Event Receivers are retiring: move to SharePoint webhooks before July 1, 2027

    On July 1, 2027, Remote Event Receivers (RERs) will stop working in SharePoint Online. After that date, no remote event receiver will fire events, regardless of how it was registered. If your application still relies on remote event receivers to react to changes in SharePoint, now is the time to plan your move to Share …


    Read More
  • Spring AI 2.0 is GA: Vector Search, Memory, and Agents on Azure Cosmos DB

    calendar Jun 29, 2026 · devblogs.microsoft.com
    Spring AI 2.0 is GA: Vector Search, Memory, and Agents on Azure Cosmos DB

    The wait is over. Spring AI 2.0 is generally available, and Azure Cosmos DB is right there with it. With this release, Sp Link to article: https://devblogs.microsoft.com/cosmosdb/spring-ai-2-0-is-ga-vector-search-memory-and-agents-on-azure-cosmos-db


    Read More
  • Mapping Europe’s AI Workforce Opportunity

    calendar Jun 29, 2026 · openai.com/blog
    Mapping Europe’s AI Workforce Opportunity

    A new OpenAI report maps how AI could reshape jobs across the EU, highlighting which occupations may face automation, growth, or workflow changes. Link to article: https://openai.com/index/mapping-ai-jobs-transition-eu


    Read More
  • HttpClient DNS Issues in C# and .NET: PooledConnectionLifetime and SocketsHttpHandler

    calendar Jun 28, 2026 · devleader.ca
    HttpClient DNS Issues in C# and .NET: PooledConnectionLifetime and SocketsHttpHandler

    Learn how to solve httpclient dns staleness in .NET 10 C# -- why reusing a single HttpClient causes stale DNS responses, and how PooledConnectionLifetime, IHttpClientFactory handler rotation, and SocketsHttpHandler solve the problem for cloud-native and Kubernetes deployments. Link to article: …


    Read More
  • Interpreter Pattern Real-World Example in C#: Complete Implementation

    calendar Jun 28, 2026 · devleader.ca
    Interpreter Pattern Real-World Example in C#: Complete Implementation

    See the interpreter pattern in action with a complete real-world C# example building a search query DSL with expression parsing and evaluation. Link to article: https://www.devleader.ca/2026/06/28/interpreter-pattern-realworld-example-in-c-complete-implementation


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top