I am an absolute beginner at ASP.NET. How can I learn it better?
Currently I am reading ebooks. Can you suggest better ways, or other ways, I can learn ASP.NET?
I am an absolute beginner at ASP.NET. How can I learn it better?
Currently I am reading ebooks. Can you suggest better ways, or other ways, I can learn ASP.NET?
Read book and solve your problem with the knowledge you get from there.
Being in the same position as you but with Struts and Java I found very useful to ask questions on Stackoverflow to the questions I couldn't find any answer in the book.
I would start out at ASP .NET Learning Pages
They have plenty of videos ranging from beginners to more advanced stuff... Great resource... G
I prefer the Apress books. I don't know if they are translated.
ASP.NET: http://www.apress.com/book/view/9781590598931
ASP.NET MVC: http://www.apress.com/book/view/9781430210078
Check out the learning section of the official ASP.NET website:
Also, check out the Murach books:
I would say Beginning ASP.NET 3.5: In C# and VB would be a good read and after that Professional ASP.NET 3.5: In C# and VB .. because I actually own both of these books
Keep in mind reading these books will only give you a foundation of what to expect, but you wll only get the full understanding by using asp.net yourself
Read books as the other posters have suggested. This will let you know what you can and can't do (easily). After reading a book then build a website and learn the rest through experience.
Then get a more advanced book and go through the same process. :)
The best way, of course, is to actually build a website in asp.net ...
As everyone else suggested you, I suggest asp.net learning pages, too. But first of all reading a book on topic is a better way I think. Because books are well structured to learn something.
Also take a look at that question if you're also new to .net or web development.
And one more thing, find a project for yourself to improve your skills and to implement what you learn. Develop your own blog, your own wiki, or whatever you like.
practice while you watch http://www.asp.net/learn
There are a plenty of videos for a basic user and you can take it from there..
Forget not to practice!!!
The best way to learn asp.net is by practice. Walk through some tutorials, build some things you like yourself. You might even wanna try to get someone's code and just look through it so you can addept way's off approaching things in asp.net. And if you just google after "asp.net learn" or "asp.net tutorial" like all other users did posting comments before me, you can actually find alot of info.
GL,
Younes
I recommend this book, I reading it right now and it's well categorized from the beginner level to advanced
,try to watch videos on ASP.NET/Learn is simple and useful, and try to watch TechEd and MIX videos to keep yourself updated what new in the technology.