| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Without UDDI, is it possible to access a remote web service ? | TCS | 1 |
| How can we convert XML data into DataBase table IN .Net? | Wipro | 2 |
| why .net does not support multiple inheritance? | Microsoft | 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 |
| 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 |
| What are the different types of assemblies? | | 2 |
| Explain constructor. | Wipro | 1 |
| How can you automatically generate interface for the
remotable object in .NET with Microsoft tools? | | 1 |
| What is JIT and how is works? | | 1 |
| I am looking for a fast track course (MAX 15 days) in
MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or
pune. I am working in mumbai so cannot gor for long course.
Can any body suggest me the best couching class or best
faculty for the same. Thanks. | | 2 |
| Give An example of a ctype and directcast. | Wipro | 2 |
| How to find methods of a assembly file (not using ILDASM)
Reflection | | 1 |
| Difference between Panel and GroupBox classes? | | 2 |
| When developing a Windows service for .NET, which namespace
do you typically look in for required classes? | | 1 |
| can any one tel me hw to connect database connectivity of
dot NET and back end as MS access? | | 1 |
| What is an Interface? Have you ever developed an Interface. | Deloitte | 5 |
| What is smart navigation? | | 2 |
| What are server controls? | Avanade | 1 |
| Explain manifest & metadata. | Wipro | 3 |
| What is Active Directory? What is the namespace used to
access the Microsoft Active Directories? What are ADSI
Directories? | TCS | 1 |
| |
| For more Dot Net General Interview Questions Click Here |