
From Zero to Hero: Working with GitHub Copilot
Learn how to use GitHub Copilot, from writing your first prompts and implementing features to extending it with custom agents and MCP servers.
// TAG

Learn how to use GitHub Copilot, from writing your first prompts and implementing features to extending it with custom agents and MCP servers.

Learn how to use and configure Claude Code, from custom skills and hooks to MCP servers and CI/CD integration.

Learn how to use the Microsoft Agent Framework to build AI agents in .NET, from your first agent to tools, workflows, and observability.

Learn how caching works in .NET, from eviction policies and distributed caches to hybrid caching and handling cache stampedes.

Learn how to get started with Rust, from the basics of memory management to building and testing a web API that talks to a database.

Learn how garbage collection works in .NET, from the stack and heap to generations and the disposable pattern.

Learn how to measure code performance in .NET using BenchmarkDotNet.

Learn how C# features work under the hood, from the memory layout of types to the performance of lambdas, pattern matching, and LINQ.

Learn how to get started with Claude Code, from setting up your project to handling development workflows.

Learn how to build background jobs in .NET using hosted services, worker services, scheduling libraries, and message queues.