We are providing online training of realtime Live project on Asp.Net MVC with Angular and Web API. For more information click here. If you have any query then drop the messase in CONTACT FORM

Monday, May 11, 2015

Common Interview questions and answers of ASP.NET


1. Where can we find implementation of Http?

-it is implemented as one of service in webserver(like IIS)
-it is in the form of WWWService

2.What is behavior of Http protocol?

3.What is the purpose of State management features in Web Technology?

4.What are the state management techniques in Asp.net?

5.What is Cookie?

6 .What type of Data can be stored in cookie?

7.How many cookies are allowed for website at client system?

8.How the cookies are transmitted between client and server?

9.Where can we use cookies in website?

10.What the maximum amount of data that can be stored with the help of cookies?

11.What is Dictionary?

12.What is the Advantages of Dictionary?

13. How can we verify whether cookie is dictionary or not?

14. Maximum number of permanent cookies allowed in client system?

15.How to create a cookie in asp.net website?

16.What are the disadvantages of cookies?

17. Where can you find usage of cookies in your development?

18. What the default authentication cookie name?

19. What is cookie name used for transmitting session id between client and server?

20. How to disable cookies in client browser?

21. Where the memory for temporary cookie is allocated?

22.what are the different types of cookies?

23.What is session?

24.What is the length of sessionId?

25.What type of data can be stored in the session?

26.How much amount of data can be stored in Session?

27.What is default location for session?

28.In asp.net page how can we access session data?

29.What is default timeout for session?

30.How to transmitt sessionid between client and server?

31.How to configure session for application?

32.When session will be destroyed?

33.If user closes browser window, then is session of user is get destroyed or not?

34.What are the events associated with session?

35.What is the difference between Session.Clear() and Session.Abandon()?

36.What are the different session modes?

37.Where can we use session data in our website?

38.Is it possible to use session of asp.net website in asp website?

No comments: