Title: Integrating C# program with wordpress site
Last modified: December 29, 2020

---

# Integrating C# program with wordpress site

 *  [Psn](https://wordpress.org/support/users/poisonsamurai/)
 * (@poisonsamurai)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/integrating-c-program-with-wordpress-site/)
 * I created a C# application that takes in a few fields of info from a user, does
   some complex analysis, and returns a result to the user. I want to integrate 
   this into a wordpress page, but I’m having trouble figuring out how. I can provide
   more information if necessary.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [a2hostingrj](https://wordpress.org/support/users/a2hostingrj/)
 * (@a2hostingrj)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/integrating-c-program-with-wordpress-site/#post-13842071)
 * > I created a C# application that takes in a few fields of info from a user, 
   > does some complex analysis, and returns a result to the user.
 * How complex is the analysis? Wasn’t it possible to use NinjaForms or Gravity 
   Forms to capture the user info?
 * If you want to still use the C# application, I suggest you to create an API endpoint
   in WordPress:
 * [https://developer.wordpress.org/rest-api/](https://developer.wordpress.org/rest-api/)
 * And make the C# application send the information to that endpoint.
 *  [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * (@rossmitchell)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/integrating-c-program-with-wordpress-site/#post-13843872)
 * Another approach:
    Have your site use forms to capture the user input, use javascript
   to send an AJAX request to the C# app. The C# app responds sending its response
   back, and convenient format. The javascript receives and displays the AJAX response.
 * This way there is no PHP to C# interface, the processes stand independent.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Integrating C# program with wordpress site’ is closed to new replies.

## Tags

 * [integration](https://wordpress.org/support/topic-tag/integration/)

 * In: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
 * 2 replies
 * 3 participants
 * Last reply from: [RossMitchell](https://wordpress.org/support/users/rossmitchell/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/integrating-c-program-with-wordpress-site/#post-13843872)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
