.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.
2012-10-31 18:00:00 Source: The Working Programmer: Cassandra NoSQL
Tags: Database
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.
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.
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.
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.
SQL Server CE Query Tool
User friendly query designer and data manipulation tool for SQL Server CE.
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#.
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.
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.


Syndicate