In a recent interview for a C# development position I was asked for a code example which can crash the .NET Framework. I didn’t and still don’t know the answer to this question.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
They may have meant code that throws an exception; however, that would be a very strange question.
If not, they’re asking for interop.
You can crash a .Net application by calling native code incorrectly.