Dotnetcat » .NET Books » Examples books

Sort by:

The Art of Unit Testing: With Examples in .Net

Author: Roy Osherove
List price: $39.99
Amazon price: $24.96   Book details at Amazon.com
Average rating: 4.5 / 25 (25 reviews)
Publisher: Manning Publications ( 3 June 2009)

Unit testing, done right, can mean the diff erence between a failed project and a successful one, between a maintainable code base and a code base that no one dares touch, and between getting home at 2 AM or getting home in time for dinner, even before a release deadline.

The Art of Unit Testing builds on top of what's already been written about this important topic. It guides you step by step from simple tests to tests that are maintainable, readable, and trustworthy. It covers advanced subjects like mocks, stubs, and frameworks such as Typemock Isolator and Rhino Mocks. And you'll learn about advanced test patterns and organization, working with legacy code and even untestable code. The book discusses tools you need when testing databases and other technologies. It's written for .NET developers but others will also benefit from this book.

Table of Contents:

  1. The basics of unit testing
  2. A first unit test
  3. Using stubs to break dependencies
  4. Interaction testing using mock objects
  5. Isolation (mock object) frameworks
  6. Test hierarchies and organization
  7. The pillars of good tests
  8. Integrating unit testing into the organization
  9. Working with legacy code

Building Client/Server Applications Under VB .NET: An Example-Driven Approach

Author: Jeff Levinson
List price: $54.99
Amazon price: $7.63   Book details at Amazon.com
Average rating: 3.5 / 3 (3 reviews)
Publisher: Apress ( 1 March 2003)

Building Client/Server Applications with VB .NET: An Example-Driven Approach is based on Release 1.0 of the .NET Framework / Release 1.0 of Visual Studio .NET + .NET Framework Service Pack 1. Jeff Levinson walks readers through how to write a complete application&emdash; no "snippets" of code&emdash; and will show readers examples of how, when, and why to perform a task. Building Client/Server Applications with VB .NET: An Example-Driven Approach will be the manual on software development for Enterprise application development.

ADO.NET and ADO Examples and Best Practices for VB Programmers (Second Edition)

Authors: William R. Vaughn, Bill Vaughn
List price: $54.95
Amazon price: $3.96   Book details at Amazon.com
Average rating: 4.0 / 12 (12 reviews)
Publisher: Apress ( 1 February 2002)

ADO.NET and ADO Examples and Best Practices for VB Programmers, Second Edition brings the popular first edition up to date with fresh insights and tips on COM-based ADO&emdash;and adds a voluminous section on the new ADO.NET technology. Written specifically for COM-based ADO developers retooling for ADO.NET, this is a developer's book, packed with practical advice on how to make code run faster, yet be easier to write and understand.

Veteran author William Vaughn guides you through the data access maze with working exapmles and numerous discussions of what works and what doesn't. Derived from years of experience working with data access developers, Vaughn's Best Practices are a set of techniques proven to drastically reduce overhead, problems, and confusion&emdash;for the devleoper, the system, and the entire team. While some are quite simple to implement, others require considerable knowledge and forethought to enable.

ASP.NET by Example

Author: Steven A. Smith
List price: $34.99
Amazon price: $2.53   Book details at Amazon.com
Average rating: 3.5 / 15 (15 reviews)
Publisher: Que (31 December 2001)

ASP developers need to understand how ASP.NET can help them solve business problems better than any prior product. ASP.NET by Example is designed to provide a "crash course" on ASP.NET and quickly help the reader start using this new technology. As part of the By Example series, this book approaches ASP.NET in an easy-to-use tutorial way, giving the reader a much faster and more interactive learning experience than the traditional reference book. By building the sample applications taught in the book, readers will learn how to create custom ASP.NET controls, how to use ADO+ objects in ASP, and how to deploy and manage applications. ASP.NET by Example also provides tools and information needed to migrate old ASP files to the new platform, saving developers significant time and money. As an added feature Steven A. Smith has included multiple case studies on how ASP.NET is used in e-commerce applications.

Applying Domain-Driven Design and Patterns: With Examples in C# and .NET

Author: Jimmy Nilsson
List price: $69.99
Amazon price: $41.98   Book details at Amazon.com
Average rating: 4.0 / 20 (20 reviews)
Publisher: Addison-Wesley Professional (18 May 2006)

Applying Domain-Driven Design and Patterns is the first complete, practical guide to leveraging patterns, domain-driven design, and test-driven development in .NET environments. Drawing on seminal work by Martin Fowler and Eric Evans, Jimmy Nilsson shows how to customize real-world architectures for any .NET application. You'll learn how to prepare domain models for application infrastructure; support business rules; provide persistence support; plan for the presentation layer and UI testing; and design for service orientation or aspect orientation. Nilsson illuminates each principle with clear, well-annotated code examples based on C# 2.0, .NET 2.0, and SQL Server 2005. His examples will be valuable both to C# developers and those working with other .NET languages and databases -- or even with other platforms, such as J2EE.

Essential ASP .NET Fast: With VB.NET Examples

Author: Simon Stobart
List price: $44.95
Amazon price: $8.75   Book details at Amazon.com
Average rating: 0 / 0 (0 reviews)
Publisher: Springer ( 5 December 2002)

This quick and practical introduction explains: * how to setup an ASP.NET development environment, and where to find the various software components * the syntax and features of the language * web-based user interaction using ASP .NET forms * pre-defined ASP .NET objects * how ASP .NET can interface with databases. Clearly written, this book provides you with all the essential information you need to create your own dynamic web environments using ASP .NET.

Visual Basic.NET by Example (By Example Series)

Authors: Bob P. Donald, Gabriel Oancea
List price: $39.99
Amazon price: $13.93   Book details at Amazon.com
Average rating: 4.0 / 7 (7 reviews)
Publisher: Que (28 December 2001)

Visual Basic.NET by Example helps the reader learn Visual Studio.NET as well as how the language interacts with the .NET framework and other Visual Studio programming languages. Using this book, the reader will learn to build stand alone applications or applications and services which run within Microsoft's .NET Framework. This book explains each topic using real code examples to illustrate the VB.NET language and teaches in an easy-to-use tutorial manner.

Essential ASP.NET with Examples in Visual Basic .NET

Author: Fritz Onion
List price: $54.99
Amazon price: $16.52   Book details at Amazon.com
Average rating: 4.0 / 9 (9 reviews)
Publisher: Addison-Wesley Professional (21 February 2003)

With coverage not found in other titles and endorsed by the architects of ASP.NET, this book is essential for any serious ASP.NET developer. Covers Visual Basic.NET. Softcover.

Real World Functional Programming: With Examples in F# and C#

Authors: Tomas Petricek, Jon Skeet
List price: $49.99
Amazon price: $26.97   Book details at Amazon.com
Average rating: 4.5 / 9 (9 reviews)
Publisher: Manning Publications (30 December 2009)

Functional programming languages like F#, Erlang, and Scala are attracting attention as an efficient way to handle the new requirements for programming multi-processor and high-availability applications. Microsoft's new F# is a true functional language and C# uses functional language features for LINQ and other recent advances.

Real World Functional Programming is a unique tutorial that explores the functional programming model through the F# and C# languages. The clearly presented ideas and examples teach readers how functional programming differs from other approaches. It explains how ideas look in F#-a functional language-as well as how they can be successfully used to solve programming problems in C#. Readers build on what they know about .NET and learn where a functional approach makes the most sense and how to apply it effectively in those cases.

The reader should have a good working knowledge of C#. No prior exposure to F# or functional programming is required.

Learning Visual Basic .NET

Author: Jesse Liberty
List price: $34.95
Amazon price: $22.95   Book details at Amazon.com
Average rating: 4.0 / 5 (5 reviews)
Publisher: O'Reilly Media ( 1 October 2002)

Most Visual Basic .NET books are written for experienced object-oriented programmers, but many programmers jumping on the .NET bandwagon are coming from non-object-oriented languages, such as Visual Basic 6.0 or from script programming, such as JavaScript. These programmers, and those who are adopting VB.NET as their first programming language, have been out of luck when it comes to finding a high-quality introduction to the language that helps them get started.

That's why Jesse Liberty, author of the best-selling books Programming C# and Programming ASP.NET, has written an entry-level guide to Visual Basic .NET. Written in a warm and friendly manner, this book assumes no prior programming experience, and provides an easy introduction to Microsoft's most popular .NET language.

Learning Visual Basic .NET is a complete introduction to VB.NET and object-oriented programming. This book will help you build a solid foundation in .NET, and show how to apply your skills by using hundreds of examples to help you become productive quickly. Learning Visual Basic .NET introduces fundamentals like Visual Studio .NET, a tool set for building Windows and Web applications. You'll learn about the syntax and structure of the Visual Basic .NET language, including operators, classes and interfaces, structs, arrays, and strings. Liberty then demonstrates how to develop various kinds of applications--including those that work with databases--and web services.

By the time you've finished Learning Visual Basic .NET, you'll be ready to move on to a more advanced programming guide that will help you create large-scale web and Windows applications.

Whether you have a little object-oriented programming experience or you are new to programming altogether, Visual Basic .NET will set you firmly on your way to mastering the essentials of the VB.NET language.

« Previous12345Next »