.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Vertical Slice Architecture Webinar Recording, and What's Next

    calendar Sep 1, 2026 · jimmybogard.com
    Vertical Slice Architecture Webinar Recording, and What's Next

    Over 700 people registered for last month's webinar with Codeartify on Vertical Slice Architecture and effective guardrails for AI-assisted development. The recording and the Q&A are up now:Vertical Slice Architecture: Effective Guardrails for AI DevelopmentIn short, we've made writing code nearly Link to article: …


    Read More
  • The Grails Plugin Has a New Home: Apache Grails

    calendar Sep 1, 2026 · blog.jetbrains.com
    The Grails Plugin Has a New Home: Apache Grails

    The Grails plugin for IntelliJ IDEA (which provides framework-aware coding assistance, GSP tooling, and GORM integration) has moved to the Apache Grails project. The Apache Software Foundation (ASF), which already stewards the Grails framework, now owns the plugin’s source code, which lives in its new GitHub …


    Read More
  • AI Assisted Production Support with CritterWatch

    calendar Sep 1, 2026 · jeremydmiller.com
    AI Assisted Production Support with CritterWatch

    Like probably all software tool companies, JasperFx is working very hard to create a compelling story about the utilization of AI-assisted development with our tools. The MCP support — and command line tools too! — in CritterWatch is a major part of our AI strategy. So far JasperFx Software has mostly been showing off …


    Read More
  • The pain of serializing unions and closed class hierarchies with System.Text.Json: Exploring the .NET 11 preview - Part 7

    calendar Sep 1, 2026 · andrewlock.net
    The pain of serializing unions and closed class hierarchies with System.Text.Json: Exploring the .NET 11 preview - Part 7

    In this post I discuss the System.Text.Json support for unions and closed hierarchies coming in .NET 11, the decisions made, and some of the sharp edges I hit Link to article: https://andrewlock.net/exploring-the-dotnet-11-preview-7-the-pain-of-serializing-unions-and-closed-class-hierarchies-with-system-text-json/


    Read More
  • Ensuring Code Compliance in Public Sector Software Projects

    calendar Sep 1, 2026 · blog.jetbrains.com
    Ensuring Code Compliance in Public Sector Software Projects

    The public sector handles sensitive citizen data, which is why software projects built with secure coding are imperative to deliver high trust levels. Code compliance with data protection laws, financial governance standards, and various regulations and policies is an obligation that must be consistently met to …


    Read More
  • Authenticating TeamCity Builds to External Services With OIDC

    calendar Sep 1, 2026 · blog.jetbrains.com
    Authenticating TeamCity Builds to External Services With OIDC

    Static credentials in CI/CD environments are a significant source of security risks and operational overhead. They can be accidentally leaked through logs and build artifacts. And you can never be sure who’s copying, saving, or sharing them with others during the CI/CD setup process. In addition, they require regular …


    Read More
  • Using multiline Parameters for Aspire and ASP.NET Core with user secrets and Azure default deployments

    calendar Sep 1, 2026 · damienbod.com
    Using multiline Parameters for Aspire and ASP.NET Core with user secrets and Azure default deployments

    Multiple line secrets or configuration do not work in Aspire per default. An example of this is using a PEM file for certificates. This posts shows how the multiple line configuration parameters can be setup in Aspire, ASP.NET Core and works with user secrets and Azure default deployments. Code: …


    Read More
  • Microsoft Agent Framework for .NET (part 3): Custom Agents, for building a chat with custom instructions

    calendar Sep 1, 2026 · code4it.dev
    Microsoft Agent Framework for .NET (part 3): Custom Agents, for building a chat with custom instructions

    Learn how to create a custom AI Agent in Microsoft Agent Framework for .NET with a name and custom instructions. And then, learn how to handle multi-turn conversations and improve responses through better system prompts. Link to article: https://www.code4it.dev/blog/maf-first-agent-custom-instructions/


    Read More
  • AWS recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    AWS recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025

    We're excited to share that AWS has been recognized as a Leader in The Forrester Wave: AI Infrastructure Solutions, Q4 2025. In this evaluation of 13 providers, AWS received the highest score in the Strategy category. Link to article: …


    Read More
  • Manage agents, tools and skills at scale with AWS Agent Registry

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    Manage agents, tools and skills at scale with AWS Agent Registry

    AWS Agent Registry is now generally available: a single, searchable, governed catalog for the agents, tools, skills, and custom resources across your organization. This post explains what Registry is and walks through its publishing, curation, and discovery workflows, plus enterprise considerations and what's next. …


    Read More
  • Build observable enterprise agentic retrieval using Managed Amazon Bedrock Knowledge Base with AWS CloudFormation

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    Build observable enterprise agentic retrieval using Managed Amazon Bedrock Knowledge Base with AWS CloudFormation

    This post builds an enterprise agentic retrieval solution on the Amazon Bedrock Managed Knowledge Base and Amazon Bedrock AgentCore. An agent reasons, routes across multiple knowledge bases, and returns cited answers, with seven layers of observability and both on-demand and continuous evaluation, all deployed with a …


    Read More
  • Build multi-tenant agentic chat applications on enterprise data with Amazon Bedrock Managed Knowledge Base

    calendar Aug 31, 2026 · aws.amazon.com/blogs/machine-learning
    Build multi-tenant agentic chat applications on enterprise data with Amazon Bedrock Managed Knowledge Base

    Learn how to build a multi-tenant agentic document chat application on Amazon Bedrock Managed Knowledge Base, where users upload documents and immediately ask grounded questions. This post covers the ingestion and retrieval flows, the asynchronous indexing lifecycle, per-user data isolation, and best practices for …


    Read More
  • Power Azure SRE Agent with the tools it needs

    calendar Aug 31, 2026 · devblogs.microsoft.com
    Power Azure SRE Agent with the tools it needs

    This blog post shows how to expand the capabilities of Azure SRE Agent by giving it access to MCP servers hosted on Azure Connector Namespace. Connector Namespace is a managed MCP hosting platform that removes the operational and management overhead of self-hosting MCP servers. It entered public preview at Microsoft …


    Read More
  • Bacpac and Dacpac, the similarities and differences

    calendar Aug 31, 2026 · devblogs.microsoft.com
    Bacpac and Dacpac, the similarities and differences

    When you need to move an entire database or move the objects in a database, bacpac and dacpac files often come up because of all of the tooling options to interact with them. Bacpac and dacpac files share some core similarities as well as some major differences in how they're used in SqlPackage and other SQL tools, but …


    Read More
  • Fine-Tuning SOTA Object Detection Models on Real-World Datasets

    calendar Aug 31, 2026 · blog.jetbrains.com
    Fine-Tuning SOTA Object Detection Models on Real-World Datasets

    In our previous blog post in this series, we discussed state-of-the-art models for object detection: the architectures, the theory, and what makes YOLO12, YOLO26, and RF-DETR tick. If you want the theoretical background on these models, start there. This post is the practical follow-up: how to actually use these …


    Read More
  • Secure by default is your only way forward

    calendar Aug 31, 2026 · docker.com
    Secure by default is your only way forward

    The newest worker on your team builds with whatever it finds and never asks what deserves your trust. Our answer is a hardened foundation and a boundary built for agents. Link to article: https://www.docker.com/blog/secure-by-default-is-your-only-way-forward/


    Read More
  • From Leaderboards to Model Profiles: A Deep Dive Evaluation of LLMs for Agentic Coding

    calendar Aug 31, 2026 · blog.jetbrains.com
    From Leaderboards to Model Profiles: A Deep Dive Evaluation of LLMs for Agentic Coding

    Beyond the resolve rate Imagine plugging two LLMs from different frontier labs into the same coding agent and finding that they solve exactly the same number of benchmark tasks. If the evaluation stopped there, you might conclude that the models are interchangeable and simply choose the cheaper one. This is what also …


    Read More
  • Sunsetting of the JetBrains Teacher Pack for Bootcamps

    calendar Aug 31, 2026 · blog.jetbrains.com
    Sunsetting of the JetBrains Teacher Pack for Bootcamps

    After careful consideration, we’ve decided to sunset the JetBrains Teacher Pack for Bootcamps. If you’re planning to run a bootcamp and would like support from JetBrains, you can submit one final application by September 30, 2026, 11:59 pm CET. Starting October 1, 2026, we will no longer accept new applications. …


    Read More
  • A milestone in expanding access to AI

    calendar Aug 31, 2026 · openai.com/blog
    A milestone in expanding access to AI

    ChatGPT Ads reaches $1 billion in annualized revenue run rate and expands globally, supporting broader access to AI through free and affordable options. Link to article: https://openai.com/index/expanding-access-to-ai-with-chatgpt-ads


    Read More
  • Register Pipeline Stages With .NET Dependency Injection

    calendar Aug 30, 2026 · devleader.ca
    Register Pipeline Stages With .NET Dependency Injection

    Learn how to register ordered pipeline stages with Microsoft DI, choose safe service lifetimes, create background scopes, and avoid captive dependencies. Link to article: https://www.devleader.ca/2026/08/30/register-pipeline-stages-with-net-dependency-injection


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top