Question: When you add custom code to a generated entity class, why should you store that custom code in a partial class thats in a different

When you add custom code to a generated entity class, why should you store that custom code in a partial class thats in a different file than the generated entity class?Group of answer choicesSo your custom code isnt lost if you regenerate the entity classesTo be able to use the same class name for all related codeBecause it reduces the number of files in your projectTo provide for unit testing

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!