I am making an on line program with dogPedigrees and I am trying to implement inbreed

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gudni1
    New Member
    • Oct 2013
    • 1

    I am making an on line program with dogPedigrees and I am trying to implement inbreed

    The program is written in Visual Studio 2012 and I am using Entity Framework Code First. The only thing I need to find out how to implement to be able to calculate the inbreeding level.
    I know how the inbreeding formula looks like but I do not know how to transfer it into the program.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    The calculation for the level of inbreeding is "business logic" that your application needs to apply to data.

    You need to return to your client and ask questions that will help you to come up with the logic required to calculate the level of inbreeding (if this is a project for school, your client is your teacher). Once you have this logic defined you will need to apply it to your existing application design. Once all of this is finished you can implement the necessary code to make it work.

    -Frinny
    Last edited by Frinavale; Oct 25 '13, 03:01 PM.

    Comment

    Working...