.NET news » Search results

Search results for query "test" (48):

.NET Building Blocks: Custom User Control Fundamentals

Find out the gritty details required to create, test, use, inherit, install, and distribute .NET User Controls of all types.
2008-05-15 21:13:52   Source: .NET Building Blocks: Custom User Control Fundamentals   Tags: GUI Examples

Speed Test: Switch vs If-Else-If

The .NET framework and the C# language provide two methods for conditional processing where multiple discrete values can be selected from. The switch statement is less flexible than the if-else-if ladder but is generally considered to be more efficient.
2007-03-24 00:00:03   Source: Speed Test: Switch vs If-Else-If   Tags: Performance C#

A Brief Test on the Efficiency of a .NET 4.0 Parallel Code Example

Verify the execution efficiency of a series of short .NET 4.0 parallel programming samples
2010-07-01 16:22:00   Source: A Brief Test on the Efficiency of a...   Tags: Examples

QC DATA PULLER using C#

Using this application user can generate report of test case execution from QC(Quality center) in to HTML web page with fancy pie chart and tabular format using C# and OTA API expose from QC(Quality Center).
2011-03-03 12:39:00   Source: QC DATA PULLER using C#   Tags: Graphics

Kinect: Working with Kinect Studio

Find out how you can use Kinect Studio to capture data feeds, save them as .xed files and reuse them to test your Kinect-enabled apps.
2012-09-03 18:00:00   Source: Kinect: Working with Kinect Studio   Tags: Multimedia

RegEx Tester - Regular Expression Tester

It aids you to develop and fully test your regular expression against a target text.

Measuring Test Effort Progress with EVM

An important part of software testing -- or coding -- effort is the ability to measure the progress. One technique for doing this is a technique called Earned Value Management, and we'll show you how easy it is to apply EVM to your own projects.
2011-01-31 18:00:00   Source: Measuring Test Effort Progress with EVM   Tags: Software

Speed Test: Try / Catch Block

The try/catch block is used to capture thrown exceptions and to allow an application to recover gracefully from the problems that caused them. This article has been created to determine if the try/catch block causes a substantial performance penalty.
2008-06-24 13:57:20   Source: Speed Test: Try / Catch Block   Tags: Performance

Building and testing WCF web service using workflow foundation 4.0

Guide to build and test a simple web service in workflow foundation 4.0
2010-07-21 11:14:00   Source: Building and testing WCF web service...   Tags: Testing

Generating Graphs with WPF

A common software-development task is generating a graph from a set of test-related data. But if you're doing it by hand and the underlying data changes frequently, this particular task can become quite tedious. James McCaffrey shows you how to automate the process using Windows Presentation Foundation technology.
2010-06-06 19:00:00   Source: Generating Graphs with WPF   Tags: WPF Graphics