You have entity classes from your conceptual model, but you can't add a custom method to one of the classes. Which would be the best approach to adding this method?

 Posted by Rajkatie on 8/2/2012 | Category: ADO.NET Interview questions | Views: 3489 | Points: 40
Select from following answers:
  1. Create a T4 text template and the method.
  2. Add a new partial class to your project and add the method to this class.
  3. Open the created entity class and add the method.
  4. All Above

Show Correct Answer


Source: Microsoft training kit exam | | Alert Moderator 

Comments or Responses

Login to post response