Can I write il programs directly?
No Answer is Posted For this Question
Be the First to Post Answer
Will it go to finally block if there is no exception happened?
What is the root class in .net?
What is gac in .net?
What's wrong with a line like this? Datetime.parse(mystring);
Is string a value type or a reference type?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
What are the benefits of Model-View-Controller Architecture?
What is shared and repeatable inheritance?
What is MSIL, IL, CTS?
When a Static Constructor called in .NET?
What is Complex Class in .NET?
What is the advantage of .net?