Internet Cross Logo
Internet Cross your one stop web tutorial website
Your Ad Here

Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition (Beginning from Novice to Professional)

List Price: $49.99
Our Price: $15.33
Your Save:$ 34.66 ( 69% )
Availability: Usually ships in 24 hours
Manufacturer: Apress Average Customer Rating: Average rating of 4.0/5Average rating of 4.0/5Average rating of 4.0/5Average rating of 4.0/5Average rating of 4.0/5

Buy it now at Amazon.com!

Back to previous page




Beginning ASP.NET 3.5 in VB 2008: From Novice to Professional, Second Edition (Beginning from Novice to Professional)


Binding: Paperback
Dewey Decimal Number: 005
EAN: 9781590598924
ISBN: 159059892X
Label: Apress
Manufacturer: Apress
Number Of Items: 1
Number Of Pages: 956
Publication Date: 2007-11-12
Publisher: Apress
Studio: Apress

Related Items

Spotlight customer reviews:

Customer Rating: Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5
Summary: Good book for starters
Comment: Overall I found this book well written and easy to follow and understand. My main complaint is that it doesn't go into enough detail in some areas, especially the gridview and formview controls. What I would like to see is more content on customizing these controls. The book covers the built- in properties pretty well, but could spend more time explaining how to work with the templates. It also lacks detailed information on modifying these controls dynamically with code and relies mostly on setting the properties available in the designer. I still rate this book highly because it gives a good explaination on ADO.net, caching, application state, and security.

Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: Great reference for ASP.NET 3.5
Comment: Very thorough and easy to understand presentation of ASP.NET 3.5. I would recommend this book to beginners as well as those who already use ASP.NET and would like information about some of the differences between versions.

Customer Rating: Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5Average rating of 4/5
Summary: A MUST have!
Comment: I'm a database developer that dabbles in application development. I've worked with every version of Visual Basic released by Microsoft, every version of "Classic" ASP, and ASP.NET 1.0/1.1 (Sorry, no .NET 2.0).

I needed a book that would give me the basics of ASP.NET 3.5 using VB so that I could get up to speed for a new project. This book was perfect!

Too many other books have either completely abandoned VB and are now strictly for C# developers, or, give lip service to Visual Basic and "offer" to let you download VB examples from their website. Not much help to those of us that aren't C# gurus. (Ever try converting C pointer reference syntax to something comparable in VB? Not so much...)

This book starts with a short history of .NET, gives you a couple chapters of VB.NET basics (syntax/control structures/classes/objects/etc.), and then jumps into building web pages. I used (FREE) Visual Web EXPRESS 2008 as my platform and never missed an example in the book.

I spent about an hour or two a day mulling over the different chapters and within a week or so was pumping out web pages filled with bound and unbound data from a MS SQL 2005 database.

While this isn't a monkey-see-monkey-do (step-by-step) book, it is full of code snippets and detailed explanations of how things work. If you need, you can always download the full source code for all the examples and then step through the code using the debug feature of VW 2008 Express.

Considering the very limited number of Visual Basic books on ASP.NET 3.5, this book is a MUST HAVE for anyone/everyone looking to move up from previous versions of .NET (And a good starting point for .NET newbies). It is a fixture in my cube for use as a quick reference to answer the too often question of "How did I do that before..."

The only reason I didn't give it fives stars was because it's coverage of Ajax was so sparse (one quick/short chapter). But, considering that Ajax is a language/architecture in itself, it really wouldn't be fair to expect too much coverage in a "Beginner's" book.



Customer Rating: Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5Average rating of 5/5
Summary: Great book on ASP.NET
Comment: I have to say this is one of the first technical books that I actually enjoyed reading. It provides a more solid understanding of what ASP.NET is and what it encompasses for someone who has learned it on the job but never really took a class on it.

It's well written and I learned some cool stuff. The sections that stuck out to me were the first chapter on what exactly the .NET Framework is, the section detailing the page life cycle and the chapter on ASP.NET AJAX. Great job Matthew.

Customer Rating: Average rating of 1/5Average rating of 1/5Average rating of 1/5Average rating of 1/5Average rating of 1/5
Summary: THIS BOOK IS A COMPLETE AND DELIBERATE SCAM
Comment: THIS BOOK IS A COMPLETE SCAM! It should have been called Beginning ASP.NET 2.0 with VB 2005 (NOT ASP.NET 3.5 with VB 2008). Why? because there is no 3.5/2008 specific content in this book what-so-ever! I could not believe this while i was reading.

He spends a chapter discussing the VB language and syntax, non of which contain the new language features or changes in the VB language, all examples will work in VB 2005 without issue. In fact, there is not even a mention of LINQ, which is the most important part of the new VB 2008 (VB9) language. In fact, he goes further by giving us chapters and chapters on accessing data using outdated data access methods and SQL statements, non of which is necesssary anymore thanks to LINQ (WHICH HE MENTIONS NOTHING ABOUT).

It talks about the old, outdated controls of ASP.NET 2.0 which are no longer used or necessary due to the newer and much better controls available in asp.net 3.5 (in which he mentions NOTHING about).

I still can't believe apress would allow something like this to go through. This really is a book about ASP.NET 2.0 and VB 2005 ONLY. There really is nothing (NOTHING, not even one bit) of anything related to exclusive ASP.NET 3.5 or VB 2008 features and content!!!!

What a damn disappointment, when you are reading a book and realize you've practically read the exact same book 3 years ago and there is nothing new in it!

Thankfully I didn't buy it and downloaded a copy off the internet to review it before buying it.

THIS IS A COMPLETE SCAM, DO NOT BUY IT.


 

Editorial Reviews:

The most up-to-date and comprehensive introductory ASP.NET book you'll find on any shelf, Beginning ASP.NET 3.5 in VB 2008 guides you through Microsoft's latest technology for building dynamic web sites. This book will enable you to build dynamic web pages on the fly, and it assumes only the most basic knowledge of VB 2008. The book provides exhaustive coverage of ASP.NET, guiding you from your first steps right up to the most advanced techniques, such as querying databases from within a web page and tuning your site for optimal performance. Within these pages, you'll find tips for "best practices" and comprehensive discussions of key database and XML principles you need to know in order to be effective with ASP.NET. The book also emphasizes the invaluable coding techniques of object orientation and code behind, which will start you off on the track to building real-world web sites right from the beginningrather than just faking it with simplified coding practices. By the time you've finished the book, you will have mastered the core techniques and have all the knowledge you need to begin work as a professional ASP.NET developer.


Buy it now at Amazon.com!