Handling Cascading Deletes in Entity Framework Core
Cascading 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 coreCascading 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 coreAuthentication 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 apiValidation is an important step when handling data from a request in ASP.NET Core 6. FluentValidation is a popular .NET library which can make validat…
asp.net coreasp.net core mvcSometimes it can be helpful to quickly make the version of a project which is running on your development machine available to others. This could be f…
asp.netasp.net coreiis expressI recently started working on a new side project and decided to implement it as a single page application (SPA). For this, I chose to build an API pow…
asp.net coreasp.net core web apivue.js