Click here to Skip to main content
15,923,678 members
Home / Discussions / C#
   

C#

 
GeneralRe: Now Pin
Alex Korchemniy30-Nov-04 19:51
Alex Korchemniy30-Nov-04 19:51 
GeneralRe: Now Pin
Yulianto.30-Nov-04 21:11
Yulianto.30-Nov-04 21:11 
GeneralApplication ICON Pin
picasso230-Nov-04 18:19
picasso230-Nov-04 18:19 
GeneralRe: Application ICON Pin
Alex Korchemniy30-Nov-04 19:49
Alex Korchemniy30-Nov-04 19:49 
Generalon using lock Pin
ppp00130-Nov-04 17:59
ppp00130-Nov-04 17:59 
GeneralRe: on using lock Pin
montu337730-Nov-04 19:01
montu337730-Nov-04 19:01 
GeneralRe: on using lock Pin
Stefan Troschuetz30-Nov-04 21:34
Stefan Troschuetz30-Nov-04 21:34 
GeneralRe: on using lock Pin
Daniel Turini30-Nov-04 21:46
Daniel Turini30-Nov-04 21:46 
As a good practice, never use lock (this) or lock (typeof(Class)). As an example, if you use lock (this), and then someone uses lock (yourObject), you can add subtle deadlocks in your program.
Always declare a new, private object on your classes to lock on and you'll be safe.

Yes, even I am blogging now!
Generalstatuse port(open or close) Pin
mehdidj30-Nov-04 16:13
mehdidj30-Nov-04 16:13 
GeneralRe: statuse port(open or close) Pin
Alex Korchemniy30-Nov-04 19:56
Alex Korchemniy30-Nov-04 19:56 
GeneralRe: statuse port(open or close) Pin
Dave Kreskowiak1-Dec-04 3:46
mveDave Kreskowiak1-Dec-04 3:46 
QuestionExtracting strings to XML? Pin
Carl Mercier30-Nov-04 13:53
Carl Mercier30-Nov-04 13:53 
AnswerRe: Extracting strings to XML? Pin
Christian Graus30-Nov-04 14:00
protectorChristian Graus30-Nov-04 14:00 
Generalneed help with neural network design Pin
tom_dx30-Nov-04 13:27
tom_dx30-Nov-04 13:27 
QuestionHow to make an HttpWebRequest with multiple POST variables ? Pin
fickdb30-Nov-04 12:50
fickdb30-Nov-04 12:50 
AnswerRe: How to make an HttpWebRequest with multiple POST variables ? Pin
Daniel Turini30-Nov-04 21:44
Daniel Turini30-Nov-04 21:44 
QuestionSystem.Double.Parse not accurate? Pin
slylos30-Nov-04 10:11
slylos30-Nov-04 10:11 
AnswerRe: System.Double.Parse not accurate? Pin
Christian Graus30-Nov-04 10:40
protectorChristian Graus30-Nov-04 10:40 
GeneralRe: System.Double.Parse not accurate? Pin
slylos30-Nov-04 11:01
slylos30-Nov-04 11:01 
GeneralRe: System.Double.Parse not accurate? Pin
Dave Kreskowiak1-Dec-04 3:40
mveDave Kreskowiak1-Dec-04 3:40 
AnswerRe: System.Double.Parse not accurate? Pin
Daniel Turini30-Nov-04 21:41
Daniel Turini30-Nov-04 21:41 
GeneralODBC .NET and win 2000 Pin
Member 155577930-Nov-04 9:06
Member 155577930-Nov-04 9:06 
GeneralRe: ODBC .NET and win 2000 Pin
montu337730-Nov-04 19:07
montu337730-Nov-04 19:07 
GeneralADODB in c# Pin
tlepers30-Nov-04 8:21
tlepers30-Nov-04 8:21 
GeneralSpeech API & numeric values Pin
WoSch30-Nov-04 8:07
WoSch30-Nov-04 8:07 

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.