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

C#

 
AnswerRe: whats the best practice to save service data? Pin
Eddy Vluggen11-May-13 3:30
professionalEddy Vluggen11-May-13 3:30 
QuestionProperties vs Methods Opinions sought Pin
Keith Barrow10-May-13 4:22
professionalKeith Barrow10-May-13 4:22 
SuggestionRe: Properties vs Methods Opinions sought Pin
Richard Deeming10-May-13 5:16
mveRichard Deeming10-May-13 5:16 
GeneralRe: Properties vs Methods Opinions sought Pin
Keith Barrow10-May-13 5:37
professionalKeith Barrow10-May-13 5:37 
GeneralRe: Properties vs Methods Opinions sought Pin
jschell10-May-13 7:58
jschell10-May-13 7:58 
AnswerRe: Properties vs Methods Opinions sought Pin
jschell10-May-13 7:50
jschell10-May-13 7:50 
GeneralRe: Properties vs Methods Opinions sought Pin
Ennis Ray Lynch, Jr.10-May-13 8:41
Ennis Ray Lynch, Jr.10-May-13 8:41 
GeneralRe: Properties vs Methods Opinions sought Pin
jschell13-May-13 7:58
jschell13-May-13 7:58 
Ennis Ray Lynch, Jr. wrote:
I disagree. Properties were created because the language designer didn't like
accessors and getters and wanted a cleaner method for acessing and getting
members. While it certainly adds the ability to add logic, that is a major faux
paus to do any more than is absolutely necessary at the bare minimum. Methods
are more appropriate when actually functionality is desired.


That of course is ridiculous.

People used get/set because they perceived a need to somethimes add code to those.

Sometimes doesn't mean always and it doesn't mean inappropriately.

If one disallows that possibility entirely then there is no point in using get/set (or properties.)

Ennis Ray Lynch, Jr. wrote:
Reference to accessors and setters



And your link says "...optionally validates it" so in your world where no code at all is allowed in there how exactly does one do that?
AnswerRe: Properties vs Methods Opinions sought Pin
PIEBALDconsult10-May-13 18:32
mvePIEBALDconsult10-May-13 18:32 
GeneralPracticing Code Logic Pin
N8tiv10-May-13 3:24
N8tiv10-May-13 3:24 
GeneralRe: Practicing Code Logic Pin
Richard MacCutchan10-May-13 3:48
mveRichard MacCutchan10-May-13 3:48 
Questionxmpp Pin
Member 1004242210-May-13 2:20
Member 1004242210-May-13 2:20 
AnswerRe: xmpp Pin
Pete O'Hanlon10-May-13 2:34
mvePete O'Hanlon10-May-13 2:34 
AnswerRe: xmpp Pin
Richard MacCutchan10-May-13 3:44
mveRichard MacCutchan10-May-13 3:44 
QuestionAbout xmpp n bosh server Pin
Member 1004242210-May-13 1:46
Member 1004242210-May-13 1:46 
AnswerRe: About xmpp n bosh server Pin
Pete O'Hanlon10-May-13 2:13
mvePete O'Hanlon10-May-13 2:13 
QuestionExport to PST Pin
JD869-May-13 14:29
JD869-May-13 14:29 
QuestionProper Use of a Semaphore Pin
Richard Andrew x649-May-13 14:14
professionalRichard Andrew x649-May-13 14:14 
AnswerRe: Proper Use of a Semaphore Pin
SledgeHammer019-May-13 17:05
SledgeHammer019-May-13 17:05 
GeneralRe: Proper Use of a Semaphore Pin
Richard Andrew x6410-May-13 6:10
professionalRichard Andrew x6410-May-13 6:10 
Questionhow do i display http fields Pin
mais irreem9-May-13 3:35
mais irreem9-May-13 3:35 
AnswerRe: how do i display http fields Pin
OriginalGriff9-May-13 3:54
mveOriginalGriff9-May-13 3:54 
QuestionHTML, RTF or WordML? Pin
Jassim Rahma8-May-13 23:47
Jassim Rahma8-May-13 23:47 
AnswerRe: HTML, RTF or WordML? Pin
Abhinav S9-May-13 0:33
Abhinav S9-May-13 0:33 
AnswerRe: HTML, RTF or WordML? Pin
Dave Kreskowiak9-May-13 1:40
mveDave Kreskowiak9-May-13 1:40 

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.