| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How can you automatically generate interface for the
remotable object in .NET with Microsoft tools? | | 1 |
| what is the use of stored procedure which has only one
select statement over simple select statment query ? Why to
write a stored procedure then ?
| | 3 |
| What is the difference between the C#.NET and VB.NET? | | 4 |
| What is CLR, CLS,CTS | Deloitte | 2 |
| What is the model role in Mvc architecture? | | 3 |
| What are server controls? | Avanade | 1 |
| What are the different types of assemblies? | | 3 |
| Which namespace is the base class for .net Class library? | | 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 |
| Can you configure a .NET Remoting object via XML file? | | 1 |
| why .net does not support multiple inheritance? | Microsoft | 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 |
| 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 |
| What is Application Domain? | | 1 |
| what are the Goals of the UIP Application Block? | | 1 |
| How do you define the lease of the object? | | 1 |
| What is Garbage Collection in .Net and what is the Garbage
collection process? | | 2 |
| what is a strong name? | | 3 |
| How do you handle Start, Pause, Continue and Stop calls
from SCM within your application? | | 1 |
| What are the two kinds of properties. | Wipro | 2 |
| |
| For more Dot Net General Interview Questions Click Here |