I'm a new ASP.NET learner, who is familiar with C#.NET windows and console applications. Could you please let me know how I can start learning ASP.NET. Do you know any online available sources that I can follow to reach a reasonable level at ASP.NET? For
instance any tutorial videos I can follow, a PDF file or website by following of which I can reach a reasonable level at ASP.NET?
One good thing to keep in mind when learning ASP.Net after working with winforms, forget everything you know about layout and state management that you learned in winforms. Web application layout relies on HTML which is an entirely different matter, and
http is a stateless protocol so that means you have to do interesting tricks in order to keep data and objects persistant across postbacks of a form.
Don't forget to mark useful responses as Answer if they helped you towards a solution.
One good thing to keep in mind when learning ASP.Net after working with winforms, forget everything you know about layout and state management that you learned in winforms. Web application layout relies on HTML which is an entirely different matter, and
http is a stateless protocol so that means you have to do interesting tricks in order to keep data and objects persistant across postbacks of a form.
Thanks for all of the suggestions!
So knowing C#.NET Windows appliactions does not help learn learn ASP.NET? They are not related that much?
ASP.NET is a framework for building web applications. C# knowledge will help. But most of Windows programming will not help.
There are two variants - WebForms and MVC. WebForms is the classic ASP.NET approach where you put server controls in your page and handle events. MVC is newer and is similar to MVVM / MVP patterns.
newcoder61
Member
15 Points
70 Posts
Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 12:02 AM|LINK
Hi
I'm a new ASP.NET learner, who is familiar with C#.NET windows and console applications. Could you please let me know how I can start learning ASP.NET. Do you know any online available sources that I can follow to reach a reasonable level at ASP.NET? For instance any tutorial videos I can follow, a PDF file or website by following of which I can reach a reasonable level at ASP.NET?
Any help is appreciated :)
Bimalvv
Contributor
2356 Points
478 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 12:42 AM|LINK
Hi,
Try asp.net site
http://www.asp.net/get-started
In this site you can see various items like Web Pages, Web Forms, MVC etc which will give you various tutorials.
http://www.asp.net/web-forms
Bimal
newcoder61
Member
15 Points
70 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 02:59 AM|LINK
Thank you so much for your suggestion :)
Also I appreciate other recommendations as well:)
Ramu Ajay
Member
623 Points
203 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 03:04 AM|LINK
Start learning C# with ASP.NET. It is very very useful for the beginners and in long run toooo.
http://www.headfirstlabs.com/books/hfcsharp/
mahedee
Member
450 Points
116 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 03:17 AM|LINK
You can try with this..
http://www.w3schools.com/aspnet/default.asp
Mahedee
Blog: http://mahedee.blogspot.com
markfitzme
Star
14433 Points
2227 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 03:47 AM|LINK
One good thing to keep in mind when learning ASP.Net after working with winforms, forget everything you know about layout and state management that you learned in winforms. Web application layout relies on HTML which is an entirely different matter, and http is a stateless protocol so that means you have to do interesting tricks in order to keep data and objects persistant across postbacks of a form.
aswin4m
Member
7 Points
30 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 04:09 AM|LINK
hai i am also new to asp.net and i use these books and some online toutorials including msdn
the books are as follows
Professional_C__4_and__NET_4__Wrox_Programmer_to_Programmer_
beginning-asp-net-4-in-csharp-and-vb-mar-2010
MCTS Self-Paced Training Kit (Exam 70-515) - Web Applications Development with Microsoft .NET Framework 4
sites
http://asp-net-example.blogspot.in
http://www.dotnetperls.com
http://www.csharp-station.com/Tutorial.aspx
http://msdn.microsoft.com/en-us/library/4w3ex9c2.aspx#ASPNETWebSitesAndASPNETWebApplicationProjects
csharp asp.net4
pradeep shar...
Contributor
3988 Points
760 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 04:38 AM|LINK
ya , all are goog source or learning
newcoder61
Member
15 Points
70 Posts
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 05:00 AM|LINK
Thanks for all of the suggestions!
So knowing C#.NET Windows appliactions does not help learn learn ASP.NET? They are not related that much?
Thanks
vijayst
All-Star
16558 Points
3216 Posts
Microsoft
Re: Could you please let me know from where I can start learning ASP.NET
Jul 26, 2012 05:10 AM|LINK
ASP.NET is a framework for building web applications. C# knowledge will help. But most of Windows programming will not help.
There are two variants - WebForms and MVC. WebForms is the classic ASP.NET approach where you put server controls in your page and handle events. MVC is newer and is similar to MVVM / MVP patterns.
The hands-on-labs for ASP.NET 4 is useful:
http://msdn.microsoft.com/en-us/gg465291
For introductory videos, please check:
http://www.asp.net/web-forms
http://www.asp.net/mvc
http://liteblog.codeplex.com