Change tracking object contents at first might seem like an easy or straightforward task but there are lots of pitfalls and potential issues with many solutions. What works in your. read more…
After doing a lot of reading it appears that it is possible to do what I was attempting to do but it requires relaxing a lot of useful security measures. read more…
I was recently working on a project where I needed to serialize objects with properties marked as readonly (can only be set inside a constructor). The objects are part of. read more…
View Model Value Change Tracking in MvvmCross & Xamarin
Change tracking object contents at first might seem like an easy or straightforward task but there are lots of pitfalls and potential issues with many solutions. What works in your. read more…
Continue Reading
Using HttpClient to Send Dates in URL Using AttributeRouting
After doing a lot of reading it appears that it is possible to do what I was attempting to do but it requires relaxing a lot of useful security measures. read more…
Continue Reading
Serialization – Xml – Readonly Properties
I was recently working on a project where I needed to serialize objects with properties marked as readonly (can only be set inside a constructor). The objects are part of. read more…
Continue Reading