I'm learning some basic stuffs in razor. I'm a little confused about the extension file: views and partial views seem to share the same extension cshtml. I thought that was a mistake on my behalf, but I've re-checked the checkbox, I get the same extension for both types of files.
Besides, with webform view engine, it's easier to locate views by their colors or/and extensions (View are white-.aspx, Partial are yellow-.ascx, Master are white/blue-.master)
If that's the way it has to be now, why would views and partial views share the same extension? Is there any reason they made them all have the same extension?
Thanks for helping