Chewy2TheoHow big corporations belittle unit testingI’m here to share my experiences after working in a few gigantic firms where people either do not write tests or they do not write tests…Apr 13, 2022Apr 13, 2022
Chewy2Theo.Net Core Web.config MigrationThank you .Net Core for finally moving from XML to JSON. As a json lover the xml within .Net always bothered me. But the config is now…May 29, 2021May 29, 2021
Chewy2Theo.Net Core MVC Controllers MigrationThe controllers are easy to migrate but I’ll document it anyways just to clear out the unknowns.May 29, 2021May 29, 2021
Chewy2Theo.Net Core Localization MigrationSo back in the days of .Net 4.7, I had these resx files that I created to store the translations for different languages and .Net was able…May 29, 2021May 29, 2021
Chewy2Theo.Net Core Authentication and Authorization MigrationIn .Net I used ClaimsPrincipalPermission and ClaimsAuthorizationManager with the help of Autofac.Owin and Owin for authentication and…May 29, 2021May 29, 2021
Chewy2TheoEntityFramework Core Migration (Code First) — Part IV: Misc Configurations and final code for…May 29, 2021May 29, 2021
Chewy2Theo.Net Core’s Chinese Traditional/Simplified Translation LibraryThe application that I worked on has two languages configured — English and Chinese (Traditional and Simplified).May 29, 2021May 29, 2021
Chewy2Theo.Net Core Using Middleware to log http request/responsesWith .Net 4.7 I used to log my http request and response conditionally through the help of owin. However with .Net Core, they have a set…May 29, 2021May 29, 2021
Chewy2TheoEntityFramework Core Migration (Code First) — Part I: Entity ModelsMay 29, 2021May 29, 2021
Chewy2TheoEntityFramework Core Migration (Code First) — Part III: Autofac DI and Async DbContext HandlingMay 29, 2021May 29, 2021