Managing GitHub Organizations with GitHub GraphQL API
A technical guide on using GitHub's GraphQL API with .NET Core to automate repository health checks, focusing on stale issues and PRs.
A technical guide on using GitHub's GraphQL API with .NET Core to automate repository health checks, focusing on stale issues and PRs.
A guide to using .NET Core diagnostics tools in a sidecar container to trace and profile applications running on Azure Kubernetes Service.
A tutorial on upgrading from .NET Core 2.2 to 3.1 LTS on a Raspberry Pi 4, covering download and installation steps.
Guide to enabling detailed error stack traces for a .NET Core API that fails to start by setting an environment variable in web.config.
Explains how to use .NET startup hooks to monitor garbage collection statistics by injecting a polling thread into applications.
An introduction to Azure Active Directory B2C, explaining its concepts and outlining a detailed tutorial series for developers.
A tutorial on building a multi-language translator application using Blazor and Azure Cognitive Services' Translator Text API.
A step-by-step guide to installing .NET Core 2.2 on a Raspberry Pi 4 running Raspbian, including downloading ARM binaries and setting up paths.
A guide to integration testing AWS Lambda C# functions locally using the Lambda Test Server library for .NET Core.
A monthly blog post summarizing key .NET ecosystem updates for February 2019, including .NET Core 3.0 Preview, Polly for resilience, and the .NET Foundation.
A guide on securely storing sensitive configuration data in .NET Core applications, covering sources like User Secrets and Environment Variables.
Guide to gracefully releasing resources and handling shutdown signals in a .NET Core application deployed on Kubernetes.
A technical benchmark comparing the performance of 'for' vs 'foreach' loops in .NET Core using BenchmarkDotNet, showing 'for' is faster.
Explores the productivity and performance benefits of upgrading to ASP.NET Core 2.1, highlighting features like HttpClientFactory.
Upgrading to ASP.NET Core 2.1 can deliver serious performance improvements and developer productivity gains, with real-world results.
A tutorial on setting up a development environment and creating a new project using Blazor, Microsoft's web framework.
A guide to implementing automated versioning for .NET projects within Azure DevOps and TFS pipelines, covering both .NET Core and .NET Framework.
A guide to setting up and creating your first ASP.NET Core application on a Mac, covering prerequisites and using Yeoman.
A guide to creating custom .NET CLI tools, focusing on building 'dotnet init' to simplify NuGet package metadata setup in .csproj files.
A step-by-step tutorial on deploying an ASP.NET Core web application to a Raspberry Pi running Windows 10 IoT Core.