Beginning ASP.NET 4.0 in VB 2010

Beginning ASP.NET 4.0 in VB 2010
Authors
Matthew MacDonald
ISBN
1430226110
Published
03 May 2010
Purchase online
amazon.com

The most up-to-date and comprehensive introductory ASP.NET book you’ll find on any shelf, Beginning ASP.NET 4.0 in VB 2010 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 assumes only the most basic knowledge of Visual Basic.The book provides exhaustive coverage of ASP.

Editorial Reviews

The most up-to-date and comprehensive introductory ASP.NET book you’ll find on any shelf, Beginning ASP.NET 4.0 in VB 2010 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 assumes only the most basic knowledge of Visual Basic.

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 beginning—rather 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.

What you’ll learn

  • How to build well-structured ASP.NET applications from the first principles, including how to incorporate data from databases, XML files, web services, and other services.
  • A solid understanding of key ASP.NET concepts such as master pages, themes, state management, and error handling, and of which techniques work best in which situations.
  • How to improve the user experience of your pages through the use of ASP.NET AJAX and Silverlight to increase interactivity and provide input validation.

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.

“Every language has an optimization operator. In C++ that operator is ‘//’”