Important Questions about ASP.NET with Answers

Ques1 What is ASP.NET ?
Ans- ASP.NET is the new offering for web developer from the microsoft. It is not simply the next generation of ASP (Active Server Page).It is completely re-engineered and enhanced technology. It provides large set of user controls, XML-based components and integrated user authentication.

Ques2 What are advanced features of ASP.NET ?
Ans-
1) Support for compiled language.
2) Services provided by .NET framework
3) Graphical development environment
4) State management
5) Update files while server is running
6) XML based configuration files

Ques 3 What is “Atlas” ?
Ans- ASP.NET AJAX was previously known by Atlas which is an implementation of microsoft based on AJAX framework.

Ques 4 What are webcontrols in ASP.NET ?
Ans- Web controls are special ASP.NET tags understood by the server. Web server controls are created on the server and they require a runat=”server” attribute to work.

Ques 5 Write the syntax for creating webcontrols ?
Ans-

Ques 6 Give some examples of web controls ?
Ans-
1) AdRotator 2) Button
3) Calender 4) CheckBoxList
5) DropDownList 6) HyperLink
7) Image 8) Label
9) PlaceHolder 10) TableRow
11)RadioButtonList 12) TableCell
13)TextBox 14) XML

Ques 7 What are three category of WebControls ?
Ans- Three categorization of webcontrols are-
a) Text and graphics controls
b) AdRotator controls
c) Validation controls

Ques 8 What is session tracking ?
Ans- Session Tracking is a concept which allows you to maintain a relation between two successive requests made to a server on the internet .As we know HTTP is stateless protocol ,so never keep record of request made to it.Session tracking allow you to store the information would be checked every time you do any thing within your inbox. Thus you would not be asked to enter your password with every click.

Ques 9 What are the solution for the arise by fact that HTTP being stateless ?
Ans- There are three typical solution to this problem -
a) cookies
b) URL rewritting
c) Hidden form feilds

Ques 10 Is ASP.NET support any type of databases ?
Ans- ASP.NET support for web services, oracle databases, SQL server databases with custom schema.

10 thoughts on “Important Questions about ASP.NET with Answers

  1. Pallavi sinha

    Alot of information regarding this new technology has been providing here…….those who wan to elaborate their knowledge in this area can chk this link….it’s really appreciating

    Reply
  2. himanshu verma

    To learn the basics of ASP.net or brush up .net important points follow these questions , it will helps you.

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *


7 − seven =

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>