Which method of the Page class searches the page naming container for a server control with a particular ident
Which method of the Page class searches the page naming container for a server control with a
particular identifer?
You need to ensure that the WCF service starts when the Windows Service is restarted
You are developing a Windows Service. The Windows Service will host a Windows
Communication Foundation (WCF) service. The Windows Service class will inherit from
ServiceBase. You need to ensure that the WCF service starts when the Windows Service is
restarted. What should you do in the Windows Service class?
Which control allows you to bind to data items that are returned from a data source and display them?
Which control allows you to bind to data items that are returned from a data source and display
them?
Which class defines the contract that ASP.NET implements to provide membership services using custom membershi
Which class defines the contract that ASP.NET implements to provide membership services using
custom membership providers?
Which code segment should you insert at line 07?
You are developing a Windows Communication Foundation (WCF) service to provide an
inmemory cache for many Web applications. The service contract is defined as follows.
(Line numbers are included for reference only.) You need to ensure that all users share the
cache. Which code segment should you insert at line 07?
Which of the following code segments will you use?
You work as an ASP.NET Web Application Developer for SomeCompany. The company uses Visual
Studio .NET 2010 as its application development platform. You create an ASP.NET Web application
using .NET Framework 4.0. The Web application connects to a SQL Server database. You use the
ADO.NET Entity Framework to handle persistence-ignorant entities. You create an ObjectContext
object named ObjContext. Subsequently, you change properties on numerous entities. You are
required to save the changed entity values in the SQL Server database. Which of the following code
segments will you use?
Which of the following is the correct collection of build events?
Which of the following is the correct collection of build events?
You need to ensure that messages are secure and users are authenticated
You develop a Windows Communication Foundation (WCF) service that uses basic
authentication for client credentials. This service is currently configured to use message
security. The service is hosted on a server in workgroup mode. Users report that their
passwords are stolen when they use public computers. You need to ensure that messages
are secure and users are authenticated. You prevent the service from being called over
HTTP through Microsoft Internet Information Services (IIS) configuration. What should you
do next?
Which utility allows you to pre-compile and publish your Web site to a new location?
Which utility allows you to pre-compile and publish your Web site to a new location?
Which method of the ChildActionExtensions class calls a child action method and renders the result inline in t
Which method of the ChildActionExtensions class calls a child action method and renders the result
inline in the parent view?