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

.NET (Core and Framework)

 
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 Pin
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 
QuestionIntellisense help Pin
thenutz726-Jul-09 10:22
thenutz726-Jul-09 10:22 
AnswerRe: Intellisense help Pin
Luc Pattyn6-Jul-09 11:45
sitebuilderLuc Pattyn6-Jul-09 11:45 
GeneralRe: Intellisense help Pin
thenutz726-Jul-09 12:18
thenutz726-Jul-09 12:18 
GeneralRe: Intellisense help Pin
Luc Pattyn6-Jul-09 12:27
sitebuilderLuc Pattyn6-Jul-09 12:27 
AnswerRe: Intellisense help Pin
cateyes996-Jul-09 15:48
cateyes996-Jul-09 15:48 
QuestionWinInet class wrapper? Pin
NetDave6-Jul-09 7:57
NetDave6-Jul-09 7:57 
QuestionWebservices & Reflection & Request types. Pin
Mr Jen Withers6-Jul-09 4:45
Mr Jen Withers6-Jul-09 4:45 
Questionbios date time [modified] Pin
vishal lele6-Jul-09 1:47
vishal lele6-Jul-09 1:47 
AnswerRe: bios date time Pin
Colin Angus Mackay6-Jul-09 1:55
Colin Angus Mackay6-Jul-09 1:55 
AnswerRe: bios date time Pin
Colin Angus Mackay6-Jul-09 2:12
Colin Angus Mackay6-Jul-09 2:12 
AnswerRe: bios date time Pin
Eddy Vluggen6-Jul-09 3:15
professionalEddy Vluggen6-Jul-09 3:15 
QuestionInterop call in .Net exe fails when executing from Scheduled task Pin
Hariharan.T5-Jul-09 23:22
Hariharan.T5-Jul-09 23:22 

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.