Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript AJAX Basics (retiring) Programming AJAX Introducing JSON

Aaron Selonke
Aaron Selonke
10,323 Points

What about C# for backend?

Dave already mentions several times that the back-end or server-side programming will handle the AJAX requests made the the server. Each time mentioned he lists that the server-side code will be written in 'PHP, Ruby, or Python.'
What about C#? Can C# handle the server side of AJAX requests as well as the languages that he mentions?

2 Answers

Steven Parker
Steven Parker
229,771 Points

Servers written in C# can indeed handle AJAX as well as all other types of requests.

The languages PHP, Ruby, and Python probably get special mention because they have all enjoyed rapid escalation in popularity recently, particularly for rapid development of small to medium size systems.

It also could just be that when the video was produced, those three were the server languages taught by Treehouse. Courses in C# are a recent addition.

HIDAYATULLAH ARGHANDABI
HIDAYATULLAH ARGHANDABI
21,058 Points

Due to C# is a microsoft language has a strong R and D support to it is updated every time. For backend work more javaScript is used but for data modeling C# MVC pattern is much amazing, let me mention it is not about the language it is about get to the aim.