.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Applications Are Not Packages

    calendar Jul 7, 2026 · devblogs.microsoft.com
    Applications Are Not Packages

    Applications are not packages. Let me repeat. Applications are not packages. This is a common misconception due to the (too) often blurring of concepts and terminology. Packages and applications are different and distinct things, so it's important to understand what those words mean (to MSIX). Packages and A Link to …


    Read More
  • How did Windows 95 decide that a setup program ran?

    calendar Jul 7, 2026 · devblogs.microsoft.com
    How did Windows 95 decide that a setup program ran?

    A little while ago, I mentioned that Windows 95 had some defenses against installers that overwrite a file with an older version. These defenses kicked in whenever it dete Link to article: https://devblogs.microsoft.com/oldnewthing/20260707-00/?p=112508


    Read More
  • Don't rewrite your CLI for agents

    calendar Jul 7, 2026 · devblogs.microsoft.com
    Don't rewrite your CLI for agents

    There's advice making the rounds: replace your CLI args with a single --json payload so agents can use your tool more effectively. The thinking being, that agents already think in structured formats, and nested data maps cleanly to JSON. Flat args on the other hand, force awkward conventions like repeating …


    Read More
  • What’s Next for TeamCity – CI/CD by JetBrains

    calendar Jul 7, 2026 · blog.jetbrains.com
    What’s Next for TeamCity – CI/CD by JetBrains

    What we’re building toward As the share of code written by AI agents grows rapidly, two questions are central to effective AI adoption: How can teams turn AI usage into real productivity gains, and how can they maintain quality, security, and control while doing so? CI/CD is critical to both. Every contribution, …


    Read More
  • The Benchmark Meaning Gap

    calendar Jul 7, 2026 · blog.jetbrains.com
    The Benchmark Meaning Gap

    In any recent model comparison, you’ve probably seen a single number from a coding benchmark to represent “How good this model is at coding”. Those scores are tempting: they’re simple, they’re leaderboard-friendly, and they seem to tell a clear story about progress. But that story didn’t hold up when we looked more …


    Read More
  • How to Set Up Serilog in ASP.NET Core: Step-by-Step Guide

    calendar Jul 7, 2026 · devleader.ca
    How to Set Up Serilog in ASP.NET Core: Step-by-Step Guide

    Learn how to set up Serilog in ASP.NET Core with two-stage initialization, appsettings.json configuration, and structured request logging. .NET 9 and .NET 10. Link to article: https://www.devleader.ca/2026/07/07/how-to-set-up-serilog-in-aspnet-core-stepbystep-guide


    Read More
  • AI Helps Junior Developers Code Faster. This Prompt Helps Them Build Better.

    calendar Jul 7, 2026 · build5nines.com
    AI Helps Junior Developers Code Faster. This Prompt Helps Them Build Better.

    A junior developer sits down with an AI coding assistant and types something like, “Build me an API for managing customer orders.” A few moments… Link to article: https://build5nines.com/ai-helps-junior-developers-code-faster-this-prompt-helps-them-build-better/


    Read More
  • JetBrains AI for Teams and Organizations: From Fragmented AI Usage to Coordinated Software Development

    calendar Jul 7, 2026 · blog.jetbrains.com
    JetBrains AI for Teams and Organizations: From Fragmented AI Usage to Coordinated Software Development

    We’re about to start rolling out a new set of AI capabilities that provide shared context, reusable agentic workflows, organization-level governance, and cost control for software production. Developers use different AI tools depending on the task – from JetBrains IDEs to terminal-based agents such as Claude Code, …


    Read More
  • Agent Skills for .NET Is Now Released

    calendar Jul 7, 2026 · devblogs.microsoft.com
    Agent Skills for .NET Is Now Released

    You can now give your .NET agents reusable packages of domain expertise - instructions, reference documents, and scripts they load only when a task needs them - through a stable, production-ready API. Agent Skills for .NET in Microsoft Agent Framework has moved out of experimental preview - the [Experimental] attribute …


    Read More
  • Improvements to reading Process outputs: Exploring the .NET 11 preview - Part 5

    calendar Jul 7, 2026 · andrewlock.net
    Improvements to reading Process outputs: Exploring the .NET 11 preview - Part 5

    In this post I show some of the improvements to the Process API in .NET 11 for running processes and reading their outputs without risk of deadlock Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-5-improvments-to-process-apis/


    Read More
  • Java Annotated Monthly – July 2026

    calendar Jul 7, 2026 · blog.jetbrains.com
    Java Annotated Monthly – July 2026

    Welcome back to another edition of Java Annotated Monthly! As always, we’ve rounded up the best reads from across the ecosystem so you don’t have to go hunting yourself. This month’s lineup spans the usual favorites: fresh finds from the Java and Kotlin worlds, a healthy dose of AI developments worth your attention, …


    Read More
  • Shift-Left Static Code Analysis

    calendar Jul 7, 2026 · blog.jetbrains.com
    Shift-Left Static Code Analysis

    It’s a situation you’ve probably experienced before: late in your development process, a security vulnerability surfaces during final testing, weeks after the code was written. As a result, you find yourself context-switching from your current sprint, reconstructing decisions you made a month ago, and trying to …


    Read More
  • What's New in Microsoft Foundry | June 2026

    calendar Jul 7, 2026 · devblogs.microsoft.com
    What's New in Microsoft Foundry | June 2026

    Here's what shipped in Microsoft Foundry in June 2026 — Claude reached general availability, Foundry agents started publishing straight into Microsoft 365 Copilot and Teams, and Toolboxes, Routines, and Memory all got meaningfully more capable. TL;DR Claude is now generally available in Microsoft Foundry: Link to …


    Read More
  • Microsoft Agent Framework for .NET (part 1): what it is, how it works, and when to use it

    calendar Jul 7, 2026 · code4it.dev
    Microsoft Agent Framework for .NET (part 1): what it is, how it works, and when to use it

    Microsoft Agent Framework is Microsoft’s production-oriented framework for building AI agents and multi-agent workflows in .NET and Python. Let’s see how it works, why Microsoft created it, and when to choose it over Semantic Kernel, LangChain, or AutoGen. Link to article: …


    Read More
  • How to Publish a NuGet Package to NuGet.org

    calendar Jul 6, 2026 · devleader.ca
    How to Publish a NuGet Package to NuGet.org

    Learn how to publish NuGet package files to NuGet.org using dotnet nuget push. Covers API keys, nuget.config setup, the validation queue, and unlisting. Link to article: https://www.devleader.ca/2026/07/06/how-to-publish-a-nuget-package-to-nugetorg


    Read More
  • See our new Azure Cosmos DB Design Patterns

    calendar Jul 6, 2026 · devblogs.microsoft.com
    See our new Azure Cosmos DB Design Patterns

    Design patterns are where good data modeling lives or dies. In a NoSQL database like Azure Cosmos DB, the difference between a schema that scales to millions of operations per second and one that fights you at every turn usually comes down to a handful of well‑understood patterns: how you partiti Link to article: …


    Read More
  • Run MiniMax models on Amazon Bedrock

    calendar Jul 6, 2026 · aws.amazon.com/blogs/machine-learning
    Run MiniMax models on Amazon Bedrock

    In this post, we walk through how to get started with MiniMax models on Amazon Bedrock, including the capabilities supported by these models, the service tiers available, how on-demand inference scales to handle your workloads, and the different APIs you can use to access them. Using these models, customers can build …


    Read More
  • Deploying Multi-Turn RL Infrastructure for Amazon Nova on Amazon SageMaker HyperPod

    calendar Jul 6, 2026 · aws.amazon.com/blogs/machine-learning
    Deploying Multi-Turn RL Infrastructure for Amazon Nova on Amazon SageMaker HyperPod

    In this post, you deploy a two-phase infrastructure for multi-turn RL using Amazon Nova Forge on Amazon SageMaker HyperPod. By the end, you have an event-driven pipeline that starts training when you upload data to Amazon Simple Storage Service (Amazon S3). The training job teaches the model to play Wordle, a …


    Read More
  • Automatically redact PII in images with Amazon Nova

    calendar Jul 6, 2026 · aws.amazon.com/blogs/machine-learning
    Automatically redact PII in images with Amazon Nova

    In this post, we present a multi-step pipeline directed by Amazon Nova, which uses its contextual vision reasoning to coordinate complementary tools, including Meta’s open-source Segment Anything Model (SAM 3) deployed on Amazon SageMaker AI for pixel-level segmentation, and Amazon Textract for optical character …


    Read More
  • Streaming benchmark and recommendation results to MLflow with Amazon SageMaker AI

    calendar Jul 6, 2026 · aws.amazon.com/blogs/machine-learning
    Streaming benchmark and recommendation results to MLflow with Amazon SageMaker AI

    In this post, you learn how to use the new MLflow integration with Amazon SageMaker AI optimized inference recommendation jobs and Amazon SageMaker AI benchmark jobs to automatically stream experiment data into a unified tracking interface. This integration streams metrics, parameters, and charts into your serverless …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top