Back to Interview Hub

.NET Questions

C#, ASP.NET Core, Entity Framework, and cross-platform development.

Showing 1-6 of 40 questions

1 / 7
1QuestionsHard🔥 70% Asked

What is the difference between strong, weak, soft, and phantom references?

Asked in:GoogleAmazonMicrosoftFacebookApple

Core Answer Structure:

  • Detailed explanation coming soon.
  • Discuss key tradeoffs and examples.

Reference material will be added shortly.

2QuestionsEasy🔥 95% Asked

What is the difference between value types and reference types in C#?

Asked in:MicrosoftAmazonGoogleOracleIBM

Core Answer Structure:

  • Detailed explanation coming soon.
  • Discuss key tradeoffs and examples.

Reference material will be added shortly.

3QuestionsMedium🔥 92% Asked

Explain the difference between abstract class and interface in C#.

Asked in:MicrosoftAmazonGoogleOracleSAP

Core Answer Structure:

  • Detailed explanation coming soon.
  • Discuss key tradeoffs and examples.

Reference material will be added shortly.

4QuestionsMedium🔥 88% Asked

What is the difference between struct and class in C#?

Asked in:MicrosoftAmazonGoogleOracleIBM

Core Answer Structure:

  • Detailed explanation coming soon.
  • Discuss key tradeoffs and examples.

Reference material will be added shortly.

5QuestionsEasy🔥 90% Asked

Explain the concept of properties in C# (getters and setters).

Asked in:MicrosoftAmazonGoogleFacebookApple

Core Answer Structure:

  • Detailed explanation coming soon.
  • Discuss key tradeoffs and examples.

Reference material will be added shortly.

6QuestionsMedium🔥 85% Asked

What is the difference between const and readonly in C#?

Asked in:MicrosoftAmazonGoogleOracleIBM

Core Answer Structure:

  • Detailed explanation coming soon.
  • Discuss key tradeoffs and examples.

Reference material will be added shortly.