Click here to Skip to main content
15,909,437 members
Home / Discussions / C#
   

C#

 
GeneralRe: find row in database Pin
Metik26-Mar-08 23:50
Metik26-Mar-08 23:50 
GeneralRe: find row in database Pin
Gareth H27-Mar-08 0:09
Gareth H27-Mar-08 0:09 
QuestionPlz can anyone help me to get a code in c# that extract Ethernet type Pin
merh26-Mar-08 22:14
merh26-Mar-08 22:14 
QuestionRe: Plz can anyone help me to get a code in c# that extract Ethernet type Pin
CPallini26-Mar-08 23:31
mveCPallini26-Mar-08 23:31 
JokeRe: Plz can anyone help me to get a code in c# that extract Ethernet type Pin
leppie26-Mar-08 23:35
leppie26-Mar-08 23:35 
QuestionRe: Plz can anyone help me to get a code in c# that extract Ethernet type Pin
merh26-Mar-08 23:52
merh26-Mar-08 23:52 
QuestionHow can I make my GUI app launch smoothly? Pin
lemueladane26-Mar-08 21:38
lemueladane26-Mar-08 21:38 
GeneralRe: How can I make my GUI app launch smoothly? Pin
Giorgi Dalakishvili26-Mar-08 21:49
mentorGiorgi Dalakishvili26-Mar-08 21:49 
GeneralRe: How can I make my GUI app launch smoothly? Pin
phannon8626-Mar-08 23:00
professionalphannon8626-Mar-08 23:00 
GeneralRe: How can I make my GUI app launch smoothly? Pin
Pete O'Hanlon26-Mar-08 23:26
mvePete O'Hanlon26-Mar-08 23:26 
GeneralRe: How can I make my GUI app launch smoothly? Pin
Gareth H27-Mar-08 0:01
Gareth H27-Mar-08 0:01 
GeneralReceive Cursor X, Y Positions Pin
M Riaz Bashir26-Mar-08 21:32
M Riaz Bashir26-Mar-08 21:32 
GeneralRe: Receive Cursor X, Y Positions Pin
Christian Graus26-Mar-08 21:59
protectorChristian Graus26-Mar-08 21:59 
GeneralRe: Receive Cursor X, Y Positions Pin
MarkB77726-Mar-08 23:18
MarkB77726-Mar-08 23:18 
GeneralRe: Receive Cursor X, Y Positions Pin
M Riaz Bashir27-Mar-08 19:36
M Riaz Bashir27-Mar-08 19:36 
GeneralInfinite level hierarchical data grid code using C# with edit ,update option Pin
pp831926-Mar-08 20:42
pp831926-Mar-08 20:42 
GeneralRe: Infinite level hierarchical data grid code using C# with edit ,update option Pin
Eduard Keilholz26-Mar-08 23:00
Eduard Keilholz26-Mar-08 23:00 
GeneralRe: Infinite level hierarchical data grid code using C# with edit ,update option Pin
pp831927-Mar-08 20:18
pp831927-Mar-08 20:18 
GeneralThread safety Pin
N a v a n e e t h26-Mar-08 20:04
N a v a n e e t h26-Mar-08 20:04 
GeneralRe: Thread safety Pin
Luc Pattyn26-Mar-08 20:55
sitebuilderLuc Pattyn26-Mar-08 20:55 
Hi Navaneeth,

no it is not OK. You need to test for null after you got the lock.

you MAY test before TOO, to improve performance (i.e. avoid acaquiring the lock
on all visits but the first).
So typical code sequence is: test, lock, test again, do, unlock

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


GeneralRe: Thread safety Pin
N a v a n e e t h26-Mar-08 21:38
N a v a n e e t h26-Mar-08 21:38 
GeneralRe: Thread safety Pin
Luc Pattyn26-Mar-08 22:09
sitebuilderLuc Pattyn26-Mar-08 22:09 
GeneralRe: Thread safety Pin
N a v a n e e t h26-Mar-08 22:57
N a v a n e e t h26-Mar-08 22:57 
GeneralRe: Thread safety Pin
Luc Pattyn26-Mar-08 23:16
sitebuilderLuc Pattyn26-Mar-08 23:16 
GeneralRe: Thread safety Pin
N a v a n e e t h27-Mar-08 1:00
N a v a n e e t h27-Mar-08 1:00 

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.