Click here to Skip to main content
15,909,591 members
Home / Discussions / C#
   

C#

 
AnswerRe: Report Wizard Problem Pin
leppie10-Jun-08 23:35
leppie10-Jun-08 23:35 
GeneralRe: Report Wizard Problem Pin
Programm3r10-Jun-08 23:59
Programm3r10-Jun-08 23:59 
QuestionInterface Pin
namrata510-Jun-08 20:46
namrata510-Jun-08 20:46 
AnswerRe: Interface Pin
Ajay.k_Singh10-Jun-08 21:13
Ajay.k_Singh10-Jun-08 21:13 
GeneralRe: Interface Pin
BadKarma10-Jun-08 23:39
BadKarma10-Jun-08 23:39 
GeneralRe: Interface Pin
Ajay.k_Singh10-Jun-08 23:43
Ajay.k_Singh10-Jun-08 23:43 
GeneralRe: Interface Pin
Colin Angus Mackay11-Jun-08 1:03
Colin Angus Mackay11-Jun-08 1:03 
AnswerRe: Interface Pin
Guffa11-Jun-08 1:32
Guffa11-Jun-08 1:32 
The interface is like a contract. If a class implements an interface, you know that it fulfills the contract. Then you can also use the object in the form of the interface instead of the form of the class.

This is very useful with classes that implement the same interface. For example, both a string array and a List<string> implement the IEnumerable<string> interface. You can make a method that takes an IEnumerable<string> as parameter, and you can send either a string array or a List<string> to the method, so that the method can loop through the collection without caring about what the collection really is.

Despite everything, the person most likely to be fooling you next is yourself.

modified on Wednesday, June 11, 2008 8:11 AM

QuestionOverriding Pin
namrata510-Jun-08 20:44
namrata510-Jun-08 20:44 
AnswerRe: Overriding Pin
Programm3r10-Jun-08 20:56
Programm3r10-Jun-08 20:56 
Questionexe to dll Pin
namrata510-Jun-08 20:43
namrata510-Jun-08 20:43 
AnswerRe: exe to dll Pin
J a a n s10-Jun-08 21:13
professionalJ a a n s10-Jun-08 21:13 
GeneralRe: exe to dll Pin
Hum Dum10-Jun-08 21:25
Hum Dum10-Jun-08 21:25 
GeneralRe: exe to dll Pin
Vikram A Punathambekar10-Jun-08 23:53
Vikram A Punathambekar10-Jun-08 23:53 
AnswerRe: exe to dll Pin
leppie10-Jun-08 23:38
leppie10-Jun-08 23:38 
GeneralRe: exe to dll Pin
namrata511-Jun-08 1:32
namrata511-Jun-08 1:32 
Question"Unspecified error" in GetSecurityDescriptor of ADsSecurityUtilityClass Pin
Deepali Dhingra10-Jun-08 20:32
professionalDeepali Dhingra10-Jun-08 20:32 
QuestionRe: How to Flickering in Waveform generated using GDI+ Pin
vinay_K10-Jun-08 20:29
vinay_K10-Jun-08 20:29 
AnswerRe: How to Flickering in Waveform generated using GDI+ Pin
leppie10-Jun-08 23:32
leppie10-Jun-08 23:32 
Questionhow to deal with numerous fields Pin
Mr.Kode10-Jun-08 20:15
Mr.Kode10-Jun-08 20:15 
AnswerRe: how to deal with numerous fields Pin
Ajay.k_Singh10-Jun-08 21:04
Ajay.k_Singh10-Jun-08 21:04 
QuestionExtract Link embedded file from word file using Application object Pin
Muthuvasagan10-Jun-08 20:00
Muthuvasagan10-Jun-08 20:00 
AnswerRe: Extract Link embedded file from word file using Application object Pin
John_Adams10-Jun-08 20:46
John_Adams10-Jun-08 20:46 
Questionfile close issue Pin
George_George10-Jun-08 19:46
George_George10-Jun-08 19:46 
AnswerRe: file close issue Pin
Nouman Bhatti10-Jun-08 20:25
Nouman Bhatti10-Jun-08 20:25 

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.