Click here to Skip to main content
15,919,749 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to get value from PropertyInfo Pin
Etienne_12318-Aug-11 22:22
Etienne_12318-Aug-11 22:22 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 22:35
mvePete O'Hanlon18-Aug-11 22:35 
GeneralRe: How to get value from PropertyInfo Pin
Etienne_12318-Aug-11 23:00
Etienne_12318-Aug-11 23:00 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 23:13
mvePete O'Hanlon18-Aug-11 23:13 
GeneralRe: How to get value from PropertyInfo Pin
Etienne_12318-Aug-11 23:31
Etienne_12318-Aug-11 23:31 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 23:43
mvePete O'Hanlon18-Aug-11 23:43 
GeneralRe: How to get value from PropertyInfo Pin
BobJanova18-Aug-11 23:16
BobJanova18-Aug-11 23:16 
GeneralRe: How to get value from PropertyInfo Pin
Pete O'Hanlon18-Aug-11 23:23
mvePete O'Hanlon18-Aug-11 23:23 
Questionuse apider in asp.net Pin
apadana_198918-Aug-11 19:49
apadana_198918-Aug-11 19:49 
AnswerRe: use apider in asp.net Pin
Pete O'Hanlon18-Aug-11 20:12
mvePete O'Hanlon18-Aug-11 20:12 
JokeRe: use apider in asp.net PinPopular
Mycroft Holmes18-Aug-11 20:30
professionalMycroft Holmes18-Aug-11 20:30 
JokeRe: use apider in asp.net Pin
Peter_in_278018-Aug-11 21:40
professionalPeter_in_278018-Aug-11 21:40 
GeneralRe: use apider in asp.net Pin
Mycroft Holmes18-Aug-11 22:24
professionalMycroft Holmes18-Aug-11 22:24 
JokeRe: use apider in asp.net Pin
Manfred Rudolf Bihy18-Aug-11 23:15
professionalManfred Rudolf Bihy18-Aug-11 23:15 
AnswerRe: use apider in asp.net Pin
V.18-Aug-11 21:07
professionalV.18-Aug-11 21:07 
AnswerRe: use apider in asp.net Pin
Manfred Rudolf Bihy18-Aug-11 23:18
professionalManfred Rudolf Bihy18-Aug-11 23:18 
AnswerRe: use apider in asp.net Pin
Not Active19-Aug-11 2:16
mentorNot Active19-Aug-11 2:16 
Questionmulti inh Pin
apadana_198918-Aug-11 18:44
apadana_198918-Aug-11 18:44 
AnswerRe: multi inh Pin
unknowndentified1011118-Aug-11 18:49
unknowndentified1011118-Aug-11 18:49 
AnswerRe: multi inh Pin
Eddy Vluggen18-Aug-11 20:56
professionalEddy Vluggen18-Aug-11 20:56 
GeneralRe: multi inh Pin
BobJanova18-Aug-11 23:14
BobJanova18-Aug-11 23:14 
Multiple implementation (of interfaces) is fine, though. A class often actually is (the test for whether inheritance is appropriate) several things defined by simple (one aspect, ideally) interfaces, and implementing each of them makes sense. For example some sort of data model class could easily be an INotifyPropertyChanged, an IEnumerable<T>, and also some kind of IDataProvider interface within your own code. Or just look at the declaration of the collection classes in the framework.
GeneralRe: multi inh Pin
Eddy Vluggen19-Aug-11 6:49
professionalEddy Vluggen19-Aug-11 6:49 
AnswerRe: multi inh Pin
Pete O'Hanlon18-Aug-11 23:49
mvePete O'Hanlon18-Aug-11 23:49 
QuestionMSMQ Pin
CodingYoshi18-Aug-11 18:07
CodingYoshi18-Aug-11 18:07 
AnswerRe: MSMQ Pin
Luc Pattyn18-Aug-11 18:20
sitebuilderLuc Pattyn18-Aug-11 18:20 

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.