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

.NET (Core and Framework)

 
QuestionNET Framework 3.5 Configuration tool in VISTA Pin
NarVish25-May-10 19:34
NarVish25-May-10 19:34 
AnswerRe: NET Framework 3.5 Configuration tool in VISTA Pin
Hristo-Bojilov25-May-10 20:37
Hristo-Bojilov25-May-10 20:37 
QuestionHow to handle windows message in my .NET layer? Pin
cmartono25-May-10 17:06
cmartono25-May-10 17:06 
AnswerRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 17:23
sitebuilderLuc Pattyn25-May-10 17:23 
GeneralRe: How to handle windows message in my .NET layer? Pin
cmartono25-May-10 17:59
cmartono25-May-10 17:59 
GeneralRe: How to handle windows message in my .NET layer? Pin
Luc Pattyn25-May-10 18:06
sitebuilderLuc Pattyn25-May-10 18:06 
Questionhow to set Tag property of validationresult from WCF ValidationFault Pin
MurtuzaJ25-May-10 3:33
MurtuzaJ25-May-10 3:33 
Questionanother clarification about using static methods and instantiated methods for threads Pin
prasadbuddhika24-May-10 18:24
prasadbuddhika24-May-10 18:24 
i know that in .net it supports both instantiated and static methods to assign in the threadstart delegate, and also i have the knowledge about static and instantiated methods, let me explain the question:

class client
{
  public static void thisStaticMethod(object obj)
  {
    //code here 
  }

  public void thisInstantiatedMethod(object obj)
  {
   //code here
  }
}


above are the two methods i have and what i want to know what happens when we call the static method in ThreadStart delegate and what happens when we call instantiated method in ThreadStart delegate.
for each thread does it creates a separate instance of the method regardless of whether it is static or instantiated. or what happens behind the screen.
AnswerRe: another clarification about using static methods and instantiated methods for threads Pin
Luc Pattyn24-May-10 18:48
sitebuilderLuc Pattyn24-May-10 18:48 
AnswerRe: another clarification about using static methods and instantiated methods for threads Pin
prasadbuddhika25-May-10 2:21
prasadbuddhika25-May-10 2:21 
Questionneed a clarification about inheritence Pin
prasadbuddhika24-May-10 2:53
prasadbuddhika24-May-10 2:53 
AnswerRe: need a clarification about inheritence Pin
Abhinav S24-May-10 3:07
Abhinav S24-May-10 3:07 
AnswerRe: need a clarification about inheritence Pin
Luc Pattyn24-May-10 5:00
sitebuilderLuc Pattyn24-May-10 5:00 
AnswerRe: need a clarification about inheritence Pin
prasadbuddhika24-May-10 17:41
prasadbuddhika24-May-10 17:41 
AnswerRe: need a clarification about inheritence Pin
NetQuestions24-May-10 19:16
NetQuestions24-May-10 19:16 
GeneralRe: need a clarification about inheritence Pin
prasadbuddhika24-May-10 22:59
prasadbuddhika24-May-10 22:59 
Questionxml to gridview [modified] Pin
Tomlor198022-May-10 2:49
Tomlor198022-May-10 2:49 
AnswerRe: xml to gridview Pin
Abhinav S22-May-10 3:01
Abhinav S22-May-10 3:01 
AnswerRe: xml to gridview Pin
Not Active22-May-10 3:02
mentorNot Active22-May-10 3:02 
AnswerRe: xml to gridview Pin
Not Active22-May-10 3:04
mentorNot Active22-May-10 3:04 
QuestionSave Image From Stream in .PBM Format Pin
Spilled21-May-10 6:56
Spilled21-May-10 6:56 
AnswerRe: Save Image From Stream in .PBM Format Pin
Luc Pattyn21-May-10 8:14
sitebuilderLuc Pattyn21-May-10 8:14 
QuestionUsing dynamic enum as type in a parameter of a method Pin
dashingsidds20-May-10 21:04
dashingsidds20-May-10 21:04 
AnswerRe: Using dynamic enum as type in a parameter of a method Pin
dashingsidds21-May-10 1:38
dashingsidds21-May-10 1:38 
GeneralRe: Using dynamic enum as type in a parameter of a method Pin
Not Active21-May-10 2:27
mentorNot Active21-May-10 2:27 

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.