Click here to Skip to main content
15,889,216 members
Please Sign up or sign in to vote.
2.38/5 (3 votes)
Hi,

I am a windows application developer. I am very eager to study the web development. I have little knowledge in traditional asp.net development (code behind method). And I have heard about innovative development architecture MVC. Anybody please suggest me that how should I start learning in web development. Should I start from traditional development pattern and need to acquire the basic knowledge in traditional ASP.NET application pattern ?
Kindly direct me to choose a better way. Hope your valuable comments and suggestions from your experience.

Thanks & Best Regards
Monish K Mohan
Software Engineer
Posted
Updated 21-Jul-14 9:14am
v2
Comments
Sergey Alexandrovich Kryukov 21-Jul-14 13:33pm    
I guess you still need to learn how to learn everything in general, otherwise our answers on this particular question won't help you. It looks like your learning experience may be not yet adequate to the position of "Software Engineer".

Now, what is "classic development system"? At least don't waste time on "classic ASP", learn ASP.NET. How it could be a problem?

—SA
MONISH K M 22-Jul-14 3:34am    
Thanks for your suggestions

You must start with this[^]...

Happy coding!
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 21-Jul-14 13:40pm    
I hope you will understand me: Even though your reference is adequate, I decided to vote one base on just one "bad word" in your answer; and this word is "must". You could not possible go as wrong as that with anything else. In my answer, I tried to explain some background of that...
—SA
Christian Amado 21-Jul-14 13:50pm    
His question is "How should I start learning in asp.net?". I give him the best site to get started with the technology.
Sergey Alexandrovich Kryukov 21-Jul-14 15:17pm    
I knew that; it wasn't my point... :-)
—SA
MONISH K M 22-Jul-14 3:26am    
Thanks for your suggestions
You can start here:
http://www.asp.net[^],
http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller[^],
http://www.asp.net/mvc[^].

The question makes very little sense though. Please see my comment to the answer. You can ask some particular advice, but asking for a "way" makes no sense. You always need to define your way by yourself, based on your unique combination of background, skills, even your personal taste developed by the present moment of time.

If you do something different from that, your general learning skills need a fix; and this forum is not a suitable place to advice on them; rather, it comes with experience, the habit of deeper thinking and imposing serious requirements on your own work and learning.

—SA
 
Share this answer
 
Comments
Christian Amado 21-Jul-14 15:37pm    
+5!
Sergey Alexandrovich Kryukov 21-Jul-14 19:11pm    
Thank you very much, Christian.
—SA
In my opinion take a small web project like "Library management system"

Define few task --

1. One page to save Book Details (Sr. No., Book Title, Author, Price, Publish date, IsNewBook)- here all data type covered
2. One page to show list of all books.

further Implement search in book list page....... and many more ... book issues and other things...

I learn in the same manner...

as i thinks if you have something in your mind (any task) only then you will come across real problem and you will search/Find logic's/Method to solve these problem.

It is not happens with example.. if you are very young(new) in programming then you can go with example in starting...
 
Share this answer
 
Comments
MONISH K M 22-Jul-14 3:24am    
Thanks for helping

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