ashokp
ashokp
CC#
Created by ashokp on 9/10/2023 in #help
❔ What is the Best Way to convert the nested C# object to key value pair
ya this is not domain related Data, want to capture the event data coming from external sources, I agree I have to serialize it manually and do something
12 replies
CC#
Created by ashokp on 9/10/2023 in #help
❔ What is the Best Way to convert the nested C# object to key value pair
not sure what's the best way to do it so its easy to index in Mongo and also easy to read and convert back to C# object
12 replies
CC#
Created by ashokp on 9/10/2023 in #help
❔ What is the Best Way to convert the nested C# object to key value pair
ya I thought of that but when i start to dig into nested Types like Employee.Department i am not sure how should i represent this for the key may be my key can be "Employee.Department" but i want to make it easy to reconstruct to C# Type and work with it as well
12 replies