5/02/2011

Murach’s ASP.NET 4 Web Programming with VB 2010 - Free download ebook

Book Description
This book has provided me with the information to jump right into creating web applications with Visual Basic. It is an excellent training guide and at the same time, it provides real-world examples that can be reused in multiple projects and applications. (A developer's comment on the previous edition of Murach's ASP.NET, posted online)Already know how to code in Visual Basic 2010? Then, master web programming with this .NET 4 edition of the ASP.NET book that's a favorite of developers. It teaches beginners how to develop web applications from scratch, while more seasoned professionals use it as a time-saving guide whenever they need the "how-to" details that take forever to find online.

Here's a quick rundown on what developers have always liked best about this book:

#1: Complete applications show you how all the pieces interact
The key to mastering ASP.NET 4 is to have plenty of real-world applications that guide you in using the skills you're learning…and that help you avoid the problems that you can run into as you build complex web sites. That's why this book gives you complete applications, including the web forms, the aspx code, and the VB code. Download the applications for free from the Murach website, and experiment with them on your own to see how valuable they are.

#2: It gives you a 6-chapter section on database programming that's geared to business applications
Database handling is crucial in business programming, yet it's glossed over in just a chapter or two in many books. In contrast, this 6-chapter section teaches you how to use SQL data sources and ASP.NET data controls to develop database applications with little or no VB code. Then, it teaches how to use object data sources to create 3-layer applications that let you separate the presentation code from the data access code. And each topic is illustrated using examples like maintenance and shopping cart applications…the kind of database applications you'll deal with every day.

#3: It teaches you ASP.NET development the way it should be done, using Visual Studio 2010
The 1.x edition of this book was one of the first to teach web development using Visual Studio instead of tools like Notepad. Today, no developer should miss out on the productivity features of Visual Studio 2010. So they're integrated throughout this book, rather than being relegated to just a chapter or two at the beginning.

#4: It teaches you ASP.NET 4 features when they're appropriate, not just convenient
In contrast to some books, the ASP.NET 4 features haven't just been tacked onto the chapters from the previous .NET 3.5 edition. Instead, author Anne Boehm has carefully analyzed how the changes affect the way you develop web applications and what you need to learn when. That means this book integrates the new material with the classic ASP.NET features that haven't changed, giving you a cohesive, fluid approach to learning web programming the way it's done today.

#5: The distinctive paired-pages format* makes learning…and reference…a breeze
A few years ago, a customer used the term "paired pages" to describe our presentation style, and the name has stuck. It means that this book presents each topic in a two-page spread. The right page gives screen shots, code, syntax, bulleted details whatever is needed to illustrate and summarize the topic; the left page provides extra explanation and perspective as needed. That makes it easy for developers at any level to skim through material they already know and focus on what's new to them. It means less reading for everyone. And it makes the book a quick and easy-to-use reference guide once you're done training.

Book Details

  • Paperback: 836 pages
  • Publisher: Mike Murach & Associates; 4th Edition (March 2011)
  • Language: English
  • ISBN-10: 189077460X
  • ISBN-13: 978-1890774608
  • File Size: 131.0 MiB
  • Hits: 723 times
Download Link

5/01/2011

Discovering SQL: A Hands-On Guide for Beginners - free ebook download

Book Description
Teaching the SQL skills that businesses demand when hiring programmersIf you're a SQL beginner, you don't just want to learn SQL basics, you also want to get some practical SQL skills you can use in the job market. This book gives you both. Covering the basics through intermediate topics with clear explanations, hands-on exercises, and helpful solutions, this book is the perfect introduction to SQL. Topics include both the current SQL:2008 standards, the upcoming SQL:2011 standards, and also how to use SQL against current releases of the most popular commercial SQL databases, such as Oracle, SQL Server, and MySQL.
  • Introduces SQL concepts, explains SQL statements, and clearly shows how to write efficient and effective SQL code
  • Uses a hands-on style and a sample database that incorporates all SQL concepts taught in the book; this database will be enhanced through the book as key points and lessons are covered
  • Covers topics such as how SQL interacts with the sample database via various interfaces, including vendor-provided utilities, programming languages, SQL clients, and productivity software
  • Includes appendices with primers on database normalization, set theory and bollean algebra, RDBMS software step-by-step setup guides, and database connectivity

Learn how to write effective, efficient SQL code with Discovering SQL: A Hands-On Guide for Beginners.

From the Back Cover
Discover best practices for turning data into information you can use

Structured Query Language, more popularly known as SQL, is a standard database language used to create, access and manipulate data, and store and maintain information in relational databases such as Access®, SQL Server®, Oracle®, and MySQL®. If that's all you know about SQL, then you're already ahead of the curve! Assuming no prior knowledge of SQL or relational databases, author Alex Kriegel takes you on a voyage of discovery as you learn SQL basics and learn to work with data stored in a relational database. Written in a beginner-friendly tone, this guide walks you through the creation of a sample database that incorporates all the SQL concepts taught throughout the book and also introduces data modeling, query tuning, and optimization.

Discovering SQL:

  • Covers the most important SQL dialects along with the current release of SQL Standard
  • Highlights the differences between particular implementations as well as the power and limitations of SQL
  • Demonstrates how SQL deals with all types of data: structured, unstructured and everything in between
  • Looks at dynamic SQL, procedural extensions and latest developments in the field
  • Shares best practices for optimizing query performance
  • Walks you through the basics of database design and introduces the tools for working with normalized data

Book Details

  • Paperback: 432 pages
  • Publisher: Wrox (April 2011)
  • Language: English
  • ISBN-10: 9781118002674
  • ISBN-13: 978-1118002674
  • File Size: 52.0 MiB
  • Hits: 1,632 times
Download Link

Professional Test Driven Development with C#: Developing Real World Applications with TDD - free ebook download

Book Description
Hands-on guidance to creating great test-driven development practice

Test-driven development (TDD) practice helps developers recognize a well-designed application, and encourages writing a test before writing the functionality that needs to be implemented. This hands-on guide provides invaluable insight for creating successful test-driven development processes. With source code and examples featured in both C# and .NET, the book walks you through the TDD methodology and shows how it is applied to a real-world application. You'll witness the application built from scratch and details each step that is involved in the development, as well as any problems that were encountered and the solutions that were applied.

  • Clarifies the motivation behind test-driven development (TDD), what it is, and how it works
  • Reviews the various steps involved in developing an application and the testing that is involved prior to implementing the functionality
  • Discusses unit testing and refactoring

Professional Test-Driven Development with C# shows you how to create great TDD processes right away.

From the Back Cover
Start working with test driven development processes to build better applications

If you want to write robust software that is simple to implement and maintain, you need to use Test Driven Development (TDD). This hands-on guide shows you how, providing invaluable insight for creating effective TDD processes. With the help of source code and examples featured in C#, the authors walk you through the TDD methodology and show you how to apply it to a real-world application. You'll explore the application as it's built from scratch and follow each step involved in development, including problems that arise and the solutions to apply. Within no time, you'll be designing your own successful TDD processes.

Professional Test Driven Development with C#:

  • Describes common software problems and provides refactoring practices that resolve them
  • Shows patterns that can be used to test WPF and Silverlight applications
  • Helps you ensure that when a defect is fixed it stays fixed without causing unexpected side effects
  • Shows how to structure your MVC application for testability
  • Shares the easy steps that can be taken to test WCF services
  • Explains how to run integration tests to ensure that everything works as planned
  • Uncovers best practices for writing good tests that are readable and maintainable

Book Details

  • Paperback: 360 pages
  • Publisher: Wrox (April 2011)
  • Language: English
  • ISBN-10: 047064320X
  • ISBN-13: 978-0470643204
  • File Size: 47.9 MiB
  • Hits: 2,245 times
Download Link