.NET news » Search results

Search results for query "data" (259):

WPF Wonders: 3D Drawing

This article explains how to get started with three-dimensional drawing in WPF. It shows you how to build scene data, define lights, and use cameras to view a scene. It also shows how to use WPF's data binding and animation capabilities to make a scene move.

2009-07-27 21:31:44   Source: WPF Wonders: 3D Drawing   Tags: Graphics WPF

Building HTML5 Applications: Using HTML5 Canvas for Data Visualization

The new HTML5 canvas element gives you the power to create and manipulate images and animations on the fly. And it’s not just for complex projects like games. As Brandon Satrom demonstrates, you can use it to do some pretty cool data visualization as well.

Take a Leap Forward with ADO.NET vNext (Part 1)

ADO.NET vNext is a leap forward in database programming, using mapping files to isolate your applications from relational database schema changes, and letting you choose whether to deal with data directly as objects or as tabular data.
2006-11-03 13:18:08   Source: Take a Leap Forward with ADO.NET vNext (Part 1)   Tags: Database

Handling Entity Framework Validations in WCF Data Services

Windows 8 Metro Style adds yet another UI that can consume OData. Julie Lerman helps you sharpen your OData creation skills with WCF Data Services, Code First and the Entity Framework Validation API.

Making Sense of the XML DataType in SQL Server 2005

In SQL Server 2005, XML becomes a first-class data type. Developers can make minor remote modifications to stored XML documents easily, taking advantage of new support for XML schema-based strong typing, and server-based XML data validation.
2006-06-13 11:44:50   Source: Making Sense of the XML DataType in...   Tags: Database XML

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

Online Article: 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. ADO.NET 2.0 is faster than the first version of ADO.NET; in some instances, significantly faster. While many view ADO.NET 2.0 as more evolutionary than revolutionary, it provides many functions to give developers greater control over data access and data manipulation. It also leverages the new database capabilities in SQL Server 2005. In addition, ADO.NET 2.0 simplifies the creation of multiple-database solutions.

2006-01-03 02:00:00   Source: Online Article: The Baker's Dozen: 13 Productivity Tips...   Tags: Database

Open Data Protocol: Build Great Experiences on Any Device with OData

With smartphone shipments recently outpacing PC shipments for the first time, many organizations want to target client experiences on multiple platforms, such as the desktop, Web, phones and tablets. The Open Data Protocol can help, as you’ll see with here with several detailed examples.
2011-08-29 19:00:00   Source: Open Data Protocol: Build Great...   Tags: Build

Visualizing Live and Historic Stock Data Using Silverlight

The article aims to present a generic approach of fetching and visualizing live and historical stock data in Silverlight.

Json Data Visualizer using JQuery, JavaScript, Asp.net MVC 2.0

This article describes a Json data visualizer for popular web services like Google, Yahoo, Bing and Twitter using JQuery , JavaScript, and Asp.net MVC 2.0.
2010-06-29 05:44:00   Source: Json Data Visualizer using JQuery,...   Tags: Examples ASP.NET

Catel - Part 1 of n: Data Handling the Way it Should

Catel is not just another Extension Methods library, nor just an MVVM-framework, but it is a combination of basic data handling, useful controls, and an MVVM-framework.
2010-11-23 14:43:00   Source: Catel - Part 1 of n: Data Handling...   Tags: Components