Infinite Computer -.Net Interview Questions

1. What is boxing?
2. what is step-step- execution?
3. What are the session events?
4. If a user will not close the application what will happend to the session?
5. What is system.ui.
6. What are the difference between stored procedure and function in Sql server
7. Tell me about how to execute a sqlserver stored procedure
8. try {

} catch (DivideByZeroException de)
{ MessageBox.Show(de.Message);
} catch (Exception ex)
{ MessageBox.Show("Exception");
}
finally
{
MessageBox.Show("Finally");
}
What is execution step in try-catch-finally. and in above if an DividebyZero happend , is second catch will work?
9. what ar the difference between finalize and dispose?

No comments:

Post a Comment