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

C#

im doing the c# course in treehouse but i want to build a xamarin app will the course help me create the app

thank you

Luc de Brouwer
seal-mask
.a{fill-rule:evenodd;}techdegree
Luc de Brouwer
Full Stack JavaScript Techdegree Student 17,939 Points

Hey crystal,

the C# course will learn you the syntax of the programming language, not how to implement it into Xamarin. You could follow the Xamarin development course, however, this does not include cross-platform apps.

1 Answer

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,860 Points

Hi there,

Xamarin is a cross-platform IDE that uses C# code. So, it's not really "building an app" with Xamarin, as Xamarin is not a programming language. This would be like saying you made an app with Xcode, when really it was Swift (or Objective-C) that you built the app with, you just use the IDE to compile the code.

With Xamarin, you will only be using C# to build an app, so learning C# will not only help you build the app, it's pretty much essential to building the app. Learning how to use the IDE would just be a 'byproduct' of learning how to code C#.

I hope that clears it up for you.

Keep Coding! :) :dizzy: