Features in ASP.NET?

Answer Posted / rahul

One of the main features of asp.net is:
The code has not been Compiled instead of that Interpreting.
By doing that, the performance of a website will be
improved. Apart from that in asp.net we're using a
programming code called templates. For example if a
particular page of a website has been updated by inserting
some codes the modification part will not be shown to the
user when he is viewing the source code. apart from that
presentation content and application content have been
separated in Asp.net framework. So that the webdesigner can
create the application and the programmer can develop the
code for an application. And also in Asp.net application if
any changes need to be done in a website it can be done
inside the configuration setting of an application, instead
of that we need not want to restart the webserver, whatever
changes done in the configuration leavl will be altered.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is post back property in asp net?

531


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1435


What is the default timeout for a cookie?

564


What is the purpose of App_Code folder in ASP.NET? Why we this?

620


How dataadapter.fill works?

566






How can you implement the postback property of an asp.net control?

536


Define resource files.

565


What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?

586


In a Repeater control how one can provide an alternating color scheme ?

570


What are the Types of chaching. How to implement caching

564


In which event are the controls fully loaded?

568


To redirect the user to another page which method do we use without performing a round trip to the client?

539


What is enableviewstatemac in asp net?

599


What is the difference between c# and .net?

585


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

1891