.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Introducing Claude apps gateway for AWS

    calendar Jul 8, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing Claude apps gateway for AWS

    Today, we're announcing the Claude apps gateway for AWS, a self-hosted control plane that gives organizations a single point of control over access, cost, and policy for Claude Code and Claude Desktop. In this post, we show how to set up and run Claude apps gateway for AWS with Amazon Bedrock and Claude Platform on …


    Read More
  • Let’s Learn GitHub Copilot App - Free Virtual Training Event

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Let’s Learn GitHub Copilot App - Free Virtual Training Event

    Last month, we announced the general availability of the GitHub Copilot app, a desktop application for agent-driven development. The Copilot app is a game changer for productivity, integrating natively with GitHub, so your repositories, branches, and Link to article: …


    Read More
  • Visual Studio Code 1.128

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.128

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


    Read More
  • Visual Studio Code 1.129 (Insiders)

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.129 (Insiders)

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


    Read More
  • Powering scientific discovery: BYOKG and GraphRAG for intelligent pharmaceutical research

    calendar Jul 8, 2026 · aws.amazon.com/blogs/machine-learning
    Powering scientific discovery: BYOKG and GraphRAG for intelligent pharmaceutical research

    In this post, we explore how Graph-based Retrieval Augmented Generation (GraphRAG) is transforming scientific research by combining graph databases with generative AI. With this approach, you can accelerate discovery processes without compromising scientific integrity. Link to article: …


    Read More
  • Automatically sort and prioritize your mailboxes by using Amazon Bedrock

    calendar Jul 8, 2026 · aws.amazon.com/blogs/machine-learning
    Automatically sort and prioritize your mailboxes by using Amazon Bedrock

    In this post, we show how organizations in the public sector can automate their email management using a generative AI solution powered by Amazon Bedrock. Link to article: https://aws.amazon.com/blogs/machine-learning/automatically-sort-and-prioritize-your-mailboxes-by-using-amazon-bedrock/


    Read More
  • Building and connecting a production-ready ecommerce MCP server using Amazon Bedrock AgentCore and Mistral AI Studio

    calendar Jul 8, 2026 · aws.amazon.com/blogs/machine-learning
    Building and connecting a production-ready ecommerce MCP server using Amazon Bedrock AgentCore and Mistral AI Studio

    In this post, you build and connect that server end to end. You will implement MCP tools, set up two-layer JSON Web Token (JWT) authentication, deploy with AWS Cloud Development Kit (AWS CDK), and connect the result to Mistral AI’s Vibe. The post also covers prerequisites, solution architecture, best practices for MCP …


    Read More
  • Announcing TypeScript 7.0

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Announcing TypeScript 7.0

    Today we are proud to announce the availability of TypeScript 7, a 10x faster native port of TypeScript! Since its early days, TypeScript has promised to deliver on JavaScript that scales. By bringing strong type-checking and rich tooling to the world of JavaScript, TypeScript made it possible to build non-trivial …


    Read More
  • Securing Amazon Bedrock AgentCore Runtime with AWS WAF

    calendar Jul 8, 2026 · aws.amazon.com/blogs/machine-learning
    Securing Amazon Bedrock AgentCore Runtime with AWS WAF

    This post shows you two architecture patterns that address this problem. Both use an internet-facing ALB with AWS WAF and route traffic through a VPC Interface Endpoint to AgentCore Runtime. Pattern 1 places an AWS Lambda proxy between the ALB and the VPC Endpoint, giving you full control over request transformation. …


    Read More
  • Manage AI applications on Mac with Jamf’s AI Governance and Amazon Bedrock

    calendar Jul 8, 2026 · aws.amazon.com/blogs/machine-learning
    Manage AI applications on Mac with Jamf’s AI Governance and Amazon Bedrock

    In this post, we show how you can use Jamf’s AI Governance with Amazon Bedrock to configure, deploy, and validate managed settings for AI applications across a Mac fleet. Link to article: https://aws.amazon.com/blogs/machine-learning/manage-ai-applications-on-mac-with-jamf-ai-governance-and-amazon-bedrock/


    Read More
  • Things that Have Worked for Our OSS Community

    calendar Jul 8, 2026 · jeremydmiller.com
    Things that Have Worked for Our OSS Community

    I’m the technical leader and founder of the “Critter Stack” tools (Marten, Polecat, Wolverine, and Weasel) and the greater JasperFx organization on GitHub. After 15+ years of OSS community work of varying degrees of technical and project adoption success, I’ve got a few things to share that I think have helped us be …


    Read More
  • Multi-Tenancy Isn’t About Databases

    calendar Jul 8, 2026 · codeopinion.com
    Multi-Tenancy Isn’t About Databases

    You start off with what seems like the obvious solution to a multi-tenant SaaS application. We have tenant A. We have tenant B. We have one application and one database. Within that database, for every structure, whether that is a table, collection, or stream, we segregate things by a tenant ID. It is simple. It… Read …


    Read More
  • Building on Vercel's eve + Azure Cosmos DB: An Agent That Remembers

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Building on Vercel's eve + Azure Cosmos DB: An Agent That Remembers

    Most "AI agent" demos forget everything the moment the process exits. That's fine for a toy project, but useless for anything real. An agent that helps you write, triage, or support needs two things a language model alone can't give it: durable state and the ability to recall the right context by meaning. …


    Read More
  • The other kind of control flow guard check: The combined validate and call

    calendar Jul 8, 2026 · devblogs.microsoft.com
    The other kind of control flow guard check: The combined validate and call

    Some time ago, I discussed how to extract the function pointer from the control flow guard check. I gave the code for LdrpValidateUserCallTarget, but there's another ve Link to article: https://devblogs.microsoft.com/oldnewthing/20260708-00/?p=112510


    Read More
  • Our approach to government and national security partnerships

    calendar Jul 8, 2026 · openai.com/blog
    Our approach to government and national security partnerships

    Learn how OpenAI approaches government and national security partnerships, with principles for responsible AI use, democratic accountability, and public safety. Link to article: https://openai.com/index/government-national-security-partnerships


    Read More
  • Monolith vs Microservices in C#: A Decision Framework for .NET Developers

    calendar Jul 8, 2026 · devleader.ca
    Monolith vs Microservices in C#: A Decision Framework for .NET Developers

    Cut through the hype with a practical decision framework for choosing between monolith vs microservices in C#. Learn when each architecture wins for .NET developers. Link to article: https://www.devleader.ca/2026/07/08/monolith-vs-microservices-in-c-a-decision-framework-for-net-developers


    Read More
  • Separating signal from noise in coding evaluations

    calendar Jul 8, 2026 · openai.com/blog
    Separating signal from noise in coding evaluations

    A new analysis from OpenAI reveals issues in SWE-Bench Pro, a popular coding benchmark, raising concerns about reliability and accuracy in evaluating AI models. Link to article: https://openai.com/index/separating-signal-from-noise-coding-evaluations


    Read More
  • Your Laptop Is the New Production Environment

    calendar Jul 8, 2026 · docker.com
    Your Laptop Is the New Production Environment

    AI agents are changing software development. Learn why your laptop is becoming the new production environment and why runtime governance matters. Link to article: https://www.docker.com/blog/your-laptop-is-the-new-production-environment/


    Read More
  • The hidden variables in your agent eval

    calendar Jul 8, 2026 · devblogs.microsoft.com
    The hidden variables in your agent eval

    This is the seventh article in a series about Agent Experience (AX): the practice of making AI coding agents work correctly with your technology. The series covers what you can and can't control in the agent stack, how to measure whether your extensions are helping or hurting, and how to iterate toward better outcomes. …


    Read More
  • Agent Framework’s Orchestration Patterns Reach 1.0

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Agent Framework’s Orchestration Patterns Reach 1.0

    Python's agent-framework-orchestrations package is now 1.0.0. That puts Microsoft Agent Framework's orchestration layer at 1.0 across Python and .NET. Sequential, concurrent, group chat, handoff, and magentic orchestration are now stable in both SDKs. You can pick the coordination pattern that fits your problem instead …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top