| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| is c#.net supports multiple inheritance? | | 9 |
| What is CLR? How it will work? | NeoSoft | 2 |
| i have an array of 10 objects whose values are from 1-10
randomly inserted. i have deleted one array object.
tell me what is that value? write the logic of it.
| Deloitte | 1 |
| What are remotable objects in .NET Remoting? | | 1 |
| What is a system lock? | Wipro | 2 |
| Name some of the languages .NET support? | | 2 |
| How to write an MMC snap-in for my Windows service? | | 1 |
| Give An example of a ctype and directcast. | Wipro | 2 |
| String[] a = new string[10]
for(i=0; i<10; i++)
{
a[i] = i;
}
How many heap object will be created for this array. Choose
the answer below.
Ans: 1, 10, 11, 12 | | 3 |
| What security measures exist for .NET Remoting in
System.Runtime.Remoting? | | 1 |
| Difference between Debugging and tracing in .net | | 1 |
| you have a requirement from client, he has an XML file and
you need to insert the data into 5-6 tables in database.
explain me the procedure. | Deloitte | 1 |
| What is Assembly manifest? what all details the assembly
manifest will contain. | Ksb | 2 |
| In Mvc Architecure what is view? | TCS | 1 |
| Where does the dispose method lie and how can it be used to
clean up resources? | Wipro | 1 |
| what are the controls used to upload a file from client to
server? | | 2 |
| What is the difference between VB and VB.NET? | | 1 |
| What is the standard you use to wrap up a call to a Web
service | | 1 |
| why .net does not support multiple inheritance? | Microsoft | 2 |
| What is MSIL code ? | TCS | 2 |
| |
| For more Dot Net General Interview Questions Click Here |