How can you ensure that the credit card information can be retrieved from PassGuideDB?
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database
PassGuideDB.
PassGuideApp puts password and credit card information in PassGuideDB.
How can you ensure that the credit card information can be retrieved from PassGuideDB?
Select two.
What can ensure this?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp is running on a server PassGuideSrv.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database PassGuideDB
located on a separate server PassGuideData.
To access employee data from PassGuideDB ADO.NET Entity Framework is used.
Changes to the data can be made locally, in disconnected mode, on PassGuideSrv, but
when a user of PassGuideApp access PassGuideData, the these local changes data must
be updated with this latest data to PassGuideSrv.
What can ensure this?
Which method should be used to ensure that these entities are persisted to PassGuideSrv?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp is running on a server PassGuideSrv.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database PassGuideDB
located on a separate server PassGuideData.
To access employee data from PassGuideDB ADO.NET Entity Framework is used, here it
models persistence-ignorant entities.
PassGuideApp runs in disconnected mode.
Changes to the data can be made locally, in disconnected mode, on PassGuideSrv.
Which method should be used to ensure that these entities are persisted to PassGuideSrv?
How can you remedy the problem?
DRAG DROP
Exhibit: Server generated keys are only supported for identity columns
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.
PassGuideApp includes an Employees entity.
The Employees entity include a EmployeeKey, a primary key field, with type Guid.
However, there is a problem when PassGuideApp uses the Save Changes method to save a
new instance of Employee entity.
How can you remedy the problem?
Which action should you take?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.
PassGuideApp is deployed to server PassGuideSrv.
PassGuideApp uses files that are used as resources in the application.
These files are used for mapping and modeling.
Later in the project you need to adjust the conceptual model for PassGuideApp on PassGuideSrv.
Which action should you take?
How can this be ensured?
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
To access employee data from PassGuideDB ADO.NET Entity Framework is used to model
entities.
Mapping and model files for PassGuideApp are produced.
However, you must ensure that these files are not used as application resources.
How can this be ensured? Select three.
What action should you take?
DRAG DROP
Exhibit: The server encountered an error processing the request. See server logs for more details
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
There is a WCF Data Service deployed a server PassGuideSrv.
PassGuideApp is hosted by US IIS.
The error message in the exhibit is shown when the service was deployed.
You want to explore the problem in more detail.
The exception data must be available to the end users.
What action should you take?
What steps should you take?
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp uses this service to connect to a MS SQL Server 2008 database
PassGuideDB.
PassGuideApp is hosted on IIS 6.0 server PassGuideIIS.
PassGuideIIS is running multiple applications.
Now you need to increase the security of PassGuideApp while not interfering with the other
applications in any way. What steps should you take?
You need to specify the connection string, stored in app.config, for PassGuideApp
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server 2008 database PassGuide.
Windows Authentication is used.
To obtain data from PassGuideDB the ADO .NET Entity Framework is used.
In the file PassGuide.Data.dll the three files (model.csdl, model.ssdl, and model.msi)
embedded as resources using EDM. You need to specify the connection string, stored in
app.config, for PassGuideApp.
You want to set up the connection between PassGuideApp and PassGuideDB.
DRAG DROP
There is MS Visual Studio 2010 and MS .NET Framework 4 application PassGuideApp.
PassGuideApp connects to a MS SQL Server Express 2008 database PassGuideDB.
The primary database file of PassGuideDB is PassGuideDB.mdf.
PassGuideDB.mdf is stored in the App_data folder.
You want to set up the connection between PassGuideApp and PassGuideDB.
What do you need to do?