views:

212

answers:

7

One friend of mine is beginner programmer and he is trying to learn classic ASP.NET. I want to recommend him some small open source application to study. I don't want to confuse him with advanced topics or mislead him with wild approaches. What application should I recommend to him?


Edit: I clearly failed to ask this question. I am not looking for beginner tutorial or set of examples. I am looking for real life application which helps him make better pictures how all samples he already look at works together.

A: 

You could show him the starting pages from MS:

http://www.asp.net/(S(il1c10q03wmehr454jhf3hmr))/get-started/

Doc Snuggles
please take a look at comment I made at Shoban answer.
Jakub Šturc
A: 

Why not hundreds of pages of tutorials and dozens of hours of video to help you learn ASP.NET for the beginner?

Shoban
yes yes, he know this. but he want to get a bigger picture not only sample codes.
Jakub Šturc
+1  A: 

Here are some ASP .NET Open Source projects.

http://wiki.asp.net/page.aspx/388/aspnet-open-source-projects/

Phaedrus
A: 

For the first time ASP.NET encounter: click here

backslash17
+2  A: 

This article takes you through the basics including creating a super simple app http://www.codeproject.com/KB/aspnet/aspnetintro.aspx

There are lots of started kits at http://www.asp.net/community/projects/ which are good as well.

carok
+1 for Starter Kits.
Jakub Šturc
Very good starting tutorial! Can't be more clear.
backslash17
A: 

Another good resource for complete beginners is:

Web Development For Beginners on MSDN

Followed by:

Web Development with ASP.NET on Microsoft Learning, part of the excellent My Ramp Up series.

Zhaph - Ben Duguid
A: 

I found the little examples from w3schools great when I started :)

http://www.w3schools.com/aspnet/aspnet%5Fexamples.asp

Keith K