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 coreDocker is a great way to publish and deploy .NET applications, without having to worry about dependencies being missing on the host machine. With the…
asp.net.netdockerI have been looking for an opportunity to try out machine learning and recently had a change. Given my background with ASP.NET, using ML.NET seemed th…
ml.netmachine learningasp.netazure functionsazureI recently migrated my YouTube Remote project from ASP.NET 4 to use serverless computing, such as Azure SignalR Service and Azure Functions with Stati…
.netasp.netazure signalrazure functionsazure static web appazureGitpod is a service which provides development environments in the cloud, but a .NET web app will need some extra configuration to make it accessible…
.net coreasp.netgitpodASP.NET Core allows you to add support for multiple authentication schemes, such as social auth providers or WS-Federation. This support can be added…
.net coreasp.netasp.net 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 expressRecently I was trying to update a query string by adding or updating a parameter for URLs generated in a partial view. I found an excellent example fo…
asp.netasp.net mvcquery stringI love ASP.NET MVC. It is a great framework to get web apps quickly built. However using the built in HtmlHelper methods on your views isn&#…
asp.netasp.net mvchtmlhelper