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

General Discussion

hamza shaikh
hamza shaikh
5,875 Points

what is .net developer

ok i heard somewhere saying .net developer and i was wondering what it is and what kind of lang it is front-end or back end or what other lang are like this to get an idea. like is ruby is same as .net? a brief definition and how to learn it will be appriciated

1 Answer

.net is the Microsoft development environment and it supports several different languages. C# is the primary language in the .net world and is very similar to Java. There is also a .net framework for web sites and web applications called ASP.NET. Microsoft's MSDN site is a good place to find info about .net and there are some tutorial sites out there as well.

MS just announced they will be moving to an open source model for .net, so you can actually get the new dev tools (Visual Studio) for free now.