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#

Help me

What we can build using c# language.

4 Answers

Steven Parker
Steven Parker
229,732 Points

You would typically build web-based applications with C#.

You can also build desktop applications but it's more commonly used for the web. And you can create web sites to do nearly anything: blogging, shopping, social connections/dating, interactive games, coupon collecting, real estate listings, live auctions, just to name a few.

But perhaps the most exciting use you might put C# to is building something totally new, that no one has ever seen before. It's up to your imagination.

Lucas Ferrero
Lucas Ferrero
4,311 Points

Nowdays you can create severals things such games, web applications , desktop application and mobile apps to say a few.

We use it our work environment, pretty much the only thing it's not good for is directly interfacing with hardware. It's fast, efficient, easy to develop in. Some of the language features such as Linq are great.