Back to Devexpress

Create a Standalone Web API Application

expressappframework-403401-backend-web-api-service-create-new-application-with-web-api-service.md

latest1.8 KB
Original Source

Create a Standalone Web API Application

  • Dec 11, 2025

This topic contains step-by-step instructions on how to create an application with Web API. For more information on Web API , see the following topic: Backend Web API Service.

  1. Create a new project in Visual Studio. Select DevExpress v25.2 Template Kit and click Next.

  2. Specify the project name and location and click Create.

  3. In the invoked Template Kit window, select XAF and specify the Web API Service integration style in the Blazor / Web API Service Options section:

  4. Customize other options, if necessary: choose the security options for your application, select additional modules, and so on.

  5. Click Create Project

  6. Create endpoints and test the Web API.

See Also

Configure the JWT Authentication for the Web API

Configure the OAuth2 Azure Authentication for the Web API

Consume the DevExpress Backend Web API from JavaScript with Svelte (Part 1. Set Up a New Project)