what is asp.net

Answers were Sorted based on User's Feedback



what is asp.net ..

Answer / nageswararo

hi all this is nag

Asp.net is a specification(its not a language)
it can be used for devoloping the
1)Web applications(web sites)
2)Web sevices
3)Mobile web applications

Is This Answer Correct ?    5 Yes 0 No

what is asp.net ..

Answer / irfan khan

Asp.net is the Web technology of Microsoft .Net.Used to
Create the Internate Based Application.

Internate Based Application Are Of Four Types:-

1. Web Application
2. Web Services
3. Internate Enabled Application
4. Peer to Peet Application

Is This Answer Correct ?    4 Yes 0 No

what is asp.net ..

Answer / hello

Asp.Net is a programming framework built on the common
language runtime that can be used on a server to build
powerful web application

Is This Answer Correct ?    3 Yes 0 No

what is asp.net ..

Answer / vijaya bhaskar reddy

above answer 3 is wrong asp.net is not a language.

asp.net is a technology or specification used to develop
the web application.

Is This Answer Correct ?    3 Yes 1 No

what is asp.net ..

Answer / sharifuddin

The 4 answer is the exact answer for the asp.net

Asp.net is the specification, Which is used to develops the
web applications.

Is This Answer Correct ?    2 Yes 0 No

what is asp.net ..

Answer / nizath ali.u

ASP.NET is a platform or a technology used to
develop & deploy web applications & web services,that are
run under IIS(Internet Information Services).



Thanks n Regards,
Nizath Ali.U

Is This Answer Correct ?    1 Yes 0 No

what is asp.net ..

Answer / ankit arora

ASP stands for Active server pages
It is just the technology that runs on web server and used
for Web Development.

Asp .net is used for Creating
1.Web Application
2.Web services
3. Mobile Web Applications


and I would tell you about Framework

Framework is collection of tools technologies and languages
that work together to communicate on multiple platforms

(This does not mean that .net application can run on LINUX
this can run on IE(internet Explorer)

Is This Answer Correct ?    1 Yes 0 No

what is asp.net ..

Answer / bikash kumar

Asp.net is the Web technology of Microsoft.for developing
application.which is a part of .net framework.

Is This Answer Correct ?    0 Yes 0 No

what is asp.net ..

Answer / guest

A Microsoft server-side Web technology. ASP.NET takes an
object-oriented programming approach to Web page execution.
Every element in an ASP.NET page is treated as an object and
run on the server. An ASP.NET page gets compiled into an
intermediate language by a .NET Common Language Runtime-
compliant compiler. Then a JIT compiler turns the intermediate
code to native machine code, and that machine code is
eventually run on the processor. Because the code is run
straight from the processor, pages load much faster than
classic ASP pages, where embedded VBScript or JScript had to
be continuously interpreted and cached.

Is This Answer Correct ?    0 Yes 0 No

what is asp.net ..

Answer / manoj

asp.net is a microsoft technology .and serverside technology
(sss).

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

why should i use FormsAuthentication.RedirectFromLoginPage (); Method in Form Authentication?Without using this method also it's good??

2 Answers  


Can we have multiple web config files for an asp.net application?

0 Answers  


What is the main difference between a static page and a dynamic page?

2 Answers  


What is difference between rest and soap?

0 Answers  


Explain what are webservices?

0 Answers  






What is asp.net web pages?

0 Answers  


Is it possible to migrate visual interdev design-time controls to asp.net?

0 Answers  


Define the types of configuration files.

0 Answers  


How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?

1 Answers   MMTS,


what are the types of ASP objects ?

7 Answers   Satyam,


what is DLL Hell and how it is solved in .NET?

24 Answers   icegen, next, -uk, NIIT,


What are asynchronous callbacks ?

6 Answers   Accenture, BirlaSoft,


Categories