.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • HTTP/3 in .NET 10: Enabling QUIC with HttpClient and ASP.NET Core

    calendar Jul 1, 2026 · devleader.ca
    HTTP/3 in .NET 10: Enabling QUIC with HttpClient and ASP.NET Core

    A complete guide to HTTP/3 in .NET 10 -- enabling and using QUIC with HttpClient and ASP.NET Core, including version negotiation, TLS requirements, testing locally, and real-world performance implications. Link to article: https://www.devleader.ca/2026/07/01/http3-in-net-10-enabling-quic-with-httpclient-and-aspnet-core …


    Read More
  • The Complete Guide to Creating NuGet Packages in .NET

    calendar Jul 1, 2026 · devleader.ca
    The Complete Guide to Creating NuGet Packages in .NET

    Learn how to create, version, and publish NuGet packages in .NET. This complete guide covers dotnet pack, metadata, versioning, publishing, CI/CD, and more. Link to article: https://www.devleader.ca/2026/07/01/the-complete-guide-to-creating-nuget-packages-in-net


    Read More
  • Audit Frontier AI Agents with SQL MCP Server

    calendar Jul 1, 2026 · devblogs.microsoft.com
    Audit Frontier AI Agents with SQL MCP Server

    All modern AI solutions eventually need agents to query or mutate data in Microsoft SQL. Deciding how to do this safely, for example, how to handle NL2SQL, will be an important choice. Next come the twins: authentication and authorization. In this article, we discuss pass-through agentic authentic Link to article: …


    Read More
  • Run NVIDIA Nemotron and OpenAI GPT OSS models on Amazon Bedrock in AWS GovCloud (US)

    calendar Jul 1, 2026 · aws.amazon.com/blogs/machine-learning
    Run NVIDIA Nemotron and OpenAI GPT OSS models on Amazon Bedrock in AWS GovCloud (US)

    We're excited to introduce US-based frontier open-weight models in AWS GovCloud (US). With this release, Amazon Bedrock now supports OpenAI’s open-weight GPT OSS models (120B and 20B) and NVIDIA Nemotron (Nano 9B v2, Nano 12B v2, Nano 30B, Super 120B) models. In this post, we cover these models and their capabilities, …


    Read More
  • Building a serverless A2A gateway for agent discovery, routing, and access control

    calendar Jul 1, 2026 · aws.amazon.com/blogs/machine-learning
    Building a serverless A2A gateway for agent discovery, routing, and access control

    In this post, you will learn how to build a serverless A2A gateway on AWS that hosts multiple agents behind a single domain using path-based routing (/agents/{agentId}). Standard A2A clients work without modification. Link to article: …


    Read More
  • Structured memory filtering with metadata in AgentCore Memory

    calendar Jul 1, 2026 · aws.amazon.com/blogs/machine-learning
    Structured memory filtering with metadata in AgentCore Memory

    In this post, you will learn how metadata works across configuration, ingestion, and retrieval, explore enterprise use cases including multi-agent and multi-tenant architectures, and discover best practices for implementation. Link to article: …


    Read More
  • HippoRAG: Neurobiologically inspired RAG using Amazon Bedrock, Amazon Neptune, and personalized PageRank

    calendar Jul 1, 2026 · aws.amazon.com/blogs/machine-learning
    HippoRAG: Neurobiologically inspired RAG using Amazon Bedrock, Amazon Neptune, and personalized PageRank

    In this post, we demonstrate how to implement HippoRAG using a comprehensive AWS stack. We use Amazon Bedrock for LLM capabilities, Amazon Neptune for graph database functionality, Amazon Neptune Analytics for advanced graph algorithms including Personalized PageRank, and Amazon Titan Embeddings for vector …


    Read More
  • How Inscribe uses Amazon Bedrock to stop document fraud in seconds

    calendar Jul 1, 2026 · aws.amazon.com/blogs/machine-learning
    How Inscribe uses Amazon Bedrock to stop document fraud in seconds

    In this post, you will learn how Inscribe developed an agentic AI system using Amazon Bedrock that reasons across documents the way an expert fraud analyst would. With this new agentic AI system, Inscribe now detects tampered, fabricated, and AI-generated financial documents in under 90 seconds. This is a 20x …


    Read More
  • Simplify model selection in Amazon Bedrock with the open source Model Profiler

    calendar Jul 1, 2026 · aws.amazon.com/blogs/machine-learning
    Simplify model selection in Amazon Bedrock with the open source Model Profiler

    The Amazon Bedrock Model Profiler is an open source tool that aggregates model metadata from multiple AWS APIs and external sources into a single, searchable interface. In this post, you’ll learn what the Model Profiler provides, the real-world scenarios it supports, and how to deploy it in your own environment in …


    Read More
  • Accelerate protein design with BoltzGen on Amazon SageMaker AI

    calendar Jul 1, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate protein design with BoltzGen on Amazon SageMaker AI

    In this post, we demonstrate how to deploy BoltzGen on SageMaker AI and run an end-to-end protein design experiment. By the end of the walkthrough, you have a working setup that scales from quick validation runs to production batch processing. The setup offers two execution modes for different stages of research and …


    Read More
  • Visual Studio Code 1.127

    calendar Jul 1, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.127

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


    Read More
  • Visual Studio Code 1.128 (Insiders)

    calendar Jul 1, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.128 (Insiders)

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


    Read More
  • TeamCity 2026.1.2 and 2025.11.6 Are Now Available

    calendar Jul 1, 2026 · blog.jetbrains.com
    TeamCity 2026.1.2 and 2025.11.6 Are Now Available

    Today we’re releasing two bug-fix updates for TeamCity On-Premises 2025.11 and 2026.1 servers. The 2026.1.2 update addresses a little over 10 issues, including the following: Version 2025.11.6 focuses exclusively on resolving security issues and does not include general bug fixes. To keep your server secure, we …


    Read More
  • AI Won’t End Outsourcing or Entry-Level Jobs, but It Will Rewrite Both

    calendar Jul 1, 2026 · build5nines.com
    AI Won’t End Outsourcing or Entry-Level Jobs, but It Will Rewrite Both

    For decades, the technology industry has had a fairly predictable way of handling repetitive work. When a task was important but time-consuming, companies often sent… Link to article: https://build5nines.com/ai-wont-end-outsourcing-or-entry-level-jobs-but-it-will-rewrite-both/


    Read More
  • What AI benchmarks are not telling you

    calendar Jul 1, 2026 · devblogs.microsoft.com
    What AI benchmarks are not telling you

    This is the sixth 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
  • It rather involved being on the other side of this airtight hatchway: Changing administrative settings

    calendar Jul 1, 2026 · devblogs.microsoft.com
    It rather involved being on the other side of this airtight hatchway: Changing administrative settings

    A security vulnerability report arrived that went roughly like this: An attacker can bypass security policies by modifying the following registry keys to disable ⟦security feature 1⟧ and ⟦security feature 2⟧. The statement is true, but what they don't mention is that administrator privileg Link to article: …


    Read More
  • JetBrains Engineering Hiring Process: A Recruiter Explains What to Expect (And How to Prepare)

    calendar Jul 1, 2026 · blog.jetbrains.com
    JetBrains Engineering Hiring Process: A Recruiter Explains What to Expect (And How to Prepare)

    If you’re applying for an engineering role at JetBrains, here’s what the recruitment process looks like. We’ll walk you through each stage, explain what recruiters and hiring teams are looking for, and share what actually makes a difference in getting hired. What’s different about hiring at JetBrains? The steps in our …


    Read More
  • Visitor vs Strategy Pattern in C#: Key Differences Explained

    calendar Jul 1, 2026 · devleader.ca
    Visitor vs Strategy Pattern in C#: Key Differences Explained

    Compare the visitor vs strategy pattern in C# with code examples, use cases, and guidance on choosing the right behavioral pattern. Link to article: https://www.devleader.ca/2026/07/01/visitor-vs-strategy-pattern-in-c-key-differences-explained


    Read More
  • Why AI Agents Need Isolation

    calendar Jul 1, 2026 · docker.com
    Why AI Agents Need Isolation

    Learn why AI agent isolation matters, how Docker SBX enables safer AI workflows, and how Sandbox Kits help. Written by Docker Captain Karan Verma. Link to article: https://www.docker.com/blog/why-ai-agents-need-isolation/


    Read More
  • What’s new across Microsoft SQL in 2026 so far (SQL Server, Azure SQL, and SQL database in Fabric)

    calendar Jul 1, 2026 · devblogs.microsoft.com
    What’s new across Microsoft SQL in 2026 so far (SQL Server, Azure SQL, and SQL database in Fabric)

    We’re halfway through 2026, and Microsoft SQL has not slowed down. Since SQLCon/FabCon in March (where we released a ton of things, and those updates can be found in this udpates video), we shipped a wave of updates across SQL Server, Azure SQL, and SQL database in Fabric, with M Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top