| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is MSIL, IL, CTS? | | 2 |
| Is .net is platform independent. If am using solaris,
installing .net first u had to install framework, so
framework is .exe file then it will not take in solaris or
any other than windows,then how .net is platform independent. | | 1 |
| When developing a Windows service for .NET, which namespace
do you typically look in for required classes? | | 1 |
| Write an StoredProcedure to get the values of a column
within a date range. | Deloitte | 1 |
| what is the difference between early binding and late binding
in .net? | Satyam | 2 |
| Hi,
Requirement is:
try
{
\\SQL Query
}
catch(Exception i)
{
print a
}
catch(SQLQueryException e)
{
\\SQL Query
}
Got Exception in "try" block. Which "catch" throws
exception and Why???
Please provide the answer in detail..
Thanks for the help!!!
| 3i-Infotech | 2 |
| Can you configure a .NET Remoting object via XML file? | | 1 |
| How do you handle Start, Pause, Continue and Stop calls
from SCM within your application? | | 1 |
| How many languages .NET is supporting now? | IBS | 16 |
| How many types of exception handlers are there in .NET? | | 1 |
| What is a resource? Provide an example from your recent
project. | Wipro | 1 |
| How can you see which services are running on a Windows
box? | | 1 |
| How do you turn off cookies for one page in your site? | | 1 |
| 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 is an Interface? Have you ever developed an Interface. | Deloitte | 5 |
| 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 | | 3 |
| Integer & struct are value types or reference types in .NET? | | 1 |
| Describe the start-up process for a Windows service. | | 1 |
| What is serialization in .NET? What are the ways to control
serialization? | | 1 |
| Explain manifest & metadata. | Wipro | 3 |
| |
| For more Dot Net General Interview Questions Click Here |