Skip to content
| Marketplace
Sign in
Visual Studio>Templates>Enterprise Application Development
Enterprise Application Development

Enterprise Application Development

Wilson Gajarla

|
7,716 installs
| (7) | Free
This project type provides everything needed for an enterprise application development. This contains ReactJS with Typescript and Azure AD authentication. Web API with swagger example, exception handling, CORS, Unit Test with Mock framework, Load Test with sample, Complete dep...
Download

This project type provides everything needed for an enterprise application development. This contains ReactJS with Typescript and Azure AD authentication. Web API with swagger example, exception handling, CORS, Unit Test with Mock framework, Load Test with sample, Complete deployment with availability monitoring. Ready to run in local and deploy to prod with single click or integrate with CICD pipeline. Every day we are adding new capabilities. Soon it will be open to contribution with more documentation. Meanwhile please let us know what else you want.

Steps for WebAPI:

  1. Install .net 4.7.1 developer pack if it is not already installed in your machine. https://www.microsoft.com/en-us/download/details.aspx?id=56119
  2. Create Project with this extension. You need to close Visual studio during extension installation.
  3. Select WebApi.Project as startup
  4. Build solution and Run Project
  5. Suffix /swagger to the URL in the browser ex: http://localhost:53986//swagger/ui/index#!/Sample/

Steps for WebSite (ReactJS)

  1. Open WebSite folder in Visual Studio Code
  2. Update Tenant name and ClientID in src\Authentication\adalConfig.tsx file
  3. Run npm install from terminal
  4. Run npm start. It should launch application in browser.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft