.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How OneAdvanced deployed over 50 AI agents on UK-sovereign AWS

    calendar Aug 12, 2026 · aws.amazon.com/blogs/machine-learning
    How OneAdvanced deployed over 50 AI agents on UK-sovereign AWS

    Learn how OneAdvanced, a UK enterprise software provider, built a UK-sovereign AI platform by self-hosting Llama 4 Maverick and Llama Guard 4 on Amazon SageMaker AI, with a RAG pipeline on pgvector and over 50 agents built with Strands Agents SDK on Amazon ECS. Link to article: …


    Read More
  • Pay with confidence: How Solv Labs built verifiable, auditable agent payments on Amazon Bedrock AgentCore payments

    calendar Aug 12, 2026 · aws.amazon.com/blogs/machine-learning
    Pay with confidence: How Solv Labs built verifiable, auditable agent payments on Amazon Bedrock AgentCore payments

    Solv Labs built a governed agent-payments workflow on Amazon Bedrock AgentCore payments, where every transaction is authorized, attested in an AWS Nitro Enclave, priced for risk, and anchored to a public blockchain before settlement. See how the pattern gives enterprises a verifiable, auditable trail for autonomous …


    Read More
  • Tiered KV cache for large LLMs on Amazon SageMaker HyperPod with Curvine

    calendar Aug 12, 2026 · aws.amazon.com/blogs/machine-learning
    Tiered KV cache for large LLMs on Amazon SageMaker HyperPod with Curvine

    Running large language model inference at scale forces a KV cache trade-off: oversized GPU instances or slow time-to-first-token. This post builds a tiered KV cache on Amazon SageMaker HyperPod that extends the cache into a shared, distributed NVMe pool with Curvine, so replicas reuse cache at near-local-disk speeds on …


    Read More
  • What’s New in PyCharm 2026.2.1

    calendar Aug 12, 2026 · blog.jetbrains.com
    What’s New in PyCharm 2026.2.1

    This PyCharm release is a big one for anyone building with AI. Your agents can now roll up their sleeves inside your Jupyter notebooks – working against a live kernel instead of firing off disconnected scripts. And they finally know which Python to use, so packages land in the right environment every time. We’re also …


    Read More
  • We Stopped AI Agents From Installing Into the Wrong Python: Task Success Rates Jumped to 95%+

    calendar Aug 12, 2026 · blog.jetbrains.com
    We Stopped AI Agents From Installing Into the Wrong Python: Task Success Rates Jumped to 95%+

    AI agents are supposed to save you time. Ask one to install a dependency or run your project, though, and it often does the opposite: It installs into the wrong Python, ignores the uv or virtual environment your project uses, and hands back a broken setup for you to fix yourself. PyCharm’s new Agent Environment […] …


    Read More
  • We Gave AI Agents a Live Jupyter Kernel in PyCharm

    calendar Aug 12, 2026 · blog.jetbrains.com
    We Gave AI Agents a Live Jupyter Kernel in PyCharm

    If you’ve handed notebook work to an AI agent, you know how it tends to go: More often than not, it corrupts your .ipynb, loses your trained model the moment the run finishes, or burns budget sitting idle through a long job while you watch. To solve this, we’re introducing a brand-new Jupyter skill. Built […] Link to …


    Read More
  • Unbundling and Deprecating Low-Usage Plugins in PyCharm

    calendar Aug 12, 2026 · blog.jetbrains.com
    Unbundling and Deprecating Low-Usage Plugins in PyCharm

    As part of ongoing maintenance, we are unbundling and deprecating low-usage plugins starting with PyCharm 2026.2. This includes support for Data Wrangler, Hugging Face, and Google Colab, among others. A more focused set of bundled plugins means a leaner codebase, enabling us to keep PyCharm fast and responsive and …


    Read More
  • Top 5 AI Features in IntelliJ IDEA

    calendar Aug 12, 2026 · blog.jetbrains.com
    Top 5 AI Features in IntelliJ IDEA

    When developers hear “AI in the IDE”, the first thing that often comes to mind is a chat window. IntelliJ IDEA includes an AI chat, but JetBrains AI features also appear in many other parts of the development workflow. Some of those features are easy to miss because they are built into existing IDE actions: […] Link to …


    Read More
  • Agent Skills in IntelliJ IDEA

    calendar Aug 12, 2026 · blog.jetbrains.com
    Agent Skills in IntelliJ IDEA

    Agent Skills have become a key building block of the Agent Harness for AI-driven agentic development. They give AI agents additional capabilities and knowledge, enabling them to complete tasks in a way that aligns with your preferences. If you are new to Agent Skills, I recommend reading AI-Assisted Java Application …


    Read More
  • Boost Your .NET Projects with Spargine: Human-Friendly Encoding with Crockford Base32

    calendar Aug 12, 2026 · dotnettips.wordpress.com
    Boost Your .NET Projects with Spargine: Human-Friendly Encoding with Crockford Base32

    Crockford Base32, created by Douglas Crockford, is a human-friendly encoding method designed to represent binary data clearly, minimizing character confusion. It excludes easily mistaken characters, offers case-insensitive decoding, and avoids padding. Available in Spargine's DotNetTips.Spargine.Core, it simplifies …


    Read More
  • From assistance to execution: How enterprises put AI to work

    calendar Aug 12, 2026 · openai.com/blog
    From assistance to execution: How enterprises put AI to work

    OpenAI research reveals how enterprises are adopting agentic AI, using ChatGPT and Codex, and how frontier firms are pulling ahead in AI adoption. Link to article: https://openai.com/index/how-enterprises-put-ai-to-work


    Read More
  • What's New in vcpkg (Jul 2026)

    calendar Aug 11, 2026 · devblogs.microsoft.com
    What's New in vcpkg (Jul 2026)

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.07.29 registry release and the 2026-07-13, Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-jul-2026


    Read More
  • Azure Developer CLI extension framework is GA: build dev workflows for apps using Azure

    calendar Aug 11, 2026 · devblogs.microsoft.com
    Azure Developer CLI extension framework is GA: build dev workflows for apps using Azure

    What parts of building and shipping on Azure still take too many steps? Maybe you want a command that starts a project with your organization’s approved architecture and infrastructure. Maybe you need to connect deployments to an internal service catalog, run security checks before provisioning, or guide developers …


    Read More
  • Accelerate cyber defense with OpenAI and AWS: Daybreak Red & Daybreak Blue now available to eligible customers on Amazon Bedrock

    calendar Aug 11, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate cyber defense with OpenAI and AWS: Daybreak Red & Daybreak Blue now available to eligible customers on Amazon Bedrock

    Daybreak Red and Daybreak Blue from OpenAI, specialized cyber defense models from OpenAI, are now available on Amazon Bedrock to eligible customers. Both models run with zero-operator access enforced at the chip, keeping your code and vulnerability data secure. Link to article: …


    Read More
  • NLog Performance: AsyncWrapper, Buffering, and High-Throughput Logging in .NET

    calendar Aug 11, 2026 · devleader.ca
    NLog Performance: AsyncWrapper, Buffering, and High-Throughput Logging in .NET

    Optimize NLog performance in .NET with AsyncWrapper, BufferingWrapper, and high-throughput logging patterns. Includes benchmarks, async configuration, and production tuning tips. Link to article: https://www.devleader.ca/2026/08/11/nlog-performance-asyncwrapper-buffering-and-highthroughput-logging-in-net


    Read More
  • August Patches for Azure DevOps Server

    calendar Aug 11, 2026 · devblogs.microsoft.com
    August Patches for Azure DevOps Server

    We are releasing new patches for our self‑hosted product, Azure DevOps Server. We strongly recommend that all customers stay up to date with the latest, most secure version of Azure DevOps Server. The most recent release, Azure DevOps Link to article: …


    Read More
  • .NET 11 Preview 7 is now available!

    calendar Aug 11, 2026 · devblogs.microsoft.com
    .NET 11 Preview 7 is now available!

    Today, we are excited to announce the seventh preview release of .NET 11! This release includes improvements across libraries, the .NET Runtime, SDK, C#, ASP.NET Core, .NET MAUI, Entity Framework Core, F#, and Windows Forms. Check out the linked release notes below and get started today. [cta-button …


    Read More
  • .NET and .NET Framework August 2026 servicing releases updates

    calendar Aug 11, 2026 · devblogs.microsoft.com
    .NET and .NET Framework August 2026 servicing releases updates

    Welcome to our combined .NET servicing updates for August 2026. Let's get into the latest release of .NET and .NET Framework. Here's a quick overview of what's new in our servicing releases: Security improvements .NET has been refreshed with the latest update as of August 11, 2026. This update contains security and …


    Read More
  • Today I will... manage Git Submodules without leaving the IDE

    calendar Aug 11, 2026 · devblogs.microsoft.com
    Today I will... manage Git Submodules without leaving the IDE

    If you've worked with Git submodules for any length of time, you probably have a love-hate relationship with them. They're genuinely useful for pulling a shared library, an SDK, or common build scripts into your project. But actually working with them usually means tabbing over to a terminal and trying to remember …


    Read More
  • Visual Studio Code 1.133 (Insiders)

    calendar Aug 11, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.133 (Insiders)

    Learn what's new in Visual Studio Code 1.133 (Insiders) Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.133-(insiders)


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top