Click here to Skip to main content
16,007,504 members
Home / Discussions / C#
   

C#

 
GeneralRe: Inserting thread in single process Pin
scadaguy1-Mar-04 2:52
scadaguy1-Mar-04 2:52 
GeneralRe: Inserting thread in single process Pin
Tom Larsen1-Mar-04 4:23
Tom Larsen1-Mar-04 4:23 
GeneralRe: Inserting thread in single process Pin
scadaguy1-Mar-04 4:58
scadaguy1-Mar-04 4:58 
GeneralRe: Inserting thread in single process Pin
Tom Larsen1-Mar-04 5:32
Tom Larsen1-Mar-04 5:32 
GeneralXML Serialization question Pin
Sean Cull29-Feb-04 16:27
Sean Cull29-Feb-04 16:27 
GeneralRe: XML Serialization question Pin
Heath Stewart29-Feb-04 17:55
protectorHeath Stewart29-Feb-04 17:55 
GeneralBasics Pin
Matthew Hazlett29-Feb-04 13:14
Matthew Hazlett29-Feb-04 13:14 
GeneralRe: Basics Pin
Jonathan de Halleux29-Feb-04 13:32
Jonathan de Halleux29-Feb-04 13:32 
Well, in Object Oriented programming to tend to have no static methods. Usually, static methods are shortcuts for constructors or for accessing singletons.

With static classes you cannot do virtual overloading which is a very important tool in OO.

While designing static method you should take good care of making them thread-safe. This is done by two ways: make the class have no static field or lock the class type before doing something.

Cheers

Jonathan de Halleux.

www.dotnetwiki.org
GeneralRe: Basics Pin
Colin Angus Mackay29-Feb-04 13:35
Colin Angus Mackay29-Feb-04 13:35 
GeneralRe: Basics Pin
Matthew Hazlett29-Feb-04 14:31
Matthew Hazlett29-Feb-04 14:31 
GeneralRe: Basics Pin
Colin Angus Mackay29-Feb-04 14:38
Colin Angus Mackay29-Feb-04 14:38 
GeneralRe: Basics Pin
Matthew Hazlett29-Feb-04 14:47
Matthew Hazlett29-Feb-04 14:47 
GeneralRe: Basics Pin
Colin Angus Mackay29-Feb-04 15:04
Colin Angus Mackay29-Feb-04 15:04 
GeneralRe: Basics Pin
Matthew Hazlett29-Feb-04 19:16
Matthew Hazlett29-Feb-04 19:16 
GeneralDo not understand this (ListView) Pin
Snowjim29-Feb-04 13:01
Snowjim29-Feb-04 13:01 
QuestionSTRRET - Solved? Pin
Tristan Rhodes29-Feb-04 9:12
Tristan Rhodes29-Feb-04 9:12 
AnswerRe: STRRET - Solved? Pin
leppie29-Feb-04 10:41
leppie29-Feb-04 10:41 
AnswerRe: STRRET - Solved? Pin
Dave Kreskowiak29-Feb-04 11:15
mveDave Kreskowiak29-Feb-04 11:15 
AnswerRe: STRRET - Solved? Pin
RNEELY1-Mar-04 4:22
RNEELY1-Mar-04 4:22 
GeneralWindows Service Pin
dabuskol29-Feb-04 1:28
dabuskol29-Feb-04 1:28 
GeneralRe: Windows Service Pin
Mazdak29-Feb-04 2:03
Mazdak29-Feb-04 2:03 
GeneralRe: Windows Service Pin
kenokabe29-Feb-04 16:28
kenokabe29-Feb-04 16:28 
GeneralWierd error message... Pin
profoundwhispers29-Feb-04 0:10
profoundwhispers29-Feb-04 0:10 
Generalcatch Console input Pin
oOomen29-Feb-04 0:05
oOomen29-Feb-04 0:05 
GeneralRe: catch Console input Pin
Arjan Einbu29-Feb-04 6:53
Arjan Einbu29-Feb-04 6:53 

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.