Add DataAnnotations metadata to EF Core in a partial class
If you're old like me, and can remember back to the old days of LINQ to SQL and early Entity Framework with .NET Framework, then you'll likely remember using
I write about building scalable applications with .NET and Azure. Sharing knowledge about cloud development, infrastructure, and best practices.
If you're old like me, and can remember back to the old days of LINQ to SQL and early Entity Framework with .NET Framework, then you'll likely remember using
Using Dev Tunnels to test your Azure Functions webhook callbacks is a breeze.
DKIM (DomainKeys Identified Mail) is like a digital signature for emails that proves an email really came from who it claims to be from.
Azure Functions is the perfect tool for sending emails from websites and apps. It's lightweight, fast, and scalable. Add SendGrid to it and you have a match
Even though the built-in logging in .NET Core is pretty good these days, Serilog takes it to the next level, making complex logging exceptionally easy.
Spinning up a database on a managed SQL server with variable resources per database is heavenly. Creating a database on Azure SQL is very quick and easy to do.
Find articles by topic