Interview Questions
It's harder to find appropriate interview questions than being answered on internet. So I am writing my most recently asked questions in an ASP.Net Interview. If you need to get the answer of any of the following questions write me in comments.
- How to change master page of a content page dynamically?
- Why to change Masterpage of a page in Page_PreInit() function ?
- What is the maximum limit of parameters we can pass to a stored procedure ?
- How can we change current theme of a page at Page_PreInit() from master page?
(in fact Page_PreInit() is not possible from master page. So the question is asked just to make confusion.)
- What is DOM and whats its purpose ?
- In normal cases, if an Insert button is double clicked by a user what will happen? Will it make insertion twice or a normal insertion will happen?
- AJAX stands for?
- What are multicast delegates ?
- What is a window service? How to register a window service? How to uninstall a window service ?
- I have a check box and a textbox and I have a asp.net validator for that textbox but i want it to be only validated only when checkbox is checked. How can I do that?
- What are transformation services?
- What is a web service ?
- Is web service plateform independent?
- Describe ASP.NET Page Life Cycle.
- What are design patterns ?
- What is singleton pattern ?
- Define JQUERY
- What is JSON?
- What is LINQ ?
- What is ASP.NET UpdatePanel?
No comments:
Post a Comment