Christopher AdamsonMeeting Regulatory Requirements with EFS Backup EncryptionOrganizations are faced with the challenge of ensuring the security and compliance of their sensitive information. Regulatory bodies across…Oct 27
Darko SubićHow to disable ASP.NET Core Identity auto generated routes?Remove unnecessary Endpoints added by the MapIdentityApi method.May 14
Samuel GetachewBest Practices for Using Entity Framework Core in ASP.NET Core Applications with .NET 8Optimize Your Development Process for Performance and Scalability Entity Framework Core in ASP.NET Core Applications with .NET 8Oct 8Oct 8
David Cubero7 Entity Framework Core tips from Microsoft top engineersSome developers complain that the Entity Framework is horribly slow.Aug 167Aug 167
Richard NwonahUsing Value Conversions in EF Core: Transforming Data with EaseIn the ever-evolving world of software development, finding elegant solutions to manage data types and conversions is crucial. With Entity…Sep 21Sep 21
Christopher AdamsonMeeting Regulatory Requirements with EFS Backup EncryptionOrganizations are faced with the challenge of ensuring the security and compliance of their sensitive information. Regulatory bodies across…Oct 27
Darko SubićHow to disable ASP.NET Core Identity auto generated routes?Remove unnecessary Endpoints added by the MapIdentityApi method.May 14
Samuel GetachewBest Practices for Using Entity Framework Core in ASP.NET Core Applications with .NET 8Optimize Your Development Process for Performance and Scalability Entity Framework Core in ASP.NET Core Applications with .NET 8Oct 8
David Cubero7 Entity Framework Core tips from Microsoft top engineersSome developers complain that the Entity Framework is horribly slow.Aug 167
Richard NwonahUsing Value Conversions in EF Core: Transforming Data with EaseIn the ever-evolving world of software development, finding elegant solutions to manage data types and conversions is crucial. With Entity…Sep 21
Christopher AdamsonAmazon EFS: Fully Managed File Storage for EC2Amazon Elastic File System (EFS) is a fully managed cloud-native file system that makes it easy to set up shared file storage for EC2…Mar 7
Dusan VelimirovicDesigning a Robust Database Schema for Posts, Comments, and User Interactions in Blazor Web AppsLearn how to design and implement a comprehensive database schema for managing posts, comments, and user interactions in Blazor Web Apps.Sep 3
Muhammad AbdullahChoosing the Right Primary Key in EF Core: int vs. GUIDWhen developing applications with Entity Framework Core (EF Core), one of the early decisions you’ll encounter is selecting the type for…Aug 21, 2023