Click here to Skip to main content
15,895,656 members
Home / Discussions / C#
   

C#

 
AnswerRe: class vs interface Pin
PIEBALDconsult26-Mar-11 5:13
mvePIEBALDconsult26-Mar-11 5:13 
AnswerRe: class vs interface Pin
Ravi Sant26-Mar-11 5:51
Ravi Sant26-Mar-11 5:51 
GeneralRe: class vs interface Pin
Keith Barrow26-Mar-11 11:50
professionalKeith Barrow26-Mar-11 11:50 
GeneralRe: class vs interface Pin
JP_Rocks26-Mar-11 22:32
JP_Rocks26-Mar-11 22:32 
GeneralRe: class vs interface Pin
Ravi Sant27-Mar-11 8:18
Ravi Sant27-Mar-11 8:18 
AnswerRe: class vs interface Pin
shivamkalra26-Mar-11 7:44
shivamkalra26-Mar-11 7:44 
AnswerRe: class vs interface Pin
Dalek Dave26-Mar-11 7:45
professionalDalek Dave26-Mar-11 7:45 
AnswerRe: class vs interface Pin
davidnz26-Mar-11 22:46
davidnz26-Mar-11 22:46 
Ditto what everyone else has said.

Also, I think at your stage of learning it is very informative to look closely at some of the existing interfaces in the framework, and how they are implemented.

An example, one of many off the top of my head, is say IComparable and/or IComparable<T>. Then read the msdn blurb on the List<T>.Sort() method, and think about how implementing one of those interfaces in some class you design makes it possible to sort a list of instances of that class.

Again, I am not contradicting the good advice given by the previous posts, I am simply saying that studying some of the built-in interfaces and finding examples of their usage can be ONE aid to understanding interfaces in general.
AnswerRe: class vs interface Pin
Pravin Patil, Mumbai28-Mar-11 1:56
Pravin Patil, Mumbai28-Mar-11 1:56 
Questionattributes Pin
Abou taleb26-Mar-11 1:33
Abou taleb26-Mar-11 1:33 
AnswerRe: attributes Pin
Not Active26-Mar-11 3:03
mentorNot Active26-Mar-11 3:03 
GeneralRe: attributes Pin
Abou taleb28-Mar-11 0:29
Abou taleb28-Mar-11 0:29 
AnswerRe: attributes Pin
Dave Kreskowiak26-Mar-11 6:22
mveDave Kreskowiak26-Mar-11 6:22 
QuestionOpen Close Connection Every-time Pin
Anubhava Dimri25-Mar-11 22:40
Anubhava Dimri25-Mar-11 22:40 
AnswerRe: Open Close Connection Every-time Pin
Keith Barrow25-Mar-11 23:18
professionalKeith Barrow25-Mar-11 23:18 
AnswerRe: Open Close Connection Every-time Pin
OriginalGriff25-Mar-11 23:53
mveOriginalGriff25-Mar-11 23:53 
GeneralRe: Open Close Connection Every-time Pin
Anubhava Dimri26-Mar-11 0:02
Anubhava Dimri26-Mar-11 0:02 
GeneralRe: Open Close Connection Every-time Pin
OriginalGriff26-Mar-11 0:11
mveOriginalGriff26-Mar-11 0:11 
GeneralRe: Open Close Connection Every-time Pin
Anubhava Dimri26-Mar-11 0:14
Anubhava Dimri26-Mar-11 0:14 
GeneralRe: Open Close Connection Every-time Pin
OriginalGriff26-Mar-11 0:16
mveOriginalGriff26-Mar-11 0:16 
AnswerRe: Open Close Connection Every-time Pin
PIEBALDconsult26-Mar-11 3:47
mvePIEBALDconsult26-Mar-11 3:47 
QuestionIssue with App Settings (Settings.setting & user.config) and version info Pin
SledgeHammer0125-Mar-11 14:08
SledgeHammer0125-Mar-11 14:08 
AnswerRe: Issue with App Settings (Settings.setting & user.config) and version info Pin
SledgeHammer0125-Mar-11 14:20
SledgeHammer0125-Mar-11 14:20 
GeneralRe: Issue with App Settings (Settings.setting & user.config) and version info Pin
GenJerDan26-Mar-11 14:08
GenJerDan26-Mar-11 14:08 
QuestionGmail inbox retrive Pin
Md. Shamiul Islam Hiron25-Mar-11 12:52
Md. Shamiul Islam Hiron25-Mar-11 12:52 

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.