Click here to Skip to main content
15,919,245 members
Home / Discussions / C#
   

C#

 
GeneralRe: I see Pin
Thomas Krojer4-Jun-10 0:41
Thomas Krojer4-Jun-10 0:41 
GeneralRe: calculating minutes in C# Pin
Luc Pattyn2-Jun-10 9:35
sitebuilderLuc Pattyn2-Jun-10 9:35 
GeneralMessage Removed Pin
2-Jun-10 9:41
dia 20102-Jun-10 9:41 
GeneralRe: calculating minutes in C# Pin
Not Active2-Jun-10 10:23
mentorNot Active2-Jun-10 10:23 
Questionresource file not found Pin
wpfcomputer2-Jun-10 8:06
wpfcomputer2-Jun-10 8:06 
AnswerRe: resource file not found Pin
Luc Pattyn2-Jun-10 8:16
sitebuilderLuc Pattyn2-Jun-10 8:16 
Questionopen .Net Application in Java Pin
bejjoy2-Jun-10 4:28
bejjoy2-Jun-10 4:28 
Answerwrong forum Pin
Luc Pattyn2-Jun-10 4:38
sitebuilderLuc Pattyn2-Jun-10 4:38 
QuestionStatus strip overlaps text box. Pin
False Chicken2-Jun-10 3:33
False Chicken2-Jun-10 3:33 
AnswerRe: Status strip overlaps text box. Pin
TimSWatson2-Jun-10 3:41
TimSWatson2-Jun-10 3:41 
GeneralRe: Status strip overlaps text box. Pin
False Chicken2-Jun-10 4:10
False Chicken2-Jun-10 4:10 
QuestionIs This Method Thread Safe ? Pin
X20402-Jun-10 3:32
X20402-Jun-10 3:32 
AnswerRe: Is This Method Thread Safe ? [modified] Pin
Anthony Mushrow2-Jun-10 4:02
professionalAnthony Mushrow2-Jun-10 4:02 
GeneralRe: Is This Method Thread Safe ? Pin
Luc Pattyn2-Jun-10 5:10
sitebuilderLuc Pattyn2-Jun-10 5:10 
GeneralRe: Is This Method Thread Safe ? Pin
Anthony Mushrow2-Jun-10 5:17
professionalAnthony Mushrow2-Jun-10 5:17 
GeneralRe: Is This Method Thread Safe ? Pin
Luc Pattyn2-Jun-10 5:39
sitebuilderLuc Pattyn2-Jun-10 5:39 
GeneralRe: Is This Method Thread Safe ? Pin
Anthony Mushrow2-Jun-10 7:03
professionalAnthony Mushrow2-Jun-10 7:03 
AnswerRe: Is This Method Thread Safe ? Pin
Luc Pattyn2-Jun-10 4:06
sitebuilderLuc Pattyn2-Jun-10 4:06 
yes, that method is thread-safe: its results only depend on input parameters, and both string and char are immutable, so there is nothing that can disturb the method; also the method is not changing the outside world, so it isn't disturbing anything itself.

As soon as you start referring to other data, such as class members, things may change though.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]

I only read formatted code with indentation, so please use PRE tags for code snippets.

I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).

AnswerRe: Is This Method Thread Safe ? Pin
Pete O'Hanlon2-Jun-10 4:07
mvePete O'Hanlon2-Jun-10 4:07 
AnswerRe: Is This Method Thread Safe ? Pin
harold aptroot2-Jun-10 5:41
harold aptroot2-Jun-10 5:41 
GeneralRe: Is This Method Thread Safe ? Pin
X20406-Jun-10 1:10
X20406-Jun-10 1:10 
GeneralRe: Is This Method Thread Safe ? Pin
harold aptroot6-Jun-10 9:15
harold aptroot6-Jun-10 9:15 
QuestionAnything qucker than Image.FromStream Pin
TimSWatson2-Jun-10 3:11
TimSWatson2-Jun-10 3:11 
AnswerRe: Anything qucker than Image.FromStream Pin
Anthony Mushrow2-Jun-10 3:20
professionalAnthony Mushrow2-Jun-10 3:20 
GeneralRe: Anything qucker than Image.FromStream Pin
TimSWatson2-Jun-10 3:36
TimSWatson2-Jun-10 3:36 

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.