Feeling worried or hesitant with your first interview at a software house? Worried if you might not be able to ans questions asked by the interviewer? Worry no more. In this article I'll be covering some of the questions asks by the interviewers about C# and .Net. Lets start straight away with the questions. Question 1: One of the most common question asked is what is IL? And the common answer given is It is intermediate language which is not quite the right answer. The answer given by you should be that Intermediate code is partially compiled or half compiled code. Question 2: After that answer, another questions comes right away is that Why is it half compiled? The subtle answer for this question is IL code is half compiled so compiler can be able to figure out the system, hardware and configs in order to give optimal code for that environment. ...
Keep yourself updated with all the tutorials and keep learning!