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...


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

What does asp stand for in asp.net?

0 Answers  


How is a session stored and maintained in asp.net?

0 Answers  


What is Hidden Fields in Asp.Net

4 Answers  


What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

4 Answers  


What is a postback in asp net?

0 Answers  


Who generates session id?

0 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


When an ASP.NET server control is added to a web form, Visual Studio .NET adds one item to the class for the form. What item is added? a) The event registration. b) A protected class member for the control. c) A default event handler for the click event. d) A default class that inherits from the control?s base class.

4 Answers   Syntax Softtech, TCS,


Is overloading possible in web services?

2 Answers   Microsoft,


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

0 Answers  


What for use web.sitemap in asp.net?

1 Answers  


Which template must you provide, in order to display data in a Repeater control?

3 Answers   Siebel Systems, Wipro,


Categories