Click here to Skip to main content
15,917,628 members
Home / Discussions / C#
   

C#

 
QuestionAsychronous call to URL behind the scene without redirecting to the page Pin
Amvir28-Jul-07 2:38
Amvir28-Jul-07 2:38 
AnswerRe: Asychronous call to URL behind the scene without redirecting to the page Pin
ne0h28-Jul-07 4:48
ne0h28-Jul-07 4:48 
Questionhow deployee c#.net desktop application [modified] Pin
hk7792128-Jul-07 2:28
hk7792128-Jul-07 2:28 
AnswerRe: how deployee c#.net desktop application Pin
Kevin McFarlane28-Jul-07 3:05
Kevin McFarlane28-Jul-07 3:05 
QuestionHey, a question Pin
XFighter28-Jul-07 1:43
XFighter28-Jul-07 1:43 
AnswerRe: Hey, a question Pin
Colin Angus Mackay28-Jul-07 3:33
Colin Angus Mackay28-Jul-07 3:33 
Questioncoding guidelines question Pin
thepersonof28-Jul-07 0:48
thepersonof28-Jul-07 0:48 
AnswerRe: coding guidelines question Pin
Luc Pattyn28-Jul-07 0:56
sitebuilderLuc Pattyn28-Jul-07 0:56 
Hi,

I do this all the time, but only in specific situations; i.e.
the local variable is declared private, and the property is either
protected or public.

And I do not intend on changing that. How else would you come up with
two different but related names (don't give me the underscore stuff,
such as _myProperty or m_myProperty, I don't like it at all, it lowers
the readability of the code).

Did you add those different qualifiers when trying?
If myProperty and MyProperty both were to have the same access rights
(which is private if you dont specify), then I would agree with FxCop.

Smile | :)




GeneralRe: coding guidelines question Pin
User 665828-Jul-07 2:30
User 665828-Jul-07 2:30 
GeneralRe: coding guidelines question Pin
Luc Pattyn28-Jul-07 2:34
sitebuilderLuc Pattyn28-Jul-07 2:34 
GeneralRe: coding guidelines question Pin
Kevin McFarlane28-Jul-07 3:03
Kevin McFarlane28-Jul-07 3:03 
GeneralRe: coding guidelines question Pin
PhilDanger30-Jul-07 3:07
PhilDanger30-Jul-07 3:07 
GeneralRe: coding guidelines question Pin
Luc Pattyn30-Jul-07 3:27
sitebuilderLuc Pattyn30-Jul-07 3:27 
AnswerRe: coding guidelines question Pin
DavidNohejl28-Jul-07 3:43
DavidNohejl28-Jul-07 3:43 
Questioncrystal reports Pin
monuSaini28-Jul-07 0:20
monuSaini28-Jul-07 0:20 
AnswerRe: crystal reports Pin
Rupesh Kumar Swami28-Jul-07 1:44
Rupesh Kumar Swami28-Jul-07 1:44 
AnswerRe: crystal reports Pin
prasanna muthuramalingam28-Jul-07 3:22
prasanna muthuramalingam28-Jul-07 3:22 
GeneralRe: crystal reports Pin
monuSaini29-Jul-07 20:48
monuSaini29-Jul-07 20:48 
QuestionXML Root tag Pin
M. J. Jaya Chitra27-Jul-07 23:13
M. J. Jaya Chitra27-Jul-07 23:13 
Questiondelete a control containing label and textbox while assigning text at runtime Pin
trulyyy27-Jul-07 22:57
trulyyy27-Jul-07 22:57 
AnswerRe: delete a control containing label and textbox while assigning text at runtime Pin
Martin#30-Jul-07 10:38
Martin#30-Jul-07 10:38 
Questioni have design a controle using following code Pin
cuteAisha27-Jul-07 22:56
cuteAisha27-Jul-07 22:56 
AnswerRe: i have design a controle using following code Pin
Guffa27-Jul-07 23:12
Guffa27-Jul-07 23:12 
GeneralRe: i have design a controle using following code Pin
cuteAisha28-Jul-07 1:39
cuteAisha28-Jul-07 1:39 
AnswerRe: i have design a controle using following code Pin
Luc Pattyn28-Jul-07 2:04
sitebuilderLuc Pattyn28-Jul-07 2:04 

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.