.NET news » Search results
Search results for query "data" (259):
Create Reports from Any Data Source Using SQL Server Reporting Services Custom Data Extensions
How to : Get Excel data into a .NET DataSet object
Data Access for Partially Connected Applications
Data Binding in Windows Forms 2.0
Accessing and Updating Data in ASP.NET 2.0: Retrieving XML Data with XmlDataSource Control
The XmlDataSource control makes accessing, filtering, and transforming XML data a simple, code-free process. Additionally,
the XPath() and XPathSelect() databinding methods added to ASP.NET 2.0 make displaying particular
XML values or binding entire XML nodesets just as easy. And the XML data accessed can be from a local file or automatically
downloaded from a specified URL.
In this article we will examine how to use the XmlDataSource control and the XPath() and XPathSelect()
databinding methods, displaying the results in a variety of data Web controls..
Introducing a huMONGOus Database
Nowadays archiving, searching and processing the explosion of data generated in applications means coming up with nontraditional ways of dealing with the data. NoSQL solutions offer intriguing and unique ways of handling the volumes of data available to us. Additionally, 10Gen offers an open source distributed document-oriented solution called MongoDB.
ASP.NET: How to Handle Relational Data in a Distributed Cache
Create Data Classes
Developing a Realtime Stockreader using WPF and Yahoo Finance Data
Caching Data with a Web Service in Enterprise Library
The Caching Application Block's provider mechanism lets you create a custom provider that stores cached data anywhere you want. It was this that made me wonder if it was possible to cache data within or through a web service, which would allow the provider to cache its data almost anywhere—remotely or locally—without having to write specific code that is directly integrated within Enterprise Library.
The principle is simple enough. Instead of having the backing store provider within the Caching Application Block interact directly with the backing store (the usual approach, as implemented in the Isolated Storage provider and Database provider), the backing store provider simply packages up the data and sends it to a web service..


Syndicate