ASP.NET Web Applications
Practice questions on ASP.NET web application development including .NET framework components, Visual Studio IDE, database integration, and web technologies.
Questions
Which of the following is a small program, downloaded to web browser and written on to hard disk of the system called?
- Java Appellate
- JavaScript
- C++ program
- ActiveX
- None of the above
Which of the following approaches (models) provides individual functions of all HTML parts in one .aspx file?
- Code behind page model
- Multi page model
- Double page model
- Single page model
- All of the above
A user is required to make some changes in the account folder of the front page of his existing file. He uses Site.css for doing this but could not make the modifications. What is the reason behind this?
- Site.css allows to open account folder in read only mode.
- Site.css allows to change the style only.
- Site.css is not a valid style sheet in ASP.Net.
- Both 1 and 2 are correct.
- None of the above
Basic components like Server Explorer Window, Class View Window, and Task List Window are used for which of the following packages?
- Visual Basic 2010 IDE
- Visual C 2010 IDE
- Visual Studio 2010 IDE
- Visual Studio 2013 IDE
- Visual Studio 2001 IDE
A database table product_profile table is required to be added in the existing B2B web site using ASP.Net. Which of the following databases should be used for this?
- ASPNETMS
- ASP.NET Oracle
- ASPNETDB
- ASPNETACCESS
- ASPNET
Specific database can be changed in ASP.Net using Update method. This method can be invoked by which of the following?
- Data set
- Database (itself)
- SQL
- DBMS
- None of the above
Which of the following should be available to .Net framework in order to develop dynamic languages so that these can run on ASP.Net?
- Side by side execution
- Enhancement parallel computing
- Improved garbage collection
- MEF
- Dynamic language runtime
The source code of the assembly is taken as evidence to provide security in .NET framework. Which of the following terms describes this feature?
- Comman type security (CTS)
- Common Language run time security (CLRS)
- Base class library
- Assembly language
- Code access security (CAS)
By which of the following is the memory allocated in .NET framework as long as a reference to an object via graph is available?
- .NET garbage collector
- Memory management module
- CLR
- CTS
- None of the above
Graphic rendering in a .NET framework is possible because of its availablity in which of the following?
- CLR
- CTS
- Base class library
- Ground library
- Both CLR and CTS
While writing a small program for Mozila browser, the programmer writes this program as ActiveX object. The program was correct in all aspects including compiler requirements but this object could not be evoked or opened in Mozila. Which of the following best describe(s) the reason(s) for the same?
- The programm did not contain proper syntax.
- Mozila is a Microsoft browser, so ActiveX cannot run there.
- Mozila browser requires some specific characters, which are missing in the program.
- All of the above
- ActiveX can run only in Microsoft's Internet Explorer.
Certain specifications transform source code into a natural format in a .Net framework. Which of the following best describes this?
- Common Language Specification
- Programming Language Layer
- VB.Net
- C
- Common Language Runtime
HTML form receives a value from user. Once received, this value must be moved into request object of IIS server. Which of the following will frame such condition?
- TCP/IP
- Java script
- ASP.Net
- .Net framework
- VB.Net
ASP.Net has been used to re-size an existing font . Which of the following facilities is given by ASP.Net for this is?
- Style sheet
- Modify style sheet
- Site.ssc
- Page modifying sheet
- Site.master
Java byte code converter provides machine language version of byte code to CLR to run an ASP.Net program. This converter is a part of which of the following?
- MSIL
- Compiler
- CLS
- CLR
- None of the above