Dotnetcat » .NET Books » Testing books

Sort by:

The Microsoft Expression Web Developer's Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008

Author: Jim Cheshire
List price: $44.99
Amazon price: $22.31   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Que (20 October 2007)

“This book is a great reference for web designers new to ASP.NET who are looking to jump start their development with

Visual Web Developer 2008.”

Mikhail Arkhipov

Principal Development Manager – Web Development Tools

Microsoft Corporation

Expression Web introduced ASP.NET to a new group of web developers. This book is designed to help you start using ASP.NET right away to add powerful new features to your website. Don’t worry, you won’t have to learn a lot of programming; instead, you’ll create an ASP.NET application from start to finish using Visual Web Developer 2008, while writing only a very small amount of actual programming code.

DETAILED INFORMATION ON HOW TO…

• Create and work with websites in Visual Web Developer 2008

• Use the different compilation and code models in ASP.NET

• Configure ASP.NET security and other settings

• Use ASP.NET master pages and user controls

• Take advantage of ASP.NET membership features for a password-protected website

• Use form validation in ASP.NET

• Use CSS, skins, and themes

• Access, edit, and add data to a database using ASP.NET

• Send email using ASP.NET

• Use Ajax and ASP.NET Web services

• Debug and troubleshoot ASP.NET

. . . and much more!

Pragmatic Unit Testing in C# with NUnit (Pragmatic Programmers)

Author: Andy Hunt
List price: $29.95
Amazon price: $15.00   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: The Pragmatic Programmers ( 1 May 2004)

Learn how to improve your C# coding skills using unit testing. Despite it's name, unit testing is really a coding technique, not a testing technique. Unit testing is done by programmers, for programmers. It's primarily for our benefit: we get improved confidence in our code, better ability to make deadlines, less time spent in the debugger, and less time beating on the code to make it work correctly.

This book shows how to write tests, but more importantly, it goes where other books fear to tread and gives you concrete advice and examples of what to test--the common things that go wrong in all of our programs. Discover the tricky hiding places where bugs breed, and how to catch them using the freely available NUnit framework. It's easy to learn how to think of all the things in your code that are likely to break. We'll show you how with helpful mnemonics, summarized in a handy tip sheet (also available from our www.pragmaticprogrammer.com website).

With this book you will:

  • Write better code, and take less time to write it
  • Discover the tricky places where bugs breed
  • Learn how to think of all the things that could go wrong
  • Test individual pieces of code without having to include the whole project
  • Test effectively with the whole team
We'll also cover how to use Mock Objects for testing, how to write high quality test code, and how to use unit testing to improve your design skills. We'll show you frequent "gotchas"--along with the fixes--to save you time when problems come up.

But the best part is that you don't need a sweeping mandate to change your whole team or your whole company. You don't need to adopt Extreme Programming, or Test-Driven Development, or change your development process in order to reap the proven benefits of unit testing. You can start unit testing, the pragmatic way, right away.

XML Web Services with ASP.NET

Author: Bill Evjen
List price: $65.00
Amazon price: $14.00   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Wiley (24 May 2002)

This book is a comprehensive guide that walks the reader through developing and consuming XML Web Services using the .NET platform and ASP.NET. It begins with an overview of the .NET framework and an explanation of the process behind XML Web Services, and then quickly delves into building and consuming Web Services. Included will be discussions of proxies, classes, SOAP, Global XML Web Services Architecture, WSDL, UDDI, and Disco. The book will also cover the important issue of security and how to apply encryption and signing. This book is the reader's guide to advanced XML Web Services such as error and exception handling, configuration, and optimization.

Professional Design Patterns in VB .NET: Building Adaptable Applications

Author: Chaur G. Wu
List price: $39.99
Amazon price: $20.30   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Apress (15 September 2003)

Professional Design Patterns in VB .NET: Building Adaptable Applications is not merely design pattern theory. No, no. Instead, the authors show design patterns applied to real-world architectural scenarios, so you can witness the patterns in action, reaping benefits along the way!

The core of this book contains three case studies, which explain design pattern application in each main tier of an application: data, business, and presentation layers. These case studies flesh out your understanding of design patterns, illustrating how the scenarios can be realistically employed and recognized by all Visual Basic .NET programmers.

Also featured: how design patterns can be used in conjunction with .NET Remoting, to be applied across tiers, as well as within them. And since many VB .NET programmers may not be wholly familiar with UML, the authors also provide a UML primer as an appendix.

An integrated framework used to increase preservice teacher NETS-T ability.(National Educational Technology Standards for Teachers): An article from: Journal of Technology and Teacher Education

Author: James Basham
List price: $5.95
Amazon price: $5.95   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Thomson Gale (22 June 2005)

This digital document is an article from Journal of Technology and Teacher Education, published by Thomson Gale on June 22, 2005. The length of the article is 6577 words. The page length shown above is based on a typical 300-word page. The article is delivered in HTML format and is available in your Amazon.com Digital Locker immediately after purchase. You can view it with any web browser.
Citation Details
Title: An integrated framework used to increase preservice teacher NETS-T ability.(National Educational Technology Standards for Teachers)
Author: James Basham
Publication: Journal of Technology and Teacher Education (Magazine/Journal)
Date: June 22, 2005
Publisher: Thomson Gale
Volume: 13 Issue: 2 Page: 257(20)
Distributed by Thomson Gale

Microsoft .NET Framework Professional Projects

Author: Angshuman Chakraborti
List price: $49.99
Amazon price: $15.13   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Muska & Lipman/Premier-Trade ( 2 April 2002)

Use .NET Framework to accomplish real-world, professional tasks. .NET Framework Professional Projects is your key to unlocking the power of .NET Framework. Each project focuses on a specific concept and is based on a real-world situation. Enhance your skills as you work through eleven projects including creating XML schemas, creating a Web service and application, implementing security models in .NET Framework, and measuring system performance. When you are finished, you will have the skills necessary to modify projects to fit your professional needs.

Programming Entity Framework: DbContext

Author: Julia Lerman
List price: $24.99
Amazon price: $21.68   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: O'Reilly Media ( 7 March 2012)

In addition to Code First, EF 4.1 introduces simpler EF coding patterns with the DbContext, DbSet, ChangeTracker and Validation APIs. This second mini-book will take the reader on a tour of these new features and how to take advantage of them. These new classes and APIs let the user focus on the most common coding tasks with Entity Framework and streamlines access to patterns which are frequently used, but were previously non-intuitive and complicated to code. The Validation API that comes with DbContext leverages the existing .NET 4 IValidatableObject and ValidationAttributes as well as providing additional validation features. You will learn the ins and outs of getting the most from server side validation from the DbContext.

Professional Search Engine Optimization with ASP.NET: A Developer's Guide to SEO (Wrox Professional Guides)

Author: Cristian Darie
List price: $39.99
Amazon price: $5.99   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Wrox (23 August 2007)

Search engine optimization (SEO) is not only the job of the marketing department. It must be considered from a web site's inception and throughout its lifetime by you, the web site developer. Making changes to the architecture of a web site and modifying presentation techniques can dramatically increase search engine rankings and traffic levels.

Written for the ASP.NET developer or tech-savvy marketer, this unique reference provides techniques for creating and maintaining web sites optimized for search engines. You'll discover how to facilitate the indexing of your site, as well as how to leverage specific technologies and services for site promotion. You will understand the role of web site architecture in search engine optimization and explore various topics therein. Knowing this will help you to develop a site that achieves great search engine rankings.

What you will learn from this book

  • Understand the criteria that influence search engine rankings
  • Create keyword-rich URLs using ASP.NET, ISAPI_Rewrite, and UrlRewriter.NET

  • Use HTTP Headers to properly indicate the status of web documents

  • Create optimized content and cope with duplicate content effectively

  • Avoid being the victim of black hat SEO techniques

  • Understand and implement geo-targeting and cloaking

  • Use site maps effectively—for users as well as search engines

  • SEO enhancements that can easily be applied to an existing web site

  • Build a search engine–friendly e-commerce catalog

Who this book is for

This book is for ASP.NET developers who need to incorporate search engine optimization principles into their web applications, as well as marketers who want to gain a better understanding of the technologies involved in search engine marketing.

Enhance Your Knowledge
Advance Your Career

Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

ASP.NET Web Development with Macromedia Dreamweaver MX 2004

Author: Costas Hadjisotiriou
List price: $39.99
Amazon price: $24.31   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Apress (23 April 2004)

This concise, no-nonsense book teaches you how to develop accessible, standards-compliant ASP.NET-driven web sites with ASP.NET and Macromedia Dreamweaver MX 2004. Real-world tutorials will help you achieve results quickly as you plunge into the text.

You'll learn the fundamental concepts of the .NET Framework, then quickly move on to the workings of ASP.NET within the Framework. You will explore databases and SQL, in preparation for handling ASP.NET databound controls. Next, you'll explore the core role that XML, and XML web services play in .NET. Finally, you'll learn about Dreamweaver's extensibility and coding efficiency features—two of the most important aspects of developing with Dreamweaver.

Effective Software Test Automation: Developing an Automated Software Testing Tool

Author: Kanglin Li
List price: $44.99
Amazon price: $10.00   Book details at Amazon.com
Average rating:  / 0 (0 reviews)
Publisher: Sybex (19 February 2004)

"If you'd like a glimpse at how the next generation is going to program, this book is a good place to start."
—Gregory V. Wilson, Dr. Dobbs Journal (October 2004)

Build Your Own Automated Software Testing Tool

Whatever its claims, commercially available testing software is not automatic. Configuring it to test your product is almost as time-consuming and error-prone as purely manual testing.

There is an alternative that makes both engineering and economic sense: building your own, truly automatic tool. Inside, you'll learn a repeatable, step-by-step approach, suitable for virtually any development environment. Code-intensive examples support the book's instruction, which includes these key topics:

  • Conducting active software testing without capture/replay
  • Generating a script to test all members of one class without reverse-engineering
  • Using XML to store previously designed testing cases
  • Automatically generating testing data
  • Combining Reflection and CodeDom to write test scripts focused on high-risk areas
  • Generating test scripts from external data sources
  • Using real and complete objects for integration testing
  • Modifying your tool to test third-party software components
  • Testing your testing tool

Effective Software Test Automation goes well beyond the building of your own testing tool: it also provides expert guidance on deploying it in ways that let you reap the greatest benefits: earlier detection of coding errors, a smoother, swifter development process, and final software that is as bug-free as possible. Written for programmers, testers, designers, and managers, it will improve the way your team works and the quality of its products.