cashen95
cashen95
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
all the props i need to query are their own columns in SQL
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
nope no query needed, just need to pull that column, let Ef turn it back into the object then throw it into a message body and send it
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
yeah
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
im just having issues getting the config section to serialize
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
then deserialize with Jsonconvert and be good
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
i think you can just use text and store the xml as a json string
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
inherits from ConfigurationSection, which is supposed to have an XML serializer that i have not been able to make work
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
xml, a custom section i wrote
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
heres the tricky part, the config is on a remote device and is sent as a the body of a service bus message
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
yeah using EFCore
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
MSSQL on Azure
27 replies
CC#
Created by cashen95 on 11/21/2024 in #help
Serializing Config Section
im using SQL, the part im struggling with (my fault i didnt explain) is the actual serialization of the config
27 replies