Using Entity Framework and the Tutorial example in my previous tutorials, this is a how-to. A common need is to limit the user input to a property to a fixed list. Domain logic and options are encapsulated in the Model and this demonstrates a good method to change the text box to a select list.