Reputation: 1687
I am used to working on C# .NET windows applications. I am interested in starting with web applications. Can you suggest some good ebooks or references for C# ASP.net to begin with for a guy like me who is comfortable with windows applications?
Upvotes: 2
Views: 250
Reputation: 29427
ASP.NET: A Beginner's Guide by David Mercer
I would start learning ASP.NET MVC anyway! ;)
Upvotes: 0
Reputation: 5393
I used this.
Pro ASP.NET 4 in C# 2010, Fourth Edition http://apress.com/book/view/1430225297
(actually I used a previous edition for ASP.NET 2, but the principle stands)
I still use it now for reference purposes.
Upvotes: 0
Reputation: 977
I would check out the below:
By the way, you may have noticed a lot of discussion about ASP.Net MVC?
If not, check out this link for more information:
Since WebForms has been intentionally designed to allow developers transition from a WinForm/Desktop paradigm easily you may find this option a little more familiar!
Upvotes: 1