flutterwithdotnet.hashnode.devNavigating Unmapped Data: A Comparison of EF Core and DapperRecently, I've come across the news that EF Core 8.0 has introduced a new feature for querying unmapped data. This sounds like an exciting development and brings to mind a challenge I faced last year. I had to query unmapped data using EF Core and, a...Jan 15, 2023·10 min read
flutterwithdotnet.hashnode.devA journey through state management and widget testing in FlutterIntroduction As a Flutter developer, you are undoubtedly familiar with the many challenges of building robust, scalable, and reliable mobile apps. One area that has garnered a lot of attention in the Flutter community is state management: the process...Jan 3, 2023·11 min read