MidDev
MidDev
CC#
Created by MidDev on 12/28/2023 in #help
DATA MIGRATION
In your experience, when doing data migration from one table to another, whats the best way? i can write a sql script but considering the data can be in milions, i also think i may need some kind of retry policy
2 replies
CC#
Created by MidDev on 12/22/2022 in #help
❔ Encapsulation with Extension Method
Question: I have some extension methods for a class, those extension methods set the properties of that class with some validation logic inside the problem is that when i wanna use the extension method it also shows the property as an option, i was wondering if there is a way to only show the extension methods as a valid option to set those properties up.
3 replies