79685849

Date: 2025-07-01 09:49:01
Score: 1
Natty:
Report link

Follow below steps.

  1. Open Visual Studio 2022.

  2. Click Create a new project.

  3. Search for ASP.NET Core Empty.

  4. Select the ASP.NET Core Empty template and click Next.

  5. Choose .NET 8.0 as the target framework.

  6. Click Create.

This template will give you the setup with just the Program.cs and Startup.cs , and no Razor Pages or MVC.

enter image description here

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Optidev