Pro ASP.NET 1.1 in VB.NET: From Professional to Expert

Pro ASP.NET 1.1 in VB.NET: From Professional to Expert
Authors
Laurence Moroney, Matthew MacDonald
ISBN
1590593529
Published
25 Apr 2005
Purchase online
amazon.com

Pro ASP.NET 1.1 in VB.NET aims to be the definite reference for working developers in the field. Its compendium format covers every topic you are likely to come across in your day-to-day work, from handling data through to configuration and deployment.

Page 2 of 2
  1. Editorial Reviews
  2. Customer Reviews

Customer Reviews

W Boudville said
In pre-dot NET, ASP was a clever way to make dynamic web pages on a Microsoft web server. This book shows that under .NET, ASP has built on and extended that idea. As for instance, being able to do state management. A powerful idea that can be vital in building a complex web application and minimising the coding and debugging time.

The book also covers XML usage. You can integrate this deeply into your application. Plus, XML is the basis of Web Services. The entire last section of the book (3 chapters) is devoted to this.

On a forward looking note, Web Services offer exciting future innovations that can span many machines run by different companies. ASP is explained in the context of furnishing and using these Web Services. You also get an explanation of Web Service Description Language. The only failing of the book is that in going over WSDL, it omits to mention Business Process Execution Language. This has been out for over a year. It is far more expressive than WSDL in providing a declarative format for an aggregation of Web Services. Surely ASP can use BPEL?

Jack D. Herrington said
I'm impressed by this book. It's tome sized, which I normally don't like. But it covers the fundamentals effectively with well written text and effective use of graphics. Data binding, XML, ADO.NET, authorization, security, custom controls and more are covered.

I recommend this book for anyone looking to use VB.NET for dynamic web application work.

You might also like...

Comments

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debuggers don't remove bugs. They only show them in slow motion.”