Creating a New ASP.NET Core Empty Project

Creating a New ASP.NET Core Empty Project

  • Open Visual Studio Community:
    • Launch Visual Studio
  • Create a New Project:
    • Click on Create a new project.
  • Select Project Template:
    • In the search box, type “ASP.NET Core Empty”.
    • Select ASP.NET Core Empty and click Next.
  • Configure Your New Project:
    • Enter the project name (e.g., “MyFirstWebApp”).Choose a location to save your project.
    • Click Next.
  • Additional Information:
    • Ensure .NET 8.0 (or the latest version) is selected.Uncheck Configure for HTTPS.Uncheck Enable Docker.
    • Click Create.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply