.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Chain of Responsibility vs Decorator Pattern in C#: Key Differences Explained

    calendar Jun 2, 2026 · devleader.ca
    Chain of Responsibility vs Decorator Pattern in C#: Key Differences Explained

    Compare chain of responsibility vs decorator pattern in C# with side-by-side code examples showing when to use handler chains versus layered wrappers. Link to article: https://www.devleader.ca/2026/06/02/chain-of-responsibility-vs-decorator-pattern-in-c-key-differences-explained


    Read More
  • Top Agentic Frameworks for Building Applications 2026

    calendar Jun 2, 2026 · blog.jetbrains.com
    Top Agentic Frameworks for Building Applications 2026

    In 2026, the world of AI is changing at a serious pace. The days of AI systems dealing solely in single-prompt interactions are coming to an end. Instead, these models are evolving into agentic systems – long-running, goal-driven software enabled by agentic frameworks that are becoming a critical layer in modern …


    Read More
  • Architecting Resilient AI Solutions on Microsoft Azure with Regions and Availability Zones

    calendar Jun 2, 2026 · build5nines.com
    Architecting Resilient AI Solutions on Microsoft Azure with Regions and Availability Zones

    Modern AI solutions are reshaping industries, driving demand for cloud architectures that are scalable, resilient, and globally accessible. Microsoft Azure’s expansive network of Regions and… Link to article: …


    Read More
  • Staging Part 1 - Sharing is Caring

    calendar Jun 2, 2026 · devblogs.microsoft.com
    Staging Part 1 - Sharing is Caring

    A key phase in installing a package is staging the package: var packageUri = new Uri("C:\Packages\ContosoParts-v1.2.3.4-x64.msix"); var options = new StagePackageOptions(); var packageManager Link to article: https://devblogs.microsoft.com/insidemsix/staging-sharing-is-caring


    Read More
  • Advancing youth safety and opportunity through global leadership

    calendar Jun 2, 2026 · openai.com/blog
    Advancing youth safety and opportunity through global leadership

    OpenAI calls for global action on youth AI safety through a dedicated AI Safety Institute Link to article: https://openai.com/index/advancing-youth-safety-and-opportunity-through-global-leadership


    Read More
  • Building a secure auth code flow setup using AgentCore Gateway with MCP clients

    calendar Jun 2, 2026 · aws.amazon.com/blogs/machine-learning
    Building a secure auth code flow setup using AgentCore Gateway with MCP clients

    This post demonstrates how to implement Open Authorization (OAuth) Code flow as an inbound authorization mechanism for MCP servers hosted on Amazon Bedrock AgentCore Gateway. By the end of this guide, you will have a production-ready setup where each AI assistant request is authenticated with a valid user identity …


    Read More
  • Codex is becoming a productivity tool for everyone

    calendar Jun 2, 2026 · openai.com/blog
    Codex is becoming a productivity tool for everyone

    The Next Era of Knowledge Work report explores how Codex is transforming productivity through AI-powered research, data analysis, workflow automation, and content creation. Link to article: https://openai.com/index/codex-for-knowledge-work


    Read More
  • Reference your own AWS Secrets Manager secrets in Amazon Bedrock AgentCore Identity

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    Reference your own AWS Secrets Manager secrets in Amazon Bedrock AgentCore Identity

    Today, we’re excited to announce the ability to reference a secret in AWS Secrets Manager for AgentCore Identity, so you can reference your own preconfigured secret from Secrets Manager and retain full control over how it is managed. With this ability, you can extend your organization’s existing secrets governance …


    Read More
  • Transforming rare cancer research with Amazon Quick: Integrating biomedical databases for breakthrough discoveries

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    Transforming rare cancer research with Amazon Quick: Integrating biomedical databases for breakthrough discoveries

    In this post, we walk through how to use Amazon Quick Research to integrate biomedical data sources for rare cancer research. The walkthrough uses pediatric sarcoma as the research domain and draws on publicly available datasets from PubMed and other open biomedical repositories. It covers the end-to-end workflow: …


    Read More
  • OpenAI models and Codex on Amazon Bedrock are now generally available

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    OpenAI models and Codex on Amazon Bedrock are now generally available

    GPT-5.5, GPT-5.4, and Codex are now generally available on Amazon Bedrock. Deploy them in production applications and agents today, on Bedrock’s high performance inference engine. Link to article: https://aws.amazon.com/blogs/machine-learning/openai-models-and-codex-on-amazon-bedrock-are-now-generally-available/


    Read More
  • ASP.NET Core Controllers: A Practical Guide to Building REST Endpoints

    calendar Jun 1, 2026 · devleader.ca
    ASP.NET Core Controllers: A Practical Guide to Building REST Endpoints

    Learn how to build production-ready REST endpoints with ASP.NET Core controllers -- action results, DI, model binding, and .NET 10 best practices explained. Link to article: https://www.devleader.ca/2026/06/01/aspnet-core-controllers-a-practical-guide-to-building-rest-endpoints


    Read More
  • dotNetDave Rocks SQL Saturday – Austin 2026

    calendar Jun 1, 2026 · dotnettips.wordpress.com
    dotNetDave Rocks SQL Saturday – Austin 2026

    dotNetDave will be speaking at SQL Saturday in Austin, Texas, on June 27, 2026, as part of the No Rest for the Wicked World Tour. His sessions, "Röck Yoür Cäreer" and "Unleash Your Inner Rockstar," focus on valuable career insights for tech professionals and strategies for dynamic public speaking, …


    Read More
  • Wolverine and Marten Just Got Better for F# Folks

    calendar Jun 1, 2026 · jeremydmiller.com
    Wolverine and Marten Just Got Better for F# Folks

    Polecat 4.0 shares many more internals with Marten and I’m hopeful that it’s also much better for F# developers as well. Wolverine and more so Marten do already have F# users, but we just made the deployment story a lot better in both tools for F# developers. One of the key components of Wolverine especially … Continue …


    Read More
  • Extending MCP support for Amazon Bedrock AgentCore Gateway

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    Extending MCP support for Amazon Bedrock AgentCore Gateway

    While deploying Model Context Protocol (MCP) servers in production, enterprises need fine-grained access control across servers, observability into which teams use which tools, security guarantees against data exfiltration, and centralized credential management, all at scale. Amazon Bedrock AgentCore Gateway sits …


    Read More
  • Secure AI agents with Policy and Lambda interceptors in Amazon Bedrock AgentCore gateway

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    Secure AI agents with Policy and Lambda interceptors in Amazon Bedrock AgentCore gateway

    In this post, we use a lakehouse data agent to demonstrate how you can use Policy for deterministic access control and Lambda interceptors for dynamic validation. We then show how to combine Lambda interceptors and Policy to implement a geography-based access control which requires both dynamic validation and …


    Read More
  • Enable safe agentic payments with built-in guardrails using Amazon Bedrock AgentCore payments

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    Enable safe agentic payments with built-in guardrails using Amazon Bedrock AgentCore payments

    In this post, we address several key risks that surface when designing an agentic payment system, and how to address them with the capabilities of AgentCore payments. Link to article: …


    Read More
  • Aspire 13.4 is here

    calendar Jun 1, 2026 · devblogs.microsoft.com
    Aspire 13.4 is here

    By our measure, Aspire 13.4 is a "small" release: only 519 PRs closed in the 3-ish weeks we spent on this one. Casual numbers! But, it still packs a punch. We've been hard at work maturing our newest features and optimizing Aspire for every developer. First and foremost: we loved hearing your excitement …


    Read More
  • AgentOps: Operationalize agentic AI at scale with Amazon Bedrock AgentCore

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    AgentOps: Operationalize agentic AI at scale with Amazon Bedrock AgentCore

    When you build agentic AI solutions, you face unique operational challenges. Agents make unpredictable decisions, costs spiral unexpectedly, and debugging non-deterministic failures seems impossible. Agentic AI applications don't just execute predetermined workflows. They reason, adapt, and make autonomous decisions, …


    Read More
  • Accelerate LLM model loading and increase context windows with GPUDirect on Amazon FSx for Lustre and TurboQuant

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate LLM model loading and increase context windows with GPUDirect on Amazon FSx for Lustre and TurboQuant

    If you’re iterating on deploying large language models (LLMs) on AWS GPU instances, you’ve probably noticed the larger the model to be loaded into GPU High Bandwidth Memory (HBM), the longer the painful wait until the GPUs are ready for inference. As models grow to hundreds of billions of parameters and GPU …


    Read More
  • Amazon Quick integration with time-series databases for market intelligence using MCP

    calendar Jun 1, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon Quick integration with time-series databases for market intelligence using MCP

    In this post, we walk through a practical implementation using KDB-X MCP server integration with Amazon Quick, demonstrating how traders and analysts can ask questions using conversational language and receive actionable insights from datasets. You can apply this same integration pattern across various domains, from …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top