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.
Explore essential GitHub Copilot features to enhance developer productivity, including smart code completions and Copilot Chat.
GitHub Copilot, features, developer, productivity, code completions
Learn to run GPT-OSS locally using C# and Ollama for efficient, private, and offline AI development.
GPT-OSS, C#, Ollama, AI, offline
Explore how certain abstractions can protect systems while others lead to complexity. Understand when to use abstractions or risk incurring technical debt.
abstractions, .NET, technical debt, complexity, performance
Learn to integrate Generative AI into .NET apps using Amazon Bedrock, covering model selection, configuration, and chat app development for production readiness.
Amazon Bedrock, .NET, AI, Generative AI, SDK
Demonstrating recent improvements to Marten's projection model in the 8.0 release.
Marten, projections, improvements, stream
The co-founder and CTO of Tracebit explains the decision to build their startup using C# and the benefits it offers.
C#, startup, Tracebit, software development
.NET 10 offers significant performance enhancements over .NET 8, reportedly being twice as fast and using 73% less memory.
performance, .NET 10, .NET 8, memory, software engineering
Learn to run OpenAI's new open-source GPT models locally using Docker, integrate with n8n agents, and automate tasks without API costs.
OpenAI, GPT models, Docker, n8n, automation
Starbucks employs asynchronous processing for order management, enhancing throughput while managing correlations and exceptions effectively, demonstrating practical integration patterns.
asynchronous, messaging, order management, exceptions, integration patterns
Discover Facet, a library that enhances .NET with typed LINQ projections, eliminating traditional mapping overhead.
Facet, .NET, LINQ, mapping