A Day in the Life of a Mediumly Productive Software Engineer
A software engineer describes their daily routine, including personal projects, work tasks, and team interactions in a full-stack development role.
A software engineer describes their daily routine, including personal projects, work tasks, and team interactions in a full-stack development role.
Explores whether C# qualifies as a low-level language by porting a C++ raytracer to C# and analyzing performance, value types, and systems programming.
A .NET developer at Microsoft introduces himself, his side projects like the bflat C# compiler, and his experimental C# demos.
Guide to using Azure Managed Identity with C# to securely access Key Vault secrets in Azure Container Instances.
Guide on creating secret volumes in Azure Container Instances and consuming them with C# .NET Core, comparing secure environment variables and secret volumes.
Guide to running C# .NET Core apps as containers in Azure Container Instances using a private Azure Container Registry.
Guide on querying SQLite databases hosted on Azure File shares from multiple containers in AKS for scalable data processing.
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.
Explores the challenges of implementing Java's ReferenceQueue and PhantomReference concepts in C# for garbage collection notification.
An introduction to creating and using templated components in the Blazor web framework for more flexible UI development.
A tutorial on creating toast notifications in Blazor applications using only C#, HTML, and CSS, without JavaScript.
A developer shares how to use .NET Core Global Tools for minifying web assets, introducing the custom 'Miglifier' tool.
Guide to building custom data collectors for Azure Log Analytics using C#, including setup and querying.
Introduces a NuGet package for writing application logs to xunit test output, aiding in debugging .NET Core tests.
A developer reflects on their open source career, from learning C++ and Qt to becoming an engineering manager, emphasizing community and passion over money.
A technical benchmark comparing the performance of 'for' vs 'foreach' loops in .NET Core using BenchmarkDotNet, showing 'for' is faster.
A tutorial on building a practical Blazor WebAssembly app in C#, demonstrating HTTP calls and project structure.
A technical deep-dive exploring the internal structure of .NET Core .dll files, including IL code and assembly references.
A guide on migrating existing databases to use Entity Framework Core's built-in data seeding feature without causing insertion conflicts.
A tutorial on building a photo booth app using ASP.NET Core for the backend and Angular for the frontend, integrating Azure and Twilio.