Features in ASP.NET ?



Features in ASP.NET ?..

Answer / dan

Features of asp.net are :
1. Compiled code : instead of interpreting. Faster.
2. Enriched Tool support: WYSIWYG(what u see is what u get)
3.Power and Flexibility: Large class library and language
independent.
4.Security : restricting user access to web appln.
5. Scalibity : Improve performance in a multiprocessor
environment.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

If I update session state, should I lock it, too? Are concurrent accesses by multiple requests executing on multiple threads a concern with session state?

1 Answers  


Securitywise What are the Enhancements in 2.0?

0 Answers   Microsoft,


What is viewstate?

5 Answers   Microsoft,


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,






Explain server-side scripting and client-side scripting.

0 Answers  


Can you use Web API with ASP.NET Web Form?

0 Answers  


How do u deploy your asp.net application?

0 Answers  


Explain the path instructions in xaml?

0 Answers  


What is ispostback method in asp.net?

0 Answers  


Differences between “dataset” and “datareader”.

0 Answers  


If there are two web.config files in a application which config files will get priority?

5 Answers  


Categories