tags:

views:

247

answers:

9

What is the best book for ASP.net? i need best book with easy understanding of ASP.net ,is anybody help for me?.........

+1  A: 

ASp.NET 3.5 Professional by Wrox publication

Devi
+6  A: 

Pro ASP.NET 3.5 in C# 2008, Second Edition

Giorgi
+1  A: 

you can find a lot of matterial, even ASP.NET video tutorials here

CoffeeCode
+1  A: 

try this book it help me alot when i started learning web development "asp.net"

Microsoft .NET Framework 2.0 Web-Based Client

peacmaker
+2  A: 

It's not for ultra-beginners, but you might enjoy my book:

Ultra-Fast ASP.NET: Build Ultra-Fast and Ultra-Scalable web site using ASP.NET and SQL Server

In addition to providing performance-oriented tips and tricks, I also explain how ASP.NET really works (from a practical perspective), and how the various pieces of a .NET-based architecture fit together.

That includes how browsers process and load a page, Silverlight, IIS, http.sys, caching at all tiers, Windows System Resource Manager (WSRM), managing ViewState, Sessions, the IIS and ASP.NET life cycles, thread management, async requests, SQL Server, Resource Governor, Analysis Services, infrastructure, operations, etc. I don't just regurgitate MSDN as many books seem to.

RickNZ
+1 I got my copy 3 weeks back. I haven't read it thoroughly. Still my first impression is, book good for best practicess. And to recognise one's malpracticess in ASP.net development.
Saar
A: 

http://msdn.microsoft.com.

Have a concept in mind and work on that concept. Be strict by mind to complete everything on time. This will only help you to learn ASP.Net

Wrox series is also useful. Apress also have a good collection. Use pdfchm.com to browse for titles.

All the best...!!

Mital R
A: 

If you're new to ASP.NET today, it probably makes sense to start with MVC from the beginning. It is still built on top of ASP.NET and promotes better coding principles than the traditional webform approach.

So, if you're interested in starting with MVC, try Pro ASP.NET MVC Framework by Steve Sanderson. See the great comments about the book on this thread as well: http://stackoverflow.com/questions/240905/best-asp-net-mvc-book

Pro ASP.NET MVC Framework

Chris Melinn