Latest post
Running .NET 8 on Cloudflare Workers
.NET is an open-source application framework from Microsoft which supports a wide range of platforms such as Windows, Linux and macOS. Meanwhile, Cloudflare Wor
Notes on .NET, web development, cloud services, and software engineering.

Latest post
.NET is an open-source application framework from Microsoft which supports a wide range of platforms such as Windows, Linux and macOS. Meanwhile, Cloudflare Wor
Domain-based Message Authentication, Reporting, and Conformance (DMARC) is an essential email authentication protocol that helps validate the authenti…
emailsecurityDomainKeys Identified Mail (DKIM) is a method of email authentication that validates email sent from a domain. DKIM adds a digital signature to import…
emailsecuritySender Policy Framework (SPF) records are a crucial mechanism for enhancing email security and ensuring that emails are sent from authorised servers.…
emailsecurityCascading deletes in Entity Framework Core (EF Core) simplify data management by automatically removing related entities when their parent entities ar…
asp.netasp.net coreentity framework coreThe Entity Framework Core 7 release saw the addition support for storing entities in a JSON format, without having to use serializers. This can be use…
asp.netasp.net coreentity framework coreBack in June Microsoft released the work location feature in Microsoft Outlook and Microsoft Teams. This allowed you to set Teams and Outlook to displ…
microsoftmicrosoft teamspower automateAuthentication is the process by which a user of a system is identified. ASP.NET Core allows multiple methods of authentication through authentication…
asp.net coreasp.net core web apic#.net coreSharing your local ASP.NET Core development server can be a very useful way of obtaining feedback, testing webhook integrations, and facilitating coll…
asp.net coreasp.net core mvcasp.net core web apicloudflareiis expressOne of the key features of an application is knowing who the current user is. This is called authentication. ASP.NET Core includes authentication midd…
asp.net coreasp.net core mvcasp.net core web api