What are the rules that should be followed when using Include()?
You work as Web Developer in PassGuide.com. The company uses Microsoft .NET Framework 4
as its application development platform. You write a LINQ query that uses groupby operator. You
want to use the Include() method to eagerly load additional entities. What are the rules that should
be followed when using Include()?
Each correct answer represents a complete solution. Choose three.
Which of the following modes will you use in EdmGen.exe command-line tool to create a source code file that co
You work as an Application Developer in PassGuide.com. The company uses Microsoft .NET
Framework 4. Which of the following modes will you use in EdmGen.exe command-line tool to
create a source code file that contains the views generated from the .csdl, .ssdl, and .msl files?
Which of the following actions will you perform to accomplish the task?
You work as a Web Developer in PassGuide.com. The company uses Microsoft .NET Framework
4 as its application development platform. You are using LINQ to SQL. You write the following
code segment:
public class Customer
{
public string Custid;
public string Name;
}
You want to designate the Customer class as an entity class that is associated with a database
table. Which of the following actions will you perform to accomplish the task?
Which of the following actions will you take to accomplish the task?
You work as a Web developer in PassGuide.com. The company uses Microsoft .NET Framework
4. You want to designate a method as representing a stored procedure in LINQ to SQL attributebased mapping. Which of the following actions will you take to accomplish the task?
What could be the reason for this exception?
You work as a Web Developer in PassGuide.com. The company uses Microsoft .NET Framework
4 as its application development platform. You write a query that uses Include() method. However,
an ArgumentException is thrown by this method. What could be the reason for this exception?
Which of the following Entity Data Model Tools will you use to generate a conceptual model from an existing da
You work as an Application Developer in PassGuide.com. The company uses Microsoft .NET
Framework 4. Which of the following Entity Data Model Tools will you use to generate a
conceptual model from an existing database?
Which of the following properties are conceptual model properties defined in the .edmx file?
You work as a Web Developer in PassGuide.com. The company uses Microsoft .NET Framework
4 as its application development platform. You generate an .edmx file using the Entity Data Model
Wizard.
Which of the following properties are conceptual model properties defined in the .edmx file? Each
correct answer represents a complete solution. Choose all that apply.
Which of the following actions you can take to accomplish the task?
You work as Web Developer in PassGuide.com. The company uses Microsoft .NET Framework 4
as its application development platform. You are using plain old CLR objects and you want to
enable lazy loading. Which of the following actions you can take to accomplish the task?
Each correct answer represents a complete solution. Choose two.
Which of the following are the properties of .edmx file?
You work as a Web Developer in PassGuide.com. The company uses Microsoft .NET Framework
4. You generate an .edmx file using Entity Data Model Wizard. Which of the following are the
properties of .edmx file?
Each correct answer represents a complete solution. Choose all that apply.
Which of the following classes will you use to accomplish the task?
You work as a Web developer in PassGuide.com. The company uses Microsoft .NET Framework
4. You are required to create a connection string for your application. Moreover, you want to
programmatically construct parameters in the connection string. Which of the following classes will
you use to accomplish the task?