I want to bind gender table from database in MVC code first
I have create one MVC project with code first approach. And in my model , table name is Student. And property is Id,Name , Address.
And I want to crate one more table like Gender (with drop down list) that is bind from data base. How to do