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

.NET (Core and Framework)

 
GeneralRe: Set edit mode to all cells in a datagridview Pin
Anbarasan.Thangaraju7-Jul-09 23:09
Anbarasan.Thangaraju7-Jul-09 23:09 
QuestionMake a visual Studio Error panel Pin
Esmo20007-Jul-09 17:33
Esmo20007-Jul-09 17:33 
AnswerRe: Make a visual Studio Error panel Pin
Not Active7-Jul-09 17:49
mentorNot Active7-Jul-09 17:49 
GeneralRe: Make a visual Studio Error panel Pin
Esmo20007-Jul-09 20:32
Esmo20007-Jul-09 20:32 
GeneralRe: Make a visual Studio Error panel Pin
Not Active8-Jul-09 2:01
mentorNot Active8-Jul-09 2:01 
QuestionMake Unmanaged Window as Form's parent Pin
richard0727-Jul-09 6:17
richard0727-Jul-09 6:17 
AnswerRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen7-Jul-09 6:39
professionalEddy Vluggen7-Jul-09 6:39 
GeneralRe: Make Unmanaged Window as Form's parent Pin
richard0727-Jul-09 7:35
richard0727-Jul-09 7:35 
GeneralRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen7-Jul-09 8:24
professionalEddy Vluggen7-Jul-09 8:24 
GeneralRe: Make Unmanaged Window as Form's parent Pin
richard0727-Jul-09 9:57
richard0727-Jul-09 9:57 
GeneralRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen7-Jul-09 11:19
professionalEddy Vluggen7-Jul-09 11:19 
GeneralRe: Make Unmanaged Window as Form's parent Pin
richard07210-Jul-09 11:41
richard07210-Jul-09 11:41 
GeneralRe: Make Unmanaged Window as Form's parent Pin
Eddy Vluggen11-Jul-09 3:01
professionalEddy Vluggen11-Jul-09 3:01 
QuestionTEXTBOX TEXT REFERRENCE [modified] Pin
Dobrobit7-Jul-09 1:29
Dobrobit7-Jul-09 1:29 
AnswerRe: TEXTBOX TEXT REFERRENCE PinPopular
Not Active7-Jul-09 2:26
mentorNot Active7-Jul-09 2:26 
AnswerRe: TEXTBOX TEXT REFERRENCE Pin
Dave Kreskowiak7-Jul-09 3:24
mveDave Kreskowiak7-Jul-09 3:24 
GeneralRe: TEXTBOX TEXT REFERRENCE Pin
Dobrobit8-Jul-09 12:18
Dobrobit8-Jul-09 12:18 
AnswerRe: TEXTBOX TEXT REFERRENCE Pin
Jack Vanderhorst14-Jul-09 5:23
Jack Vanderhorst14-Jul-09 5:23 
QuestionMulti-processing Pin
cateyes996-Jul-09 15:53
cateyes996-Jul-09 15:53 
AnswerRe: Multi-processing Pin
Curtis Schlak.6-Jul-09 17:19
Curtis Schlak.6-Jul-09 17:19 
Not sure what you mean, here. Your use of the word "multi-processing" is ambiguous.

True multi-processing requires more than one processing unit. With kernel-level threads, which .NET has, you can have multiple threads run on multiple processors.

If you're asking can .NET spawn new processes (like fork()), then, yes, it can do that, too.

Finally, AppDomains offer a lighter-weight, dedicated memory in-process process.

Does that answer your question?

"we must lose precision to make significant statements about complex systems."
-deKorvin on uncertainty

GeneralRe: Multi-processing Pin
cateyes996-Jul-09 17:54
cateyes996-Jul-09 17:54 
GeneralRe: Multi-processing Pin
Dave Kreskowiak6-Jul-09 18:58
mveDave Kreskowiak6-Jul-09 18:58 
GeneralRe: Multi-processing Pin
Curtis Schlak.7-Jul-09 15:24
Curtis Schlak.7-Jul-09 15:24 
GeneralRe: Multi-processing Pin
cateyes997-Jul-09 15:41
cateyes997-Jul-09 15:41 
GeneralRe: Multi-processing Pin
Curtis Schlak.7-Jul-09 18:20
Curtis Schlak.7-Jul-09 18:20 

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.