Wednesday, January 27, 2010

Deloitte Dot net Interview Questions

 

 


Some questions  i remember .Hope these can be  useful to u

1)Types of Session state mode?

2)In which database sql server session will be stored?

3)How to call javascript from c# code under button_click without using
Button1.Attributes.Is there any method?

4)How to call javascript function from webform1 to webform2?

5)Webserver controls and Html controls differences?

6)CCW,RCW why to use com components when we can manage everything with dlls?


7)View state how u make that so that view state in page can not be tampered?

8)which session state mode you used in your current project?why?

9)Diffrences between UDF and Stored procedures?

10)Have you used Application Management Blocks?

11)Difference between temporary table and derived table?

12)If we try to load the data in database if error occurs that should be
displayed when we click button through javascript?
 
Please Send Ur Interview Experiences  to my 
Mail id : nsubhash007@gmail.com 
 
 
For More Asp.net MVC InterviewQuestions  
TCS Asp.net MVC Interview Questions
Capgemini Asp.net MVC Interview Questions




5 comments :

  1. Button1.Attributes.Add("eventname","method")

    In page load

    ReplyDelete
  2. 1)ans:
    5 types
    inproc
    outproc(state server)
    sqlserver
    custom
    off

    ReplyDelete
  3. 5)ans:

    prefix tag is main difference

    ReplyDelete
  4. 1.Types of session in asp.net
    Inproc - Default session mode which is used for small website amd the performance will be very fast
    state server - this mode is out proce which is not maintained in same server.
    sqlserver - session data will be stored in seperate dabase server

    2. sql server

    7.EnableviewstateMac property

    8. Inproc


    Please visit this site for more reference : wwwcoddertube.com

    ReplyDelete
  5. 5 Answer : HTML Controls are client side controls which does not contain any post back ,and webserver controls are server side controls which contain Postback to the server on each request : Roundtrip event)

    Please visit this reference site : www.coddertube.com

    ReplyDelete