What is a windows process in .net?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what are an object and a class?
How can I tell if .net 3.5 is installed?
What is LINQ?
What is Custom attribute? How to create? Namespace? If I'm having custom attribute in an assembly, how to say that name in the code? What is Reflection in .NET?
3 Answers Accenture, CC Soft, Infosys,
What is Ajax? How it is related to your project?
Explain the Difference between value and 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
How to create multiple inheritance in c#, with example?
What distributed process frameworks outside .NET do you know?
Explain about major components of the .NET framework.
What tags do you need to add within the asp:datagrid tags to bind columns manually.
Do you know what is garbage collector?