What will you do?

You work as a Windows Application Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating a Windows Forms application using .NET Framework 3.5. You need to develop a new control for the application. You must ensure that the control inherits...

January 13, 2021 No Comments READ MORE +

Which of the following types of encryption does SSL use?

Andrew works as a Software Developer for Mansoft Inc. The company's network has a Web server that hosts the company's Web site. Andrew wants to enhance the security of the Web site by implementing Secure Sockets Layer (SSL). Which of the following types of encryption does SSL use? Each correct...

January 13, 2021 No Comments READ MORE +

Which of the following actions will he perform to accomplish the task?

John works as a Web developer for HiTech Inc. He develops an application named MyApp by using Visual C# .NET. John uses a SQL Server database. He writes the following code: OleDbCommand cmd = new OleDbCommand(); cmd.CommandText = "UPDATE Employees SET Rank = 'Senior' WHERE Basic > 10000"; cmd.ExecuteNonQuery(); Now...

January 12, 2021 No Comments READ MORE +

In which of the following objects are session variables stored?

In which of the following objects are session variables stored?A . SessionStateStoreDataB . SessionStateModuleC . SessionStateItemCollectionD . SessionStateStoreProviderBaseView AnswerAnswer: C

January 12, 2021 No Comments READ MORE +

Which of the following is an exception of background threads as compared to foreground threads?

Which of the following is an exception of background threads as compared to foreground threads?A . A background thread does not continue the managed execution environment running.B . A background thread does not affect the outcome of an unhandled exception.C . A background thread belongs to the managed thread pool.D...

January 12, 2021 No Comments READ MORE +

Which of the following validation controls should you use to accomplish this task?

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You create an ASP.NET Web application using .NET Framework 3.5. You create a Web form in the application that permits users to provide personal information. You add a DropDownList...

January 12, 2021 No Comments READ MORE +

What is the main purpose of a try-catch block?

What is the main purpose of a try-catch block?A . To obtain and use resources that are being caught.B . To signal the occurrence of an exception during the program execution.C . To catch and handle an exception generated by an executable code.D . To ensure that the necessary cleanup...

January 12, 2021 No Comments READ MORE +

Which of the following events will you use in the application code to accomplish the task?

You work as a Software Developer for ABC Inc. You develop an application using Visual Studio .NET 2005. You want to print the contents of a document named MyFile1.doc located on the local computer. Therefore, you use the printing controls in the application. Which of the following events will you...

January 12, 2021 No Comments READ MORE +

What will you do?

You work as a Software Developer for ABC Inc. The company uses Visual Studio .NET 2008 as its application development platform. You are creating an ASP.NET Web application using .NET Framework 3.5. The application will be used to share any type of photos on Internet. All the photos should be...

January 11, 2021 No Comments READ MORE +

Which of the following is a reference type in Visual C#?

Which of the following is a reference type in Visual C#?A . primitive typesB . stringsC . enumsD . structuresView AnswerAnswer: B

January 11, 2021 No Comments READ MORE +