Explain the difference between task and thread in .net?
Answer / Usha Singh
In .NET, a Thread represents a single sequence of execution within an application, while a Task represents a handle to a discrete unit of work. Tasks help simplify asynchronous programming by encapsulating the underlying threads, eliminating the need for developers to manually manage thread pools and synchronization primitives.
| Is This Answer Correct ? | 0 Yes | 0 No |
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is the use of immutability?
What are the new 2.0 features useful for?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
How Garbage Collector (GC) Works?
Explain how to rename a table using sql queries?
What is JIT and how is works?
what is machine key error in .NET how can we solve it?
What is .net assembly?
what is the default security setting in .net?
How .NET is able to support multiple languages?
What is the intermediate language between asp and asp.net1.0?