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.
Loading huge data in Silverlight AutoCompleteBox
Created a custom AutoCompleteBox which will filter huge
data quickly
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.
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.
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!
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.
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.
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.
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.