.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Build a Type-Safe C# Pipeline From Scratch

    calendar Aug 18, 2026 · devleader.ca
    Build a Type-Safe C# Pipeline From Scratch

    Build a type-safe C# pipeline from scratch with generic stage contracts, heterogeneous transitions, immutable messages, and compiler-checked composition. Link to article: https://www.devleader.ca/2026/08/18/build-a-typesafe-c-pipeline-from-scratch


    Read More
  • Coding Agent Horror Stories: The Command You Already Approved

    calendar Aug 18, 2026 · docker.com
    Coding Agent Horror Stories: The Command You Already Approved

    Learn how AI coding agents can run attacker code through commands you already approved and how Docker Sandboxes limit what an attack can reach. Link to article: https://www.docker.com/blog/coding-agent-horror-stories-the-command-you-already-approved/


    Read More
  • Top 10 Ways to Reduce .NET Memory Usage in Kubernetes

    calendar Aug 18, 2026 · ardalis.com/blog
    Top 10 Ways to Reduce .NET Memory Usage in Kubernetes

    If your .NET pods are each using 1–2 GB of RAM, you may be leaving a lot of pod density — and money — on the table. Here are the first things I would look at. Set Realistic Kubernetes Memory Limits Do not let every pod believe it has access to the whole node. 1 2 3 4 5 6 7 resources: requests: memory: "512Mi" …


    Read More
  • Introducing ChatGPT for Teens: Built for learning, backed by protections

    calendar Aug 18, 2026 · openai.com/blog
    Introducing ChatGPT for Teens: Built for learning, backed by protections

    ChatGPT for Teens helps teens learn, think critically, and use AI with confidence, with stronger built-in protections, healthy-use features, and additional controls for parents. Link to article: https://openai.com/index/chatgpt-for-teens


    Read More
  • Partnering with CodeAI to prepare the first AI generation

    calendar Aug 18, 2026 · openai.com/blog
    Partnering with CodeAI to prepare the first AI generation

    OpenAI and CodeAI are partnering to help students build AI literacy, think critically about AI, and develop the skills to use and shape it responsibly. Link to article: https://openai.com/index/partnering-with-codeai


    Read More
  • Qodana Expands Security Analysis with OpenGrep Rules, and More

    calendar Aug 18, 2026 · blog.jetbrains.com
    Qodana Expands Security Analysis with OpenGrep Rules, and More

    Modern software development teams face a difficult balancing act. Applications are growing more complex, release cycles are accelerating, and security expectations continue to rise. This is especially true in a time where much more code is generated daily, which needs to be checked. Teams need tools that can identify …


    Read More
  • Apple Silicon and Xcode 27 images available in pay-as-you-go (preview)

    calendar Aug 18, 2026 · devblogs.microsoft.com
    Apple Silicon and Xcode 27 images available in pay-as-you-go (preview)

    Apple developers can now build and test their applications natively on Apple Silicon in Azure Pipelines. New arm64 macOS agents are available in public preview through the pay-as-you-go GitHub-hosted Agents pool. Starting with Apple Silicon, Azure Pipelines is bringing over some of the agent sizes already available …


    Read More
  • What happens when you call await? A step-by-step runtime breakdown

    calendar Aug 18, 2026 · blog.elmah.io
    What happens when you call await? A step-by-step runtime breakdown

    This step-by-step breakdown shows what happens when C# hits an await: the compiler generates an IAsyncStateMachine struct with a MoveNext() method splitting code at each await, using a GetDataCountAsync example with two awaited HttpClient calls to show how OnCompleted frees the calling thread. Link to article: …


    Read More
  • From single call to agents: five new Claude capabilities now available in Microsoft Foundry

    calendar Aug 17, 2026 · devblogs.microsoft.com
    From single call to agents: five new Claude capabilities now available in Microsoft Foundry

    From single call to agents: five new Claude capabilities now available in Microsoft Foundry Structured outputs, Web search, Web fetch, MCP connector, and Tool search are now available for Claude models in Microsoft Foundry hosted on Azure, the building blocks that turn a model endpoint into a production agent platform. …


    Read More
  • NVIDIA Nemotron 3.5 Lightning now available in Amazon SageMaker JumpStart

    calendar Aug 17, 2026 · aws.amazon.com/blogs/machine-learning
    NVIDIA Nemotron 3.5 Lightning now available in Amazon SageMaker JumpStart

    NVIDIA Nemotron 3.5 Lightning, an open model built for high-volume agentic workloads, is now available in Amazon SageMaker JumpStart. This post shows how to deploy the 30B Mixture-of-Experts model (3B active), which delivers up to 4x higher throughput and up to 30% faster task completion for always-on agents. Link to …


    Read More
  • Build OpenClaw agents that transact with Amazon Bedrock AgentCore payments

    calendar Aug 17, 2026 · aws.amazon.com/blogs/machine-learning
    Build OpenClaw agents that transact with Amazon Bedrock AgentCore payments

    Give an autonomous agent a wallet and spending guardrails so it can pay for paywalled APIs, MCP servers, and web content. This post connects OpenClaw to Amazon Bedrock AgentCore payments and the x402 protocol, using the aws-agents-pay plugin to make bounded, human-approved testnet payments. Link to article: …


    Read More
  • How do functions like alloca allocate memory from the stack?

    calendar Aug 17, 2026 · devblogs.microsoft.com
    How do functions like <code>alloca</code> allocate memory from the stack?

    A little while ago, I talked about how compilers ensure that large stack allocations do not skip over the guard page. Shawn Van Ness was curious Link to article: https://devblogs.microsoft.com/oldnewthing/20260817-40/?p=112617


    Read More
  • What Your First Months at JetBrains Look Like?

    calendar Aug 17, 2026 · blog.jetbrains.com
    What Your First Months at JetBrains Look Like?

    Starting a new job is exciting, and there’s a lot to take in. At JetBrains, onboarding doesn’t stop after your first day. It starts when you accept your offer and continues through your first months, giving you the information, tools, and support you need to settle in and start doing your best work. Here’s what […] …


    Read More
  • Klibs.io Grows to 4,200+ KMP Projects With Smarter Discovery and New AI Integrations

    calendar Aug 17, 2026 · blog.jetbrains.com
    Klibs.io Grows to 4,200+ KMP Projects With Smarter Discovery and New AI Integrations

    Explore a growing Kotlin Multiplatform catalog in your browser, or bring up-to-date library data directly into your AI development workflow through the klibs.io MCP server. When we introduced klibs.io in December 2024, the goal was simple: make it easier to find a Kotlin Multiplatform library that fits both your use …


    Read More
  • How to Implement a Specification in C# From Scratch

    calendar Aug 17, 2026 · devleader.ca
    How to Implement a Specification in C# From Scratch

    Build a dependency-free C# specification pattern example with immutable named rules, an explicit null policy, focused tests, and balanced design tradeoffs. Link to article: https://www.devleader.ca/2026/08/17/how-to-implement-a-specification-in-c-from-scratch


    Read More
  • Make zero CVEs your new default

    calendar Aug 17, 2026 · docker.com
    Make zero CVEs your new default

    Somewhere in the past year, supply-chain attacks stopped being isolated incidents. The compromises now reach the tools the industry trusts to defend itself, with Trivy and KICS among this year’s targets. Mark Lechner, Docker’s Chief Information Security Officer, called the latest wave “a permanent shift in the threat …


    Read More
  • Junie’s New Default Runs on Gemini 3.7 Flash, at 40% Off Base Pricing

    calendar Aug 17, 2026 · blog.jetbrains.com
    Junie’s New Default Runs on Gemini 3.7 Flash, at 40% Off Base Pricing

    Google’s most capable Flash model for coding, with a limited time discount. Most of the coding you do in a day doesn’t need a flagship model. It needs a good one that won’t have drained your budget by lunchtime. That’s the thinking behind Junie’s new default, Gemini 3.7 Flash. It’s live now in both the […] Link to …


    Read More
  • The Defender’s Window

    calendar Aug 17, 2026 · openai.com/blog
    The Defender’s Window

    AI is reshaping cybersecurity for attackers and defenders alike. Learn how OpenAI is strengthening its defenses and what security teams can do now. Link to article: https://openai.com/index/the-defenders-window


    Read More
  • Use Aspire to implement and deploy the BFF security architecture

    calendar Aug 17, 2026 · damienbod.com
    Use Aspire to implement and deploy the BFF security architecture

    This blog demonstrates how to use Aspire to set up a solution for developing and deploying an ASP.NET Core web application with Auth0 as the identity provider and a downstream API. The application uses Angular for the frontend and is secured using a Backend-for-Frontend (BFF) architecture. Code: …


    Read More
  • OpenAI joins PORTS-Pike project

    calendar Aug 17, 2026 · openai.com/blog
    OpenAI joins PORTS-Pike project

    OpenAI joins PORTS-Pike project, expanding community investment and supporting thousands of Southern Ohio jobs Link to article: https://openai.com/index/openai-joins-ports-pike-project


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top