Tuesday, April 6, 2010
ASP.NET Interview Questions
4/06/2010 05:15:00 PM |
Posted by
VijayKumar Yadavalli
|
Edit Post
- ASP.NET 3.5 Features?
- What is Master Page?
- What is the disadvantage of User Controls?
- Can I access Master Page data in content page?
- How to call a control in the GAC with the following scenario. Company A and Company B has same namespaces and versions but different dll names. How to call a specific Control?
- How do you know whether page is Post backed or Ajax controlled?
- What is the difference between a Get and a Post Request ?
- In what type of situations would you use Get instead of Post?
- How does the browser behave differently when performing a Get and a Post request?
- What is the Http Session used for?
- What kind of objects can be stored in the Session? and What kind of objects can’t be stored in Session?
- How is an HTTP Handler different than a Module?
- Describe the difference between a Stream and a BufferedStream?
- What is view state and how is it different from Session State? Explain the mechanism of persisting variables using ViewState?
- Are ViewState stored in the client side or the server side?
- Describe at least one of the events fired as part of the ASP.NET System.Web.UI.Page lifecycle.
AJAX
- What is AJAX?
- How does AJAX benefit the client side of a Web Applications?
- What is an XMLHttpRequest?
- You have a two controls on one Page. How these controls update data without refreshing each other or entire page?
- How do you implement if i want one control submit button should update both controls with one click?
- What are the XML files that are important in developing an ASP.NET application?
- What is XSL?
Labels:
ASP.NET FAQ
,
Interview Questions
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment