C# Properties And Serialization

2

Does your app serialize (on IS or for wire-travelling) model entities to JSON/XML? Did you come across a scenario where you want to ensure that a property is, though serialize-able but should not be settable from the code? For example ID property. Your mo

Read this post on sharpsnippets.wordpress.com


Sanjay Sharma

blogs from Indore