Skip to content

Commit 0f9591e

Browse files
committed
added an update to the general questions toc
1 parent 5e8b538 commit 0f9591e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

General-Questions/Introduction.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,7 @@ In conclusion, mastering a general knowledge of C# before a technical interview
5757
- [Q27. Can you describe the steps to your debugging process? Can you give me an example?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question27.md)
5858
- [Q28. What are reserved words in C#? Can you give me an example?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question28.md)
5959
- [Q29. Can you explain the difference between the .Net compiler and a GCC compiler? How does these differ in architecture and performance?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question29.md)
60-
- [Q30. What is Dynamic Dispatch in C# and how is it used?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question30.md)
60+
- [Q30. What is Dynamic Dispatch in C# and how is it used?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question30.md)
61+
- [Q31. Explain the differences betwwen assembly code and CLR Code](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question31.md)
62+
- [Q32. Can you please describe the features of C# and the CLR in the .Net framework?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question32.md)
63+
- [Q33. Can you describe the improvements of the newest version of .Net version 9 and how these features are implemented in C#? How can you use these new features to improve your source code?](https://github.com/rcallaby/CSharp-Interview-Questions/blob/main/General-Questions/GQ-Question33.md)

0 commit comments

Comments
 (0)