| Other Dot Net General Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is smart navigation? | | 2 |
| What is portable executable (PE)? | | 1 |
| Can you configure a .NET Remoting object via XML file? | | 1 |
| 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 formatter? | TCS | 1 |
| What is a system lock? | Wipro | 2 |
| How can you clean up objects holding resources from within
the code? | Wipro | 1 |
| Explain the Difference between value and reference type. | Wipro | 2 |
| ctype(123.34,integer) - should it throw an error? Why or
why not? | Wipro | 1 |
| What is a Strong Name? | | 1 |
| What is the managed and unmanaged code in .net? | | 2 |
| Explain manifest & metadata. | Wipro | 3 |
| what is viewstate? | | 1 |
| What security measures exist for .NET Remoting in
System.Runtime.Remoting? | | 1 |
| How do you turn off cookies for one page in your site? | | 1 |
| what is a strong name? | | 3 |
| Without UDDI, is it possible to access a remote web service ? | TCS | 1 |
| 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 |
| 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 |
| |
| For more Dot Net General Interview Questions Click Here |