Hi MVC3 / or Visual Studio 2015 does not allow you to select a "Strongly typed view", instead, the following steps must be performed to implement strongly typed views.
Create your project before starting the following steps to get the model in the list, to choose it as much.
- Right-click the controller to create the view.

- By default, you will see the following screen

- Change template settings: Empty (no model) to Empty, as shown below

- This will allow you to select the "Strongly printed" view.

- When the View is created, it will look like this

Let me know in case of any queries.
source share