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#

New Lesson

I finished C# basics, and I think I am really starting to like the language. I am waiting for the Objects and Classes lesson to come out. Which I think was suppose to come out a month ago. Does anyone know the exact for this lesson, or loves the C# language.

Also, how can you build an app using C#

1 Answer

Steven Parker
Steven Parker
229,670 Points

Clearly, the C# Objects course has been delayed (again). But hopefully not for much longer.

You built an app in the course you already took, right? Or when you say "how can you build an app", perhaps you mean "how can you build a mobile platform app..."?

Though the courses teach language skills that will be generally useful, when creating software for a particular target platform, you'll need a bit of extra knowledge unique to that platform. There are platform-specific courses here also, but the platforms usually have a specific language most development is done on.

While C# is heavily used in servers, it hasn't been the major development language of mobile platforms. However, there is a cross-platform development software package called Xamarin which is gaining popularity. It's a commercial ($$) product that allows you to develop for multiple mobile platforms using C#.