ASP.net and WCF some clarification

Posted by nettguy on Stack Overflow See other posts from Stack Overflow or by nettguy
Published on 2010-04-01T12:23:28Z Indexed on 2010/04/01 12:43 UTC
Read the original article Hit count: 147

Filed under:
|
|
|
|

Recently I faced few interview questions.The interviewer asked the to give the detailed answer.

1)Can we override a WCF service (Its is not OOPS overriding) ?.Explain the reason on either end. (WCF Related).

2)Can we override Page events (Page_Load())?.Explain reason.(ASP.NET related).

3)What is the primary responsibility of Pre_Init( page) event ,apart from user preference setting,skinning?

4) Can we override Static methods.Explain the reason.

can anyone help me to understand the reasons.Thanks in well advance.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about wcf