| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 2 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| Advanced Data Mapping in .NET |
| DotNetJunkies |
| In this article, Tin demonstrates 3 automated mechanisms for data mapping: mapping from Database table columns to object properties, mapping from HTML form fields to object properties, mapping from ASP.NET Web controls to object properties. |
|
| Data Types in C# |
| DotNetJunkies |
| Wajahat explains the basic data types in C# and the Common Type System. |
|
| Manipulating Binary File Data |
| C#Today |
| In one of Matthew Reynolds earlier articles, he showed us how we can save and load document data to a file. This data was stored in a binary format that mimics the way your computer stores the data in memory. This can be easily achieved in .NET, providing that we understand how data is stored within the file. What we havent seen is how to manipulate data that is in a specific format, but where that format is not designed by us or stored in a binary format. In this article, Matthew shows us how we can use various classes in the Framework to read binary data directly from a very popular file format: MP3. |
|
| Microsoft .NET Kick Start Chapter 3: Programming with .NET |
| The Code Project |
| An introduction to programming with .NET. |
|
| Microsoft Visual C# .NET 2003 Developer's Cookbook |
| The Code Project |
| Chapter 3: Strings and Regular Expressions |
|
| Using an ADO.NET DataSet as a Reporting Services Data Source |
| MSDN |
| Learn how to build a data processing extension for Reporting Services that enables you to use an ADO.NET DataSet as a data source. |
|
| Using Message Queuing for Custom Remoting Channel |
| The Code Project |
| This article describes how to design, implement (C#) and configure the Custom Remoting Channel using Message Queuing. |
|
| Utilizing the AdRotator Control |
| Naked Variables |
| The AdRotator control provides a plug-and-play mechanism to easily display various ad files on your web pages with little effort. The control utilizes XML formatted Advertisement Files that contain the information needed to render the ad images to the end user. The ads are created randomly (based upon the weight given to each ad in the ad file) by the control. |
|