Dotnetcat » .NET Books » Examples books
The Art of Unit Testing: With Examples in .Net
|
Author: | Roy Osherove |
| List price: | $39.99 | |
| Amazon price: | $22.67 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Manning Publications ( 5 July 2009) |
Unit testing, done right, can mean the difference 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:
- The basics of unit testing
- A first unit test
- Using stubs to break dependencies
- Interaction testing using mock objects
- Isolation (mock object) frameworks
- Test hierarchies and organization
- The pillars of good tests
- Integrating unit testing into the organization
- Working with legacy code
Applying Domain-Driven Design and Patterns: With Examples in C# and .NET
|
Author: | Jimmy Nilsson |
| List price: | $74.99 | |
| Amazon price: | $39.94 Book details at Amazon.com | |
| Average rating: | ||
| 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.
Fun with Silverlight 4: Illustrated Guide to Creating Rich Internet Applications with Examples in C#, ASP.NET, XAML, Media, Webcam, AJAX, REST and Web Services
|
Author: | Rajesh Lal |
| List price: | $34.95 | |
| Amazon price: | $27.72 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | CreateSpace (11 November 2011) |
"Handy guide for you to find specific solutions you want to achieve in Silverlight 4" - Kunal Chowdhury, a Silverlight MVP
This book illustrates more than 100 features in Silverlight using a simple problem/solution approach. It takes one feature at a time and guides you in progressive journey where you begin by using the basic components, then by creating graphics and animations. You then create rich media applications on the client and web services, and delve into calling advanced Web services like AJAX, REST and WCF services from Silverlight.
The book takes an example approach for all problems and features, and illustrates with class diagrams what objects and methods are used and how the elements of a Silverlight project are created in easy to understand format.
In the Book- Design a Rich Internet Application
- Extend the Control Framework
- Create Compelling Graphics
- Work with Animation
- Extend the Browser Programming Model
- Bring Data Visualization to the Web
- Develop with ASP.NET and Ajax
- Work with Web Services
- Create Rich Silverlight Media Applications
- Deliver Enhanced and Interactive Streaming Video Experiences
The book assumes the reader has a basic understanding of web technologies and .Net programming languages, and is targeted at the intermediate to advanced Silverlight developer.
Rave Reviews"A unique and thorough book" - Michael Microsoft MVP
"Learning with fun" - Syed Ahmad (Web Developer)
"Awesome book, straight to the point, great code samples, a must have." - Andy Chauhan (RIA Developer)
"Great book with tons of details !" - Michael Crump, a Silverlight MVP
"Putting the FUN into Silverlight 4" - Richard T. Kingslan (Microsoft)
ASP.NET by Example
|
Author: | Steven A. Smith |
| List price: | $34.99 | |
| Amazon price: | $8.00 Book details at Amazon.com | |
| Average rating: | ||
| 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.
Fun with Silverlight 4: Illustrated Guide to Creating Rich Internet Applications with Examples in C#, ASP.NET, XAML, Media, Webcam, AJAX, REST and Web Services
|
Author: | Rajesh Lal |
| List price: | $24.95 | |
| Amazon price: | Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | CreateSpace (11 November 2011) |
Fun with Silverlight 4: Illustrated Guide to Rich Internet Applications with Examples in C#, ASP.NET, XAML, Media, Webcam, AJAX, REST & Web Services
This book illustrates more than 100 features in Silverlight using a simple problem/solution approach. It takes one feature at a time and guides you in progressive journey where you begin by using the basic components, then by creating graphics and animations. You then create rich media applications on the client and web services, and delve into calling advanced Web services like AJAX, REST and WCF services from Silverlight.
In the Book
Design a Rich Internet Application
Extend the Control Framework
Create Compelling Graphics
Work with Animation
Extend the Browser Programming Model
Bring Data Visualization to the Web
Develop with ASP.NET and Ajax
Work with Web Services
Create Rich Silverlight Media Applications
Deliver Enhanced and Interactive Streaming Video Experiences
The book assumes the reader has a basic understanding of web technologies and .Net programming languages, and is targeted at the intermediate to advanced Silverlight developer.
The book takes an example approach for all problems and features, and illustrates with class diagrams what objects and methods are used and how the elements of a Silverlight project are created in easy to understand format.
Professional Twitter Development: With Examples in .NET 3.5 (Wrox Programmer to Programmer)
|
Author: | Daniel Crenna |
| List price: | $39.99 | |
| Amazon price: | $4.02 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Wrox ( 8 September 2009) |
Twitter is rapidly moving up the social networking food chain and is currently outranked by only Facebook and MySpace. It features a programming API that allows you to build Web sites and applications (both desktop and mobile) for reading and posting to Twitter, finding other Twitter users, aggregating Twitter content, and other uses. This book walks you through the process of combining many programming tools in order to build exciting, useful, and profitable applications.
You'll begin with a look at RESTful services and examine how to structure your queries, handle asynchronous operations, use headers, and post binary data. From there, author and TweetSharp developer Daniel Crenna explains how to authenticate with the OAuth specification for Web and Windows applications.
- Twitter is growing in popularity at a rapid pace and this book shows you how to take advantage of its programming API to build applications
- Explains the various ways to design a Twitter application, including caching, third party application interoperability, real-time data binding, push vs. pull data scenarios, and more
- Takes an in-depth look at TweetSharp, a .NET library for developing Twitter applications-whose creator is also the author of this book
- Walks you through requesting and retrieving responses from Twitter's API
- Warns you of considerations to take into account regarding authentication and security
Professional Twitter Development shows you how to get the most out of Twitter so that you can build your own applications for this exciting new platform.
ADO.NET Examples and Best Practices for C# Programmers
|
Author: | William R. Vaughn |
| List price: | $49.95 | |
| Amazon price: | $1.99 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Apress ( 1 April 2002) |
Written specifically for COM-based ADO developers retooling for ADO.NET using the C# language, this book brings fresh insights and tips on the ADO.NET technology. Veteran authors William Vaughn and Peter Blackburn have packed this formative guide with practical advice on how to write code that is both faster running and easier to understand.
The onset of the new .NET technology is forcing developers to completely rethink their data access strategies. This book helps you to do this through working examples and numerous discussions of what works and what doesnt. Derived from years of experience working with data access developers, ADO.NET Examples and Best Practices for C# Programmers includes a set of techniques proven to drastically reduce overhead, problems, and confusionfor the devleoper, the system, and the entire team. While some are quite simple to implement, others require considerable forethought to enable. This is a developers bookfull of hints, tips and notes passed on from those whove spent significant time in the .NET and C# trenches.
Table of Contents- Introducing ADO.NET
- ADO.NET—Getting Connected
- ADO.NET Command Strategies
- ADO.NET DataReader Strategies
- Using the DataTable and DataSet
- Filtering, Sorting, and Finding
- ADO.NET Update Strategies
- ADO.NET Constraint Strategies
- ADO.NET Exception Management Strategies
- ADO.NET and XML
Essential ASP .NET Fast: With VB.NET Examples
|
Author: | Simon Stobart |
| List price: | $44.95 | |
| Amazon price: | $0.36 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Springer ( 5 December 2002) |
How to create dynamic web environments using the ASP .NET framework! The ASP .NET framework enables the development of dynamic web pages, which can interface to various database systems. Using the Visual Basic .NET language you will be able to begin to create your own web systems with ease. 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. Additional material is available from the Essential series web site: http://www.essential-series.com
Essential ASP.NET With Examples in C#
|
Author: | Fritz Onion |
| List price: | $59.99 | |
| Amazon price: | $7.79 Book details at Amazon.com | |
| Average rating: | ||
| Publisher: | Addison-Wesley Professional (21 February 2003) |
Essential ASP.NET with Examples in C# is the C# programmer's definitive reference for ASP.NET through version 1.1. Intended for students with advanced programming experience, this book provides them with the information needed to fully understand the technology, and is a clear guide to using ASP.NET to build robust and well architected Web applications. This book begins with a discussion of the rationale behind the design of ASP.NET and an introduction to how it builds on top of the .NET framework. Subsequent chapters explore the host of new features in ASP.NET, including the server-side compilation model, code-behind classes, server-side controls, form validation, the data binding model, and custom control development. Throughout the book, working examples illustrate best practices for building Web-based applications in C#.
Visual Basic.NET by Example
|
Author: | Bob P. Donald |
| List price: | $39.99 | |
| Amazon price: | $17.00 Book details at Amazon.com | |
| Average rating: | ||
| 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.


Syndicate








