vote up 0 vote down star

Duplicate:


I am planing to get my hands on asp.net. In my work I deal primary with databases but I would like to stay in touch with programming as well.

I do not have any particular project in mind so I thought that a book which would guide me through all the steps of developing an ASP.NET solution would be a good way to get me started.

After some search I found a book called ASP.NET 2.0 Website Programming: Problem - Design - Solution which claims:

Unlike many other ASP.NET books that show examples for individual pages or features, the example in this book is an integrated end-to-end site (written in C#). The entire book and site has been written specifically for ASP.NET 2.0, to use the ASP.NET 2.0 features wherever they make sense.

Additionally the source code of the final application called TheBeerHouse is available in CodePlex

Would you have any comments related to this choice? Are there any other better alternatives (books, blogs)

My aim is to learn ASP.NET 2.0, and doing so by creating a functioning product. I want to focus on .net2.0 at the moment so no LINQ, MVC etc.

As I do not have that much of spare time and as it will be my first contact with the web development I would need a book that would provide all the guidelines. For the same reason coming out with my own idea for the website is not an option.

EDIT

I understand that I need to learn vb/c# I said asp.net because I want to focus on web development as opposed to windows development. The question primary focus is on recommendations for hands on guided example of building a web applications with the asp.net

flag

78% accept rate
Your question is a duplicate. First off, to 'learn' ASP.NET, you have to know either C# or VB. So you have to learn that first. ASP.NET is more of a development platform (ASP.NET does have its own aspects to learn, but that's tangential to knowing C#. – George Stocker Jan 20 at 13:31
Maybe I ma wrong by from the SO faq: "However, as long as you've looked, if you end up asking a question that has been asked before, that is OK and deliberately allowed." If you think my question is a duplicate please post a link to the original question, perhaps I overlooked something – padn Jan 20 at 14:37
I undersatnd that I need to learn vb or c# I said asp.net because I want to focus on web development as opposed to windows development. I did some research before posting the question. The question primary focus is on recommendations for hands on guided example of building a website with the asp.net – padn Jan 20 at 14:40
added duplicates. – George Stocker Jan 20 at 18:26

2 Answers

vote up 1 vote down

I recommend to start by watching videos and screencasts at www.asp.net then by reading good books. Here is my list of recently published books which I recommend:

http://www.riaguy.com/books/

Also I would start learning ASP.NET MVC instead of classic ASP.NET - www.asp.net/mvc/

link|flag
vote up 2 vote down

I'd recommend to have a look at ASP.NET official site. There you would find many resources, like video tutorials and starter kit web sites. Also a list of books about ASP.

link|flag
I knew the site but somehow I overlooked the "starter kit web sites" section. TheBeerHouse is actually listed there as well (sorry cannot vote yet) – padn Jan 20 at 12:25

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.