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.
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.
Handling Entity Framework Validations in WCF Data Services
Windows 8 Metro Style adds yet another UI that can consume O
Data. Julie Lerman helps you sharpen your O
Data 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.
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.
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.
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.
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.