Hi Pranjal.
When you create a project in mvc you will get the following folder structure, where you can place your class files, views(.cshtml pages),js files and css files so on.
The solution creates folders like Model,Controller and Views
Model folder we can place the class contains properties required and database logic class files.
Controller is also a class file with controllername.cs which contains public action methods.
Every action method can have its own view(.cshtml page).
Views folder contains all the cshtml pages which contains the design part(UI)
Just click on new project select MVC template by default the structure is created you can easily learn by doing few examples on mvc which are available in the internet.
Sridhar Thota.
Editor: DNS Forum.