How can we use XML with C#? Let's start off with what is XML? It is short for eXtensible Markup Language. It is a simple text-based format for representing structured…
I often see the question "how to send emails with ASP.NET Core" and it is also one thing I often implement in the software applications I make or extend. Emails…
In this article, I will show you how to use Azure Blob Storage with ASP.NET Core. Often when working with web applications, APIs, or basically any other application, we are…
Struggling after a list of nodes that are useful for home automation? Look no further! I have created a list that I will continue to update once new nodes are…
So you are thinking about adding more "life" to your home like remote control and automation? A Smart Home hub is the central nerve in your home that will be…
My initial thoughts about the Sonos compatible IKEA SYMFONISK lamp speaker were: "Great sound, but wow it's ugly!". I applaud IKEA's intent with this product, but the design should be…
FluentValidation is a popular .NET library for building strongly-typed validation rules. When making an application that exposes an API to other systems or a front-end to users, you wanna make…