Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
Not sure if this is the right forum to raise my questions. However need to know where to start if I want to learn Dot net. To give you a little background, i worked as a dot net developer from 2005 to 2007. worked on framework 1.1 mainly and a little bit on framework 2.0
Now after so many years i am getting an opportunity to run a project in dot net (not sure which framework but definitly later than 2.0) and want to know where should i start if I wnat to learn dot net framework and asp.net. Please advise.
Posted
Comments
Prasad Khandekar 1-Jul-13 9:01am    
In my opinion MSDN is the best place to start with.
Sergey Alexandrovich Kryukov 1-Jul-13 9:07am    
Why do you think that telling you where to start should help you?
—SA
AkhilaPC 1-Jul-13 9:51am    
:) I feel lost at this point. there is tremendous change in the framework and asp.net. WHen I searched on net there were thousands of posts and I got confused which one should I start reading. so to be specific, shall I read basics of framework 2.0 or shall i directly start reading abt 4/4.5?
Sergey Alexandrovich Kryukov 1-Jul-13 11:17am    
You can start with 4 or 4.5, why not? If you knew 2.0 well, it would pay off reading some "What's new?" sections on each version (you still can do it), but your question suggests you don't, so skip 2.0, not a big deal. I would say, 2.0 is actually the first really decent .NET, and the biggest progress was done at v.3.5: anonymous methods, lambda, auto-implemented properties, type inference; on the library side, perhaps most notable is WPF...
—SA
AkhilaPC 2-Jul-13 5:40am    
Thank you for your reply. I have started reading MSDN. going through the new features in newer versions.

1 solution

As with very many things, it does not matter where you start, but your hard work and thinking do matter. Don't be afraid to do hard work.

First of all, don't start with complex applications and using and playing with someone else's code, especially if you don't clearly understand what it does. You should rather understand each line of what you are writing and write everything by yourself, especially at first. This advice looks too trivial, but it's based on the most usual mistakes of the beginners.

—SA
 
Share this answer
 
Comments
Espen Harlinn 2-Jul-13 10:43am    
Fair advice :-D
Sergey Alexandrovich Kryukov 2-Jul-13 11:32am    
Thank you, Espen.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900