--- title: Empty Project Templates --- ## Create Empty .NET 10 Web Apps ::include empty-projects.md:: ## Empty ASP .NET Core and .NET Framework Templates The templates below follow our recommended [physical project layout](/physical-project-structure) where **web** is our recommended empty starting project for Web Apps whilst **selfhost** is an empty project with the minimum dependencies.
| .NET 10.0 | .NET Framework | Empty Project Templates |
|---|---|---|
| web | web-netfx |
Empty Web Template
|