Click here to Skip to main content
15,887,676 members
Home / Discussions / C#
   

C#

 
AnswerRe: c# - Windows Services: accessing a network resource Pin
Jason Gleim6-Sep-13 5:19
professionalJason Gleim6-Sep-13 5:19 
AnswerRe: c# - Windows Services: accessing a network resource Pin
Jeffrey Jefferson7-Sep-13 0:46
Jeffrey Jefferson7-Sep-13 0:46 
QuestionOne form control displayed in other Pin
Rohini Shirke4-Sep-13 19:05
Rohini Shirke4-Sep-13 19:05 
GeneralRe: One form control displayed in other Pin
Richard MacCutchan4-Sep-13 21:08
mveRichard MacCutchan4-Sep-13 21:08 
AnswerRe: One form control displayed in other Pin
RK-Developer5-Sep-13 0:14
RK-Developer5-Sep-13 0:14 
AnswerRe: One form control displayed in other Pin
BillWoodruff5-Sep-13 18:06
professionalBillWoodruff5-Sep-13 18:06 
GeneralRe: One form control displayed in other Pin
Rohini Shirke6-Sep-13 18:31
Rohini Shirke6-Sep-13 18:31 
QuestionC# coding style question Pin
Gary Wheeler4-Sep-13 9:54
Gary Wheeler4-Sep-13 9:54 
For static members, do you prefer
public static Type Member;
or
static public Type Member;
where public can be any of the visibility keywords.

I've found I use both Blush | :O , and I'm trying to find out if there's a best practice out there that makes sense.
Software Zen: delete this;

AnswerRe: C# coding style question Pin
Richard Deeming4-Sep-13 10:32
mveRichard Deeming4-Sep-13 10:32 
AnswerRe: C# coding style question Pin
Eddy Vluggen4-Sep-13 10:41
professionalEddy Vluggen4-Sep-13 10:41 
AnswerRe: C# coding style question Pin
Espen Harlinn4-Sep-13 12:06
professionalEspen Harlinn4-Sep-13 12:06 
GeneralRe: C# coding style question Pin
Gary Wheeler5-Sep-13 1:53
Gary Wheeler5-Sep-13 1:53 
GeneralRe: C# coding style question Pin
Espen Harlinn5-Sep-13 1:56
professionalEspen Harlinn5-Sep-13 1:56 
GeneralRe: C# coding style question Pin
Gary Wheeler5-Sep-13 2:07
Gary Wheeler5-Sep-13 2:07 
GeneralRe: C# coding style question Pin
Espen Harlinn5-Sep-13 2:22
professionalEspen Harlinn5-Sep-13 2:22 
AnswerRe: C# coding style question Pin
jschell4-Sep-13 12:08
jschell4-Sep-13 12:08 
GeneralRe: C# coding style question Pin
Gary Wheeler5-Sep-13 1:57
Gary Wheeler5-Sep-13 1:57 
GeneralRe: C# coding style question Pin
PIEBALDconsult5-Sep-13 3:15
mvePIEBALDconsult5-Sep-13 3:15 
AnswerRe: C# coding style question Pin
PIEBALDconsult4-Sep-13 13:54
mvePIEBALDconsult4-Sep-13 13:54 
GeneralRe: C# coding style question Pin
Gary Wheeler5-Sep-13 2:06
Gary Wheeler5-Sep-13 2:06 
AnswerRe: C# coding style question Pin
BillWoodruff4-Sep-13 17:14
professionalBillWoodruff4-Sep-13 17:14 
GeneralRe: C# coding style question Pin
Gary Wheeler5-Sep-13 1:49
Gary Wheeler5-Sep-13 1:49 
GeneralRe: C# coding style question Pin
BillWoodruff5-Sep-13 18:23
professionalBillWoodruff5-Sep-13 18:23 
GeneralRe: C# coding style question Pin
Gary Wheeler6-Sep-13 0:48
Gary Wheeler6-Sep-13 0:48 
GeneralRe: C# coding style question Pin
MarkRHolbrook6-Sep-13 4:40
MarkRHolbrook6-Sep-13 4: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.