ReadHere's how migrating from VB6 to .NET will cause you to lose data without realizing itOver 90% of VB6 to .NET migrations hide errors and corrupt data. The old database rots away without you really noticing. .NETMigrationVB6
ReadThe Unit of Work pattern explained for those who want to write code that doesn't cheatScattered bugs? Saves without logic? The Unit of Work pattern saves you before it's too late. Learn how to implement it with Entity Framework Core. Design PatternsUnit of Work patternSoftware architecture
ReadHow the CQRS architecture can take your applications to new heightsBuild super-fast .NET applications with this powerful pattern and CQRS architecture! Design PatternsCQRSEntity Framework
ReadTired of complicated SQL queries? With Entity Framework Core, write less code and manage data on SQL Server without complicationsEntity Framework Core frees you from complex SQL queries: less code, automatic mapping and ready-to-use data on SQL Server, without unnecessary fuss DataEntity FrameworkASP.NET Core