Given the following methods of the ASP .Net Page class, in which of them would you attach an event handler to an event published by a control on the web page?
Which is the most appropriate place to install a Strong-Named assembly that is intended for use among several web applications?
Why would you use a SqlConnection object instead of an OleDbConnection object?
Which of the following statements would you use to properly describe unit testing?
Which of the following is used for deploying an ActiveX component from a web application?
You have several users with Windows user accounts who are using your new ASP.Net web application to retrieve data from the SQL Server 2000 database. Each user connects to the database using his/her user account. There are now several hundred users, using the data. How can you improve performance of the web application?
Which of the following is an authentication method for an ASP.Net web application?
You have created a new ASP.Net web application. You build the solution in Visual Studio .Net. You notice that there is a /bin directory under the virtual directory. Which type of files should you place in this location?
You have created a series of aspx pages on a new intranet site for your company's Accounting Department. The intent of this section of the site is to allow the employees to enter private information (number of dependents, age of dependents, and other private data). You want to provide on-line help for the users, since most are not familiar with computers. What should you do to provide help for the users?
The Web Stuffers Restaurant has hired you to create a new web application that does credit card verification. The cashiers enter credit card information into your application and the application then must utilize an XML web service at a service company to do the actual verification. You need to get the application into production quickly, as the manager of Web Stuffers has told you they need to be operational tonight. What should you do?
You are in the development stage for a new ASP.Net web application, WebPartsToGo. Customers of Parts To Go, a national auto parts distribution company, will use the web site. As a member of the development team, it is your job to write ASP.Net code and test the web applications you are developing. Developers are tasked with testing each individual function and block of code. What is this type of testing called?
You need to add a shared assembly to your Web Application. Your Web Application, only, uses this assembly but it is shared among several different aspx pages and user controls. The Web Application has many different sub-directories and hundreds of aspx pages. In the future, the assembly might be shared among other web sites on your company's web server, but right now, you are only going to use the assembly on one site. Where would be the best place to install the assembly?
Security is very important on any web site. By default, a .Net web site is configured with which of the following authentication types?
You need to obtain performance information about your Web Application. You should use which of the following?
You have been asked to become a member of the build team for your company. The development team has created 6 new components that need to be assigned Strong names. Which of the following tools would you use to create the .snk files to store the public/private keys in?
You need to display the sales data for your division for the past 5 years in a DataGrid on a Web Form. Performance is very important. What would be the best strategy to use in retrieving the data?