Click here to Skip to main content
15,896,445 members
Home / Discussions / C#
   

C#

 
Questionreport of proc Pin
NiloofarNoroozi24-Sep-08 22:54
NiloofarNoroozi24-Sep-08 22:54 
QuestionHTML to RTF Pin
omlac24-Sep-08 22:14
omlac24-Sep-08 22:14 
QuestionProblem with serialisation in C# Pin
Sudarsan Srinivasan24-Sep-08 22:10
Sudarsan Srinivasan24-Sep-08 22:10 
AnswerRe: Problem with serialisation in C# Pin
Giorgi Dalakishvili24-Sep-08 22:33
mentorGiorgi Dalakishvili24-Sep-08 22:33 
GeneralRe: Problem with serialisation in C# Pin
leppie24-Sep-08 23:11
leppie24-Sep-08 23:11 
GeneralRe: Problem with serialisation in C# Pin
Giorgi Dalakishvili24-Sep-08 23:17
mentorGiorgi Dalakishvili24-Sep-08 23:17 
GeneralRe: Problem with serialisation in C# Pin
leppie25-Sep-08 10:15
leppie25-Sep-08 10:15 
GeneralRe: Problem with serialisation in C# Pin
Sudarsan Srinivasan24-Sep-08 23:50
Sudarsan Srinivasan24-Sep-08 23:50 
In your blog, you have mentioned about Xml Serialisation to overcome this problem. Now, I have another doubt. Lets consider two classes,

class Foo : AbstractBase
{
public override string Name
{
get{ //something };
}
}

class Bar : AbstractBase
{
public override string Name
{
get{ //something };
}
}

public abstract AbstractBase
{
string Name
{
get;
}
}

In such a case if a serialise either foo / bar under the type AbstractBase, i am not able to deserialise it to AbstractBase. Why ??

P.S. Sorry about the indentation. Sniff | :^)
AnswerRe: Problem with serialisation in C# Pin
Anthony Mushrow24-Sep-08 22:34
professionalAnthony Mushrow24-Sep-08 22:34 
Questionprinters Pin
arkiboys24-Sep-08 21:50
arkiboys24-Sep-08 21:50 
AnswerRe: printers Pin
Pedram Behroozi24-Sep-08 22:11
Pedram Behroozi24-Sep-08 22:11 
GeneralRe: printers Pin
arkiboys24-Sep-08 22:19
arkiboys24-Sep-08 22:19 
GeneralRe: printers Pin
blackjack215024-Sep-08 23:19
blackjack215024-Sep-08 23:19 
GeneralRe: printers Pin
arkiboys24-Sep-08 23:26
arkiboys24-Sep-08 23:26 
AnswerRe: printers Pin
Pete O'Hanlon24-Sep-08 22:26
mvePete O'Hanlon24-Sep-08 22:26 
GeneralRe: printers Pin
arkiboys24-Sep-08 22:35
arkiboys24-Sep-08 22:35 
AnswerRe: printers Pin
Pedram Behroozi24-Sep-08 23:02
Pedram Behroozi24-Sep-08 23:02 
GeneralRe: printers Pin
arkiboys24-Sep-08 23:08
arkiboys24-Sep-08 23:08 
AnswerRe: printers Pin
Mirko198025-Sep-08 1:58
Mirko198025-Sep-08 1:58 
GeneralRe: printers Pin
arkiboys25-Sep-08 2:26
arkiboys25-Sep-08 2:26 
GeneralRe: printers Pin
Mirko198025-Sep-08 23:38
Mirko198025-Sep-08 23:38 
QuestionControls created on one thread cannot be parented to a control on a different thread. Pin
DotNetCoderJunior24-Sep-08 21:47
DotNetCoderJunior24-Sep-08 21:47 
AnswerRe: Controls created on one thread cannot be parented to a control on a different thread. Pin
PandemoniumPasha24-Sep-08 22:07
PandemoniumPasha24-Sep-08 22:07 
Questionusing RDLC with C# books Pin
Jassim Rahma24-Sep-08 21:13
Jassim Rahma24-Sep-08 21:13 
AnswerRe: using RDLC with C# books Pin
Giorgi Dalakishvili24-Sep-08 21:30
mentorGiorgi Dalakishvili24-Sep-08 21:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.