Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

Possible Duplicate:
What do you need to learn to become professional ASP.NET programmer?
Should I be a professional in C# programming in order to build good web applications using ASP.NET?

My goal is to become a professional ASP.NET deveoper (meaning that I just want to build web applications). I do not care about windows and mobile application, only for web. My question, is there specific topics that I should learn in C# and leave some others that I do not need in ASP.NET?

  • Please tell me in case of ASP.NET web forms and ASP.NET MVC.
share|improve this question
I don't think this is a duplicate. This question specifically asks about which areas of C# are useful for ASP.NET. – Anna Lear Jan 14 '12 at 1:34
1  
@AnnaLear : This one indeed fits better. Anyway the three of them are not really questions as defined here and end up with the same generic answer "Learn everything about C#" IMHO. – Matthieu Jan 14 '12 at 2:07

marked as duplicate by Matthieu, Anna Lear Jan 14 '12 at 2:21

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

As far as the C# language goes (I'm not talking about the .Net framework), there isn't much difference apart from the obvious: the way C# integrates with ASP.NET vs. WinFroms or WPF.

One thing that you might not see that often in ASP.NET are events, but there's no reason not to know about them.

So, if you want to be a good ASP.NET developer, I think you should learn every part of C#.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.