What is the use of .cshtml page in .net mvc4 ?
I am very new to MVC 4. Can any one please tell me about the use of .cshtml view page.
Then you should visit http://www.asp.net/mvc/overview/getting-started and read through the basics.
Everything will get explained
Your question is very unspecific.
Please edit your question to answer the following:
In general the view page is used to display a model, but if you didn't know this you should start reading about the Model View Controller pattern. (e.g. http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller but you find thousands of good links)