How do I choose a ASP.NET Core Web Application Template from new project for my google earth like app using azure maps

Luke Ferguson 41 Reputation points
2024-06-07T15:10:41.27+00:00

How do I choose a ASP.NET Core Web Application Template from new project for my google earth like app using azure maps

Screenshot (49)

Screenshot (50)

Screenshot (51)

Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
651 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,792 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Michael Taylor 50,586 Reputation points
    2024-06-07T16:14:47.5866667+00:00

    You can filter on Web. Alternatively just type in ASP.NET in the search box and it'll show you all the available templates.

    enter image description here

    For ASP.NET Core apps you just need to decide what type of app you want (API, razor pages, MVC, etc). Also make sure the template has ASP.NET Core and not just ASP.NET in the name.

    Note I'm assuming you actually have the ASP.NET workload installed as part of your VS install. If you didn't then you'll need to run the installer and add the workload first.

    0 comments No comments