What is multithreading with .net?



What is multithreading with .net?..

Answer / Hina Jain

Multithreading in .NET refers to a programming technique that allows executing multiple tasks concurrently within a single application. This is achieved using the System.Threading namespace, which provides classes for creating, managing, and synchronizing threads.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Is c# difficult to learn?

1 Answers  


What is difference between asp net and c# net?

1 Answers  


which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.

3 Answers  


What is the main purpose of delegates in c#?

1 Answers  


Are c and c# the same thing?

1 Answers  


What is indexer c#?

1 Answers  


How many keyword present in C# language ?

1 Answers   HCL,


Is xml tags are case sensitive?

1 Answers  


What are access modifiers used for?

1 Answers  


What is the difference between namespace and class in c#?

1 Answers  


What is static classes?

1 Answers  


How to generate strong name key file or which command is used to generated strong name key file?

1 Answers   CitiusTech,


Categories