.NET news » Search results

Search results for query "data" (259):

The Working Programmer: Cassandra NoSQL Database, Part 3: Clustering

Talk about big data, this database can scale to “ridiculous” sizes, says Ted Neward. One firm claimed to use Cassandra to store more than 50PB of information. Learn how clustering makes such implementations possible straight out of the box.

WPF Timeline Control - Part I

Overview of the controls to implement an interactive timeline control, specifically designed to let you edit items start and end times. Everything is designed to work with the MVVM pattern allowing you to use binding in your XAML to update your data objects, etc.
2011-08-17 16:22:00   Source: WPF Timeline Control - Part I   Tags: WPF

Object Binding Tips and Tricks

Visual Studio 2005 and the .NET Framework 2.0 greatly enhance the data binding story in Windows Forms. This article explores the classes, interfaces, and coding techniques you can use today in your Windows Forms applications.
2006-04-21 18:33:57   Source: Object Binding Tips and Tricks   Tags: Visual Studio

Accessing Windows Forms Controls across Threads

Many articles exist on the web regarding properly handling multiple application threads and accessing data across those threads, but this article will aim to remove much of the ambiguity or inaccurate information found in many other articles.
2011-10-17 11:37:00   Source: Accessing Windows Forms Controls across Threads   Tags: Components

A BLOB on a DataGridView column (with Command Button column, XML, and layering)

This is a working example of a BLOB column on a DataGridView for a Windows Form using C++/CLI where data is drawn from an XML document.
2011-08-17 12:59:00   Source: A BLOB on a DataGridView column...   Tags: Examples

SQL Server CE Query Tool

User friendly query designer and data manipulation tool for SQL Server CE.
2011-03-02 10:00:00   Source: SQL Server CE Query Tool   Tags: Database

ASP.NET: Introducing the Navigation for ASP.NET Web Forms Framework

Take a fresh look at Web Forms with this new navigation framework that eliminates tight coupling and codebehind while providing for unit-tested data-bound code and many other advantages—enough to make an ASP.NET MVC application green with envy, according to creator Graham Mendick.
2012-04-30 18:00:00   Source: ASP.NET: Introducing the Navigation for ASP.NET Web Forms...   Tags: Other

Apriori Algorithm

In Data Mining, Apriori is a classic algorithm for learning association rules. Apriori is designed to operate on databases containing transactions (for example, collections of items bought by customers, or details of a website frequentation). Here is the implementation of the Apriori Algorithm in C#.
2010-04-22 09:38:00   Source: Apriori Algorithm   Tags: Algorithms

C# Checked and Unchecked Arithmetic

Arithmetic operations are limited to some extent by the type of variable being acted upon. In some cases, values can exceed their data type limits and provide incorrect, and potentially dangerous answers. This is prevented by using checked arithmetic.
2008-05-25 10:09:23   Source: C# Checked and Unchecked Arithmetic   Tags: C#

The Baker's Dozen: 13 Productivity Tips for ADO.NET 2.0

This installment of "The Baker's Dozen" presents a variety of tips and techniques to become productive with data handling techniques using ADO.NET 2.0 in Visual Studio 2005.
2006-02-16 04:39:17   Source: The Baker's Dozen: 13 Productivity Tips for ADO.NET 2.0   Tags: Database