Click here to Skip to main content
15,923,789 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: About framework supporting expression Pin
Abhinav S2-Oct-10 23:35
Abhinav S2-Oct-10 23:35 
QuestionFilter Outlook 2003 inbox folder using C# and DASL query Pin
julio.cotroneo28-Sep-10 22:20
julio.cotroneo28-Sep-10 22:20 
QuestionIs the SqlConnection constructor method thread safe? Pin
Leo Tohill28-Sep-10 7:27
Leo Tohill28-Sep-10 7:27 
AnswerRe: Is the SqlConnection constructor method thread safe? Pin
Luc Pattyn28-Sep-10 7:38
sitebuilderLuc Pattyn28-Sep-10 7:38 
GeneralRe: Is the SqlConnection constructor method thread safe? Pin
Leo Tohill28-Sep-10 7:57
Leo Tohill28-Sep-10 7:57 
AnswerRe: Is the SqlConnection constructor method thread safe? Pin
Luc Pattyn28-Sep-10 8:07
sitebuilderLuc Pattyn28-Sep-10 8:07 
GeneralRe: Is the SqlConnection constructor method thread safe? Pin
Leo Tohill28-Sep-10 8:18
Leo Tohill28-Sep-10 8:18 
AnswerRe: Is the SqlConnection constructor method thread safe? Pin
Luc Pattyn28-Sep-10 8:16
sitebuilderLuc Pattyn28-Sep-10 8:16 
After some more reflection, I think constructors should always be thread-safe by default (i.e. if they aren't, it should be documented explicitly), and I expect .NET Framework classes to adhere to such rule. The MSDN statement "Any instance members are not guaranteed to be thread safe." IMO applies to the safety with respect to the current object, i.e. don't have two threads call methods on the same object at the same time.

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.


GeneralRe: Is the SqlConnection constructor method thread safe? Pin
Leo Tohill28-Sep-10 8:20
Leo Tohill28-Sep-10 8:20 
QuestionTFS installation [modified] Pin
NetQuestions27-Sep-10 3:19
NetQuestions27-Sep-10 3:19 
AnswerRe: TFS installation Pin
Not Active27-Sep-10 4:23
mentorNot Active27-Sep-10 4:23 
QuestionRSA Keys Pin
smalltime26-Sep-10 20:36
smalltime26-Sep-10 20:36 
AnswerRe: RSA Keys Pin
Heinzzy2-Oct-10 9:15
Heinzzy2-Oct-10 9:15 
Question.NET 2-3 day training in NYC? [modified] Pin
Mihai Pruna24-Sep-10 5:30
Mihai Pruna24-Sep-10 5:30 
AnswerRe: .NET 2-3 day training in NYC? Pin
Richard MacCutchan24-Sep-10 5:52
mveRichard MacCutchan24-Sep-10 5:52 
AnswerRe: .NET 2-3 day training in NYC? Pin
Abhinav S24-Sep-10 7:17
Abhinav S24-Sep-10 7:17 
QuestionI have a column called bookedhalls, the value will be stored as Balaji-A,Balaji-C as text, i need to select that row i written query like select * from function where bookedhalls like '%Balaji-A,Balaji-C,% if i interchanged to '%Balaji-C,Balaji-A,% i Pin
sr15923-Sep-10 21:52
sr15923-Sep-10 21:52 
AnswerRe: How to select only particular text in column data Pin
Richard MacCutchan23-Sep-10 22:13
mveRichard MacCutchan23-Sep-10 22:13 
Answerbad table structures Pin
T M Gray24-Sep-10 11:46
T M Gray24-Sep-10 11:46 
QuestionEditions in VSTS Pin
NetQuestions23-Sep-10 3:15
NetQuestions23-Sep-10 3:15 
AnswerRe: Editions in VSTS Pin
Pete O'Hanlon23-Sep-10 4:26
mvePete O'Hanlon23-Sep-10 4:26 
AnswerRe: Editions in VSTS Pin
The Man from U.N.C.L.E.23-Sep-10 6:29
The Man from U.N.C.L.E.23-Sep-10 6:29 
QuestionVSTS - fill in the blanks Pin
NetQuestions23-Sep-10 2:38
NetQuestions23-Sep-10 2:38 
AnswerRe: VSTS - fill in the blanks Pin
The Man from U.N.C.L.E.23-Sep-10 2:50
The Man from U.N.C.L.E.23-Sep-10 2:50 
GeneralRe: VSTS - fill in the blanks Pin
NetQuestions23-Sep-10 3:08
NetQuestions23-Sep-10 3:08 

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.