.NET news » Search results

Search results for query "data" (259):

Windows Phone 7 Apps: Build Data-Driven Apps with Windows Azure and Windows Phone 7

The performance of data-driven Windows Phone 7 apps relies on both good UI coding practices and snappy access to data. We’ll cover some important design considerations for using Windows Azure effectively with Windows Phone apps.
2010-12-02 18:00:00   Source: Windows Phone 7 Apps: Build   Tags: Performance

Loading huge data in Silverlight AutoCompleteBox

Created a custom AutoCompleteBox which will filter huge data quickly
2011-08-09 19:30:00   Source: Loading huge data in Silverlight...   Tags: Silverlight

Detecting Manipulations in Data with Benford's Law – a C# class

Statistical tests to determine goodness of fit between a data set and the Benford distribution. Benford's Law is useful in detecting fraud or artificially created numbers in otherwise "natural" distributions.
2011-06-23 16:26:00   Source: Detecting Manipulations in Data with...   Tags: C#

Data Web Controls Enhancements in ASP.NET 4.0

This article explores a number of enhancements made to the data Web controls in ASP.NET 4.0. As you'll see, most of these enhancements give the developer greater control over the rendered markup.

2010-03-23 19:00:00   Source: Data Web Controls Enhancements in...   Tags: ASP.NET

Filtering a Grid of Data in ASP.NET MVC

This article is the fourth installment in an ongoing series on displaying a grid of data in an ASP.NET MVC application. The previous two articles in this series - Sorting a Grid of Data in ASP.NET MVC and Displaying a Paged Grid of Data in ASP.NET MVC - showed how to sort and page data in a grid. This article explores how to present a filtering interface to the user and then only show those records that conform to the filtering criteria.

In particular, the demo we examine in this installment presents an interface with three filtering criteria: the category, minimum price, and whether to omit discontinued products. Using this interface the user can apply one or more of these criteria, allowing a variety of filtered displays. For example, the user could opt to view: all products in the Condiments category; those products in the Confections category that cost $50.00 or more; all products that cost $25.00 or more and are not discontinued; or any other such combination.

Like with its predecessors, this article offers step-by-step instructions and includes a complete, working demo available for download at the end of the article. Read on to learn more!

2011-01-18 18:00:00   Source: Filtering a Grid of Data in ASP.NET MVC   Tags: Examples

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

C# DateTime Manipulation

The twenty-seventh part of the C# Fundamentals tutorial completes the examination of the DateTime data type provided by C# and the .NET Framework. This article considers manipulation of DateTime data and formatting date and time information as a string.
2007-01-20 05:40:26   Source: C# DateTime Manipulation   Tags: C#

Forecast: Cloudy: Reporting on Diagnostics Data

The SQL Azure Reporting CTP gives developers a familiar paradigm for developing and distributing reports—except that no one has to worry about the infrastructure to host it. Joseph Fultz demonstrates with a simple example that uses data from performance counters captured as part of the diagnostics for a Web Role.

Parallel Computing: Data Processing: Parallelism and Performance

How can you use parallel coding techniques to squeeze the utmost performance out of multi-core systems when processing data? There are many different approaches, but we show you the absolute best.
2011-01-03 18:00:00   Source: Parallel Computing: Data Processing:...   Tags: Performance

Interoperability: Runtime Data Sharing Through an Enterprise Distributed Cache

Learn how an enterprise distributed cache can help .NET and Java apps share data at run time, providing high performance and scalability.
2010-09-30 19:00:00   Source: Interoperability: Runtime Data...   Tags: Performance