소스 검색

Add 'interview/2025-02-27.md'

LithWang 2 달 전
부모
커밋
2a20cea1e3
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      interview/2025-02-27.md

+ 10 - 0
interview/2025-02-27.md

@@ -0,0 +1,10 @@
+Questions:
+
+What is the difference between async and await in .NET? How do they help in improving the performance of an application?
+
+What is the difference between ValueType and ReferenceType in .NET? 
+
+
+Write a C# method to serialize an object to JSON and deserialize it back.
+
+Can you give an example of a time when you had to debug a particularly difficult issue in a .NET application? What was the issue, and how did you resolve it?