CARVIEW |
Earn Rewards, Reputation, and Badges
Redeem the reputation points you've earned from participating in O'Reilly Answers for O'Reilly ebooks, videos, courses, and conferences.
Learn more »
Recommended for You
Topics: Programming
Programming Feed
Programming Open Questions Feed
Programming Email
Open Questions via Email

Please sign in or register to post.

Please sign in or register to post.
-
Test-Driven Development with the Closure Testing Framework
By chco: 18 September 2010 - 06:52 AM
This excerpt from Closure: The Definitive Guide will show you how to use test-driven development to examine code that validates an email address. This example lends itself to a technique known as test...
-
How to Use Closure Tools: A Hello World Example
By chco: 17 September 2010 - 08:40 AM
This excerpt from Closure: The Definitive Guide walks you through an example that demonstrates the use of the Closure suite of tools.This section will walk through a simple example to demonstrate how ...
-
How to Provide Progress Updates with Windows PowerShell
By chco: 02 September 2010 - 05:38 AM
The following excerpt is from Windows PowerShell Cookbook, Second Edition. The author speaks to what is needed should you wish to display status information to the user for long-running tasks.To provi...
-
How to Use Excel to Manage Command Output from Windows PowerShell
By chco: 31 August 2010 - 03:44 PM
This excerpt from Windows PowerShell Cookbook, Second Edition will show you how to use Excel to manipulate or visualize the output of a Windows PowerShell command. Use PowerShell’s Export-Csv cmdlet...
-
How to Trim Whitespace in C#
By chco: 23 August 2010 - 10:50 AM
The following excerpt from Programming C# 4.0, Sixth Edition shows you how to trim extra whitespace from strings of text.You often (but not always) want to trim whitespace from the beginning and/or en...
-
How to Format Numeric Strings in C# 4.0
By chco: 21 August 2010 - 04:14 PM
This excerpt from Programming C# 4.0, Sixth Edition covers the standard ways you can format numeric strings.In most instances, we’re not dreaming up a brand-new format for our numeric strings; if we...
-
How to use the HashSet and SortedSet Collection Classes in C# 4.0
By chco: 20 August 2010 - 03:52 PM
The following excerpt from Programming C# 4.0, Sixth Edition explains the use of HashSet and SortedSet for storing and structuring data.HashSet<T> is a collection of distinct values. If you add ...
-
Using Jagged Arrays in C# 4.0
By chco: 18 August 2010 - 11:56 AM
The following is an excerpt from the new O'Reilly book Programming C# 4.0, Sixth Edition. Below, the author outlines how to properly utilize arrays of arrays or jagged arrays.As we said earlier, y...
-
Finding Elements in C# 4.0
By chco: 16 August 2010 - 11:30 AM
In this excerpt from Programming C# 4.0, Sixth Edition the author offers several ways of working with elements and different ways to code more efficiently.Suppose we want to find out if an array of ca...
-
Common C# Exception Types
By chco: 13 August 2010 - 01:33 PM
Below we have a list of the common C# exception types taken as an excerpt from C# 4.0 Pocket Reference, Third Edition.The following exception types are used widely throughout the CLR and .NET Framewor...
![]() ©2010, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
|