Explain what is mutex?
Answer / Laxman Singh
{"Mutex": "A Mutex (short for mutually exclusive) in .NET is a synchronization object that allows only one thread to access a specific resource or section of code at any given time, ensuring mutual exclusion. It helps prevent conflicts in multi-threaded applications where multiple threads may try to access shared resources concurrently.","Reference": "<https://docs.microsoft.com/en-us/dotnet/api/system.threading.mutex?view=netcore-3.1>"
| Is This Answer Correct ? | 0 Yes | 0 No |
Please explain what is immutability, what is it for and how is it codified?
What is a strategy pattern? Implement it.
What makes .net core cross platform?
SAP Business One(this is intigrated tool of .net)
What is marshling?
Explain about .NET services?
What does jit compilation do in .net?
How will you make .NET programs work in Linux ?
Describe ways of cleaning up objects.
What does stateless mean?
Tell us what is heap and what is stack?
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???