About 19,200 results
Open links in new tab
  1. Create an ASP.NET Core app with Angular - Visual Studio (Windows)

    Dec 18, 2025 · In this article, you learn how to build an ASP.NET Core project to act as an API backend and an Angular project to act as the UI. Visual Studio includes ASP.NET Core Single …

  2. Use Angular with ASP.NET Core | Microsoft Learn

    Jul 15, 2025 · Learn how to get started with the ASP.NET Core Single Page Application (SPA) project template for Angular and the Angular CLI.

  3. Angular single-page application using MSAL Angular to …

    Jan 22, 2025 · This sample demonstrates an Angular single-page application (SPA) that lets users sign-in with Microsoft Entra External ID using the Microsoft Authentication Library for …

  4. Overview of Single Page Apps (SPAs) in ASP.NET Core

    Templates for both JavaScript & TypeScript (only TypeScript for Angular). Rich JavaScript and TypeScript code editing experience. Integrate JavaScript build tools with the .NET build. npm …

  5. Prevent Cross-Site Request Forgery (XSRF/CSRF) attacks in …

    Dec 16, 2025 · AngularJS uses a convention to address CSRF. If the server sends a cookie with the name XSRF-TOKEN, the AngularJS $http service adds the cookie value to a header when …

  6. How to Run API and setup API calls on a "Angular and ASP.Net …

    Jan 26, 2024 · With reference to this article: Create an ASP.NET Core app with Angular in Visual Studio, after creating an Angular application using the "Angular and ASP.Net Core" and select …

  7. How to use Identity to secure a Web API backend for SPAs

    Dec 7, 2025 · This article shows how to use Identity to secure a Web API backend for SPAs such as Angular, React, and Vue apps. The same backend APIs can be used to secure Blazor …

  8. Tutorial: Prepare an Angular single-page app (SPA) for …

    Apr 8, 2025 · This tutorial is the first part of a series that demonstrates building an Angular single-page application (SPA), adding authentication and extracting user data using Microsoft identity …

  9. Deploy an Angular app on Azure Static Web Apps

    Jul 24, 2024 · In this article, you learn to deploy an Angular application to Azure Static Web Apps using the Azure portal.

  10. Configure authentication in a sample Angular SPA by using Azure …

    Learn how to configure authentication in an Angular SPA using Azure AD B2C. Securely sign in users and call a protected web API with MSAL Angular.