.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • What's New in vcpkg (June 2026)

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

    This blog post summarizes changes to the vcpkg package manager as part of the 2026.06.01 and 2026.06.24 registry releases and the Link to article: https://devblogs.microsoft.com/cppblog/whats-new-in-vcpkg-june-2026


    Read More
  • Go 1.26.5-1 and 1.25.12-1 Microsoft builds now available

    calendar Jul 8, 2026 · devblogs.microsoft.com
    Go 1.26.5-1 and 1.25.12-1 Microsoft builds now available

    A new release of the Microsoft build of Go including security fixes is now available for download. For more information about this release and the changes included, see the table below: Microsoft Release Upstream Tag Link to article: …


    Read More
  • How to Multi-Target a NuGet Package for .NET 6, .NET 8, and .NET Standard

    calendar Jul 8, 2026 · devleader.ca
    How to Multi-Target a NuGet Package for .NET 6, .NET 8, and .NET Standard

    Learn how to multi-target NuGet packages in .NET using TargetFrameworks. Support .NET 6, .NET 8, and .NET Standard 2.0 in a single package with conditional compilation. Link to article: https://www.devleader.ca/2026/07/08/how-to-multitarget-a-nuget-package-for-net-6-net-8-and-net-standard


    Read More
  • 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
  • Built to bounce back: How Azure resiliency evolved

    calendar Jul 8, 2026 · azure.microsoft.com/en-us/blog
    Built to bounce back: How Azure resiliency evolved

    Cloud resiliency is about ensuring systems can adapt, recover, and keep functioning within real-world constraints. The post Built to bounce back: How Azure resiliency evolved appeared first on Microsoft Azure Blog. Link to article: …


    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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top