Click here to Skip to main content
15,914,160 members
Home / Discussions / C#
   

C#

 
Questionwindows communication foundation Pin
AmbitiousBeginner19-Jan-09 0:36
AmbitiousBeginner19-Jan-09 0:36 
AnswerRe: windows communication foundation Pin
SeMartens19-Jan-09 1:21
SeMartens19-Jan-09 1:21 
Questionto retrieve the word document from sqlserver Pin
gopal_nivas8419-Jan-09 0:31
gopal_nivas8419-Jan-09 0:31 
AnswerRe: to retrieve the word document from sqlserver Pin
Giorgi Dalakishvili19-Jan-09 0:41
mentorGiorgi Dalakishvili19-Jan-09 0:41 
GeneralRe: to retrieve the word document from sqlserver Pin
gopal_nivas8419-Jan-09 0:48
gopal_nivas8419-Jan-09 0:48 
GeneralRe: to retrieve the word document from sqlserver Pin
Giorgi Dalakishvili19-Jan-09 0:50
mentorGiorgi Dalakishvili19-Jan-09 0:50 
QuestionCould you please tell me the advantage of using the interface to code? Pin
mctramp16819-Jan-09 0:16
mctramp16819-Jan-09 0:16 
AnswerRe: Could you please tell me the advantage of using the interface to code? Pin
SeMartens19-Jan-09 0:23
SeMartens19-Jan-09 0:23 
Hi,

since interfaces are nothing .net-specific, you can find them in many languages C#, Java etc. An interface is a desgin pattern to be more formal about, what a class offers to the user of the class. Using interfaces is a method to achieve good system design, higher maintainability and good readibility.

You should always use interfaces if you implement interaction between losely coupled components.

I will post a link here (shame on me it's Java, but was the fastest I could get):
http://java.sun.com/docs/books/tutorial/java/concepts/interface.html[^].

If this is not sufficient, try to find sth. about object-oriented design/architecture/programming.

Does this help you?

Regards
Sebastian

It's not a bug, it's a feature!

Check out my CodeProject article Permission-by-aspect.

Me in Softwareland.

AnswerRe: Could you please tell me the advantage of using the interface to code? Pin
DaveyM6919-Jan-09 1:14
professionalDaveyM6919-Jan-09 1:14 
AnswerRe: Could you please tell me the advantage of using the interface to code? Pin
Alan Balkany19-Jan-09 3:38
Alan Balkany19-Jan-09 3:38 
AnswerRe: Could you please tell me the advantage of using the interface to code? Pin
Guffa19-Jan-09 3:45
Guffa19-Jan-09 3:45 
AnswerRe: Could you please tell me the advantage of using the interface to code? Pin
CodingYoshi19-Jan-09 4:09
CodingYoshi19-Jan-09 4:09 
QuestionArrayList search Pin
kanchoette18-Jan-09 23:55
kanchoette18-Jan-09 23:55 
AnswerRe: ArrayList search Pin
SeMartens18-Jan-09 23:59
SeMartens18-Jan-09 23:59 
GeneralRe: ArrayList search Pin
CodingYoshi19-Jan-09 4:20
CodingYoshi19-Jan-09 4:20 
Questionmdi forms with parent and child interaction Pin
bfis10813718-Jan-09 23:38
bfis10813718-Jan-09 23:38 
AnswerRe: mdi forms with parent and child interaction Pin
harold aptroot18-Jan-09 23:44
harold aptroot18-Jan-09 23:44 
GeneralRe: mdi forms with parent and child interaction Pin
DaveyM6919-Jan-09 1:16
professionalDaveyM6919-Jan-09 1:16 
GeneralRe: mdi forms with parent and child interaction Pin
CodingYoshi19-Jan-09 4:16
CodingYoshi19-Jan-09 4:16 
Questionstrange Http timeout issue Pin
George_George18-Jan-09 23:11
George_George18-Jan-09 23:11 
QuestionHow to translate the property item name of the control in the properties window? Pin
mctramp16818-Jan-09 21:02
mctramp16818-Jan-09 21:02 
AnswerRe: How to translate the property item name of the control in the properties window? Pin
Eddy Vluggen18-Jan-09 22:02
professionalEddy Vluggen18-Jan-09 22:02 
GeneralRe: How to translate the property item name of the control in the properties window? Pin
mctramp16819-Jan-09 0:13
mctramp16819-Jan-09 0:13 
AnswerRe: How to translate the property item name of the control in the properties window? Pin
Eddy Vluggen19-Jan-09 1:28
professionalEddy Vluggen19-Jan-09 1:28 
GeneralRe: How to translate the property item name of the control in the properties window? Pin
mctramp16819-Jan-09 15:22
mctramp16819-Jan-09 15:22 

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.