Click here to Skip to main content
15,911,762 members
Home / Discussions / C#
   

C#

 
GeneralRe: object from/to XML Pin
George_George7-May-08 3:45
George_George7-May-08 3:45 
QuestionActive Directory Account Information [modified] Pin
Tim Carmichael7-May-08 2:06
Tim Carmichael7-May-08 2:06 
AnswerRe: Active Directory Account Information Pin
Abhijit Jana7-May-08 3:36
professionalAbhijit Jana7-May-08 3:36 
QuestionHow to generate automated code when implementing an interface in a class? (C#) Pin
Uttam Kumar Unik!7-May-08 2:05
Uttam Kumar Unik!7-May-08 2:05 
AnswerRe: How to generate automated code when implementing an interface in a class? (C#) Pin
Christopher Stratmann7-May-08 2:13
Christopher Stratmann7-May-08 2:13 
GeneralRe: How to generate automated code when implementing an interface in a class? (C#) Pin
Uttam Kumar Unik!7-May-08 2:31
Uttam Kumar Unik!7-May-08 2:31 
GeneralRe: How to generate automated code when implementing an interface in a class? (C#) Pin
Christopher Stratmann7-May-08 2:33
Christopher Stratmann7-May-08 2:33 
GeneralRe: How to generate automated code when implementing an interface in a class? (C#) Pin
Uttam Kumar Unik!7-May-08 2:37
Uttam Kumar Unik!7-May-08 2:37 
AnswerRe: How to generate automated code when implementing an interface in a class? (C#) Pin
Anindya Chatterjee7-May-08 2:14
Anindya Chatterjee7-May-08 2:14 
AnswerRe: How to generate automated code when implementing an interface in a class? (C#) Pin
S. Senthil Kumar7-May-08 4:09
S. Senthil Kumar7-May-08 4:09 
GeneralRe: How to generate automated code when implementing an interface in a class? (C#) Pin
Uttam Kumar Unik!7-May-08 4:12
Uttam Kumar Unik!7-May-08 4:12 
GeneralRe: How to generate automated code when implementing an interface in a class? (C#) Pin
S. Senthil Kumar7-May-08 4:13
S. Senthil Kumar7-May-08 4:13 
GeneralRe: How to generate automated code when implementing an interface in a class? (C#) Pin
Uttam Kumar Unik!7-May-08 4:23
Uttam Kumar Unik!7-May-08 4:23 
News[Message Deleted] Pin
Anindya Chatterjee7-May-08 1:50
Anindya Chatterjee7-May-08 1:50 
GeneralRe: Free Web Host & Free Domain Name Forever Pin
phannon867-May-08 2:48
professionalphannon867-May-08 2:48 
GeneralRe: Free Web Host & Free Domain Name Forever Pin
Anindya Chatterjee7-May-08 2:54
Anindya Chatterjee7-May-08 2:54 
GeneralCP Members: SPAM Pin
leckey7-May-08 2:54
leckey7-May-08 2:54 
QuestionProgramatically removing a reference??? Pin
Christopher Stratmann7-May-08 1:42
Christopher Stratmann7-May-08 1:42 
AnswerRe: Programatically removing a reference??? Pin
vytheese7-May-08 2:28
professionalvytheese7-May-08 2:28 
GeneralRe: Programatically removing a reference??? Pin
Christopher Stratmann7-May-08 2:42
Christopher Stratmann7-May-08 2:42 
QuestionCasting Issues Pin
Squeaker7-May-08 1:06
Squeaker7-May-08 1:06 
AnswerRe: Casting Issues Pin
#realJSOP7-May-08 1:28
professional#realJSOP7-May-08 1:28 
AnswerRe: Casting Issues Pin
LongRange.Shooter7-May-08 4:31
LongRange.Shooter7-May-08 4:31 
Zedgraph has a definition as follows:
C#
  Ourcompany.PointPairLists points = value;
<pre>

When you "code the exact same thing" you change the namespace so you have an object that is actually:
<pre lang="cs">
  Mycompany.PointPairLists;


Unless you explicitely inherit Ourcompany.PointPairLists you will never be able to cast to the object type that they are requesting.

The product probably has a domain uniqueness that using their collections is the only choice. You may also find, if the company is sharp, that they have coded the objects so that they are not inheritable which stops you from encapsulating them as well.
QuestionTypecasting string to char * in C# Pin
Vikas K.7-May-08 0:34
Vikas K.7-May-08 0:34 
AnswerRe: Typecasting string to char * in C# Pin
stancrm7-May-08 0:53
stancrm7-May-08 0:53 

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.