Feed
This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.

Extension Properties: C# 14’s Game-Changer for Cleaner Code
Unknown - share.google
C# 14 introduces extension properties, enabling property usage in extension methods for cleaner code.
C# 14, Extension Properties, Clean Code

Introducing custom agents in GitHub Copilot
GitHub - share.google
Leverage custom Copilot agents for debugging, securing, and automating software workflows in your terminal, editor, and GitHub.
GitHub, Copilot, custom agents, observability, IaC, security, workflows
AWS re:Invent 2025 - Spec-driven development with Kiro (DEV314)
AWS Events - youtu.be
Discover Kiro, an AI IDE for spec-driven development that streamlines requirements to maintainable code, enhancing documentation and audit trails for complex projects.
AI, IDE, spec-driven development, documentation, AWS

Amazon S3 Vectors Now Generally Available
Amazon Web Services - share.google
S3 Vectors offers massive scale with support for 1 billion vectors and low costs, improving query latencies to 100ms and enhancing regional availability.
Amazon S3, Vectors, Scale, Performance, AWS

AWS doubles down on custom LLMs with features meant to simplify model creation
Rebecca Szkutak - techcrunch.com
AWS enhances Amazon Bedrock and SageMaker AI to simplify the creation of custom models, making development easier for engineers.
AWS, LLMs, Amazon Bedrock, SageMaker, model creation
AWS Transform for full-stack Windows modernization
Amazon Web Services - youtu.be
AWS Transform modernizes Windows apps using agentic AI, accelerating processes by 5x and reducing costs by 70%. Streamline your full-stack Windows modernization efficiently.
AWS, Windows modernization, agentic AI, .NET Framework, SQL Server

The Real Cost of Abstractions in .NET
Milan Jovanovic - milanjovanovic.tech
Explore how different abstractions can shield your system from change or create complexity, impacting performance and becoming technical debt.
abstractions, .NET, technical debt, performance, complexity
How to Add AI to Your .NET App Using GitHub Models (In Minutes!)
Milan Jovanović - youtube.com
Learn to integrate GitHub Models into .NET apps for AI features quickly, using standard .NET tools and a complete workflow example.
AI, .NET, GitHub Models, integration, workflow

dotnet-monitor dashboard
Grafana Labs - grafana.com
Learn about the dotnet-monitor dashboard and its integration with Grafana for monitoring .NET applications.
dotnet-monitor, Grafana, dashboard, .NET, monitoring
Profiling a .NET6 app running on AWS ECS Fargate with dotnet-monitor
KarlosPN - mytechramblings.com
Learn to deploy .NET 6 apps on AWS ECS Fargate with dotnet-monitor as a sidecar for profiling using its HTTP API.
AWS, Fargate, ECS, .NET, dotnet-monitor, profiling