.NET news » Search results

Search results for query "data" (259):

Serializing, Consuming, and Binding Generics in .NET 2.0

Generics are a powerful new feature in .NET 2.0, but it's not so obvious how to use them as return values from Web services, or how to bind them to controls. Find out how to serialize, data bind, and consume generic collections in ASP.NET 2.0

Cloud Data: Getting Started with SQL Azure Development

SQL Azure provides features similar to a relational database for your cloud apps. We’ll show you how to start developing for SQL Azure today.
2010-11-01 19:00:00   Source: Cloud Data: Getting Started with SQL...   Tags: Database

Bulky Data Is No Problem Thanks to Compression/Decompression in .NET 2.0

If you never need to use compression for your applications, consider yourself lucky. For the rest of us, the good news is that .NET 2.0 has two new classes to handle compression and decompression streams. Find out when, and how, to use these valuable facilities.
2006-06-20 23:08:32   Source: Bulky Data Is No Problem Thanks to...   Tags: Examples

Virtualizing WrapPanel

Virtualizing WrapPanel, similar to the default WPF WrapPanel but it should be used inside ListBoxes/ListViews that binds to large sets of data since it only generates elements that are visible to the user, improving performance.
2010-04-26 22:23:00   Source: Virtualizing WrapPanel   Tags: WPF

How does it work in C#? - Part 3 (C# LINQ in detail)

Language Integrated Query (LINQ) is a Microsoft .NET Framework component that works as a communicator between the objects and the data. This article partially taken from the "Expert C# 5.0" - book and it will explore the different extension methods used in the LINQ using C# and IL code to discuss..
2012-10-06 21:20:00   Source: How does it work in C#? - Part 3 (C# LINQ in detail)   Tags: Components

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

Implementing auto-tiling functionality in a tile map editor

This article presents an algorithm and data structures to implement auto-tiling as seen in RPG Maker, the Starcraft level editor etc.

DICOM Image Viewer

A simple viewer of images stored in the DICOM 3.0 File Format (C#). The file should have raw pixel data, uncompressed. Window Level functionality is also provided.
2010-04-28 12:46:00   Source: DICOM Image Viewer   Tags: Multimedia

The Working Programmer: Cassandra NoSQL Database, Part 2: Programming

Ted Neward explains how to connect to the Apache Cassandra NoSQL database from the Microsoft .NET Framework, how to read and write data to it, and more.

C++: New Concurrency Features in Visual C++ 11

Explore the new Visual C++ technologies that allow applications to run independent or semi-independent activities in parallel and provide mechanisms for synchronizing the way these activities handle data to avoid race conditions.
2012-02-29 17:00:00   Source: C++: New Concurrency Features in Visual C++ 11   Tags: Performance