Muhammad Imran Ansari
How can we make sure that code is both safe and fast?
By Muhammad Imran Ansari in C# on Feb 20 2022
  • Jaydeep Patil
    Jun, 2022 16

    Basically you follow some standered protcol like Async and Await and Thread safe mechanism due to that your main thread is not block anytime and flow of execution is working properly without core dependencies.

    • 1
  • Andropov Ajebua
    May, 2022 19

    By choosin the best algorithm and data structure to solve the task,

    • 1
  • Dipak Barnwal
    Apr, 2022 26

    As per MSDN We Can write safe and efficient code by using Declare immutable structs as readonly
    reference - https://docs.microsoft.com/en-us/dotnet/csharp/write-safe-efficient-code

    • 1


Most Popular Job Functions


MOST LIKED QUESTIONS