Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is asp.net

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does output caching work in ASP.NET?

911


What’s the difference between asp.net web forms and asp.net mvc?

1100


What is the difference between the response.write() and response.output.write() methods?

965


What are the disadvantages of view state?

1050


Which object encapsulates state or data of a user?

1026


Is it possible for me to change my aspx file extension to some other name?

965


What is loop in asp.net?

1043


A web service can only be written in .net? State whether true or false.

959


What is the life cycle of web page?

915


What is the difference between equals() and == in c#?

957


Can you use c# without .net?

935


What is the difference between session object and application object?

1018


code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications

1804


How to turn off cookies for a page?

955


Why we use content place holder in asp.net?

980