Posts by LeoFraietta • 31 points
3 posts
-
1
votes4
answers11718
viewsA: What are the differences between web application and desktop application?
My succinct and objective concept is: Web application - Every system you access using your browser, be it on your desktop computer, mobile phone or tablet. Ex. Your bank’s website. Desktop App -…
-
0
votes1
answer195
viewsQ: Get nullable variable Serialized datetime in WCF service responses
I have a WCF service with a variable nullable Datetime in a Datacontract as shown below. Because of business rules this Datamember may not have the Emitdefaultvalue setado to true and the guy has to…
-
-1
votes2
answers608
viewsA: Value when null does not show the value in xml
A solution can be using Datanotations. [DataMember(EmitDefaultValue = false)] In this topic has an answer that exemplifies better only that in his case, he wanted null objects not to be serialized:…