Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~304 People Reached
Favorite Tags
Member Avatar for naorye

Hi, I am trying to use Xml Serialization in order to serialize and deserialize an object for a webservice and for a database operations. Here is an example of the class structure: [ICODE] public abstract class Forniture { private float m_Price; public abstract int color{get; set;} [XmlElement(DataType="float"))] public float price{ …

Member Avatar for naorye
0
240
Member Avatar for naorye

Hi, I posted a question in C# forum and a guy there advice me to ask the question here. So, here is a link to my question: [URL="http://www.daniweb.com/forums/thread190093.html"]http://www.daniweb.com/forums/thread190093.html[/URL] First, I will describe the classes and then I will describe the error: I have a class Task3: [ICODE] public class Task3 …

0
64