S
Sean Dockery
When I create a new Web Application project, Visual Studio creates a web
application project with a Default page. The Default page is associated to a
class named _Default. If I delete the Default page and create a new page
named Default, the code behind class is named Default (instead of _Default).
Why does Visual Studio both naming the class _Default in the first place?
This is something that I have always been curious about.
application project with a Default page. The Default page is associated to a
class named _Default. If I delete the Default page and create a new page
named Default, the code behind class is named Default (instead of _Default).
Why does Visual Studio both naming the class _Default in the first place?
This is something that I have always been curious about.