locked
Visual studios 2017 and web form tutorials. RRS feed

  • Question

  • User-751864415 posted

    I'm trying to do the wingtoys tutorial in 2017, but i cant see where to make  "models" appear in the solutions explorer.

    Wednesday, July 19, 2017 3:27 PM

All replies

  • User-1509636757 posted

    If you are referring to this tutorial: https://code.msdn.microsoft.com/Getting-Started-with-221c01f5

    then, please refer to Solution Explorer; there a Models folder where all model/entities classes exists.

    Also, the example tutorial code is using Code First approach for Entity Framework, and you can find the database in App_Data folder.

    Thursday, July 20, 2017 4:42 AM