| Data Mining / Data Scraping Demo Implementing WhoIs Search and Domain Availability Search in ASP.NET. |
| The Code Project |
| Data Mining / Data Scraping Demo Implementing WhoIs Search and Domain Availability Search in ASP.NET. |
|
| DATA More Load, Less Code with the Data Enhancements of ASP.NET 2.0 |
| MSDN |
| Data Enhancements of ASP.NET 2.0 |
|
| Data Points: Handling Data Concurrency Using ADO.NET |
| MSDN |
| Data concurrency violations are always a big concern. Learn how to handle them in ADO.NET |
|
| Data Scraping in ASP.NET Using WhoIs Search !! |
| The Code Project |
| Data Scraping in ASP.NET Using WhoIs Search !! |
|
| Databinding and XML |
| DotNetJunkies |
| Data Binding is one of the best new features of ASP.NET. This article will demonstrate how easy it is to bind ASP.NET Server Controls to XML files. |
|
| DataBinding in Windows Forms |
| GotDotNet |
| GotDotNet's introduction to data binding. Extract: "Data binding provides a simple, convenient, powerful, and transparent way for developers to create a read/write link between the controls on a form and the data in their application (their data model)." |
|
| Databinding Web Forms to Objects as opposed to Datasets |
| The Code Project |
| A step-by-step walkthrough describing how to bind an ASP.NET web form to an object and object collection, as opposed to binding to datatables and fields. |
|
| Datagrid Common operations include editing, updating, deleting |
| The Code Project |
| Datagrid Common operations include editing, updating, deleting |
|
| DataGrids, Forms and Delegates. |
| The Code Project |
| This article describes using a Delegate to pass data from a DataGrid in one form, to set of controls in another form. |
|
| Declarative ASP.NET globalization |
| The Code Project |
| An article on how to implement globalization support for ASP.NET pages through attributes and reflection |
|
| Declarative QueryString Parameter Binding |
| The Code Project |
| Describes using reflection to automatically populate member parameters from the Form and Querystring. |
|
| Deferred ASP.NET Session State Management |
| MSDN |
| Conserve your environment by waiting to load your Session State data into memory until needed. |
|
| Defining .NET and how to build a Client Application for a distributed Web Service Architecture |
| DotNetJunkies |
| This article, the third in a series of three, demonstrates the assembly of a Client Application, or User Interface for a Web service application that was created in the previous articles. In this case, the Web service being called upon by the Client Application is itself another Web service. |
|
| Designer centric Wizard Control |
| The Code Project |
| A wizard control designed for design time development |
|
| Designing User Exits - a framework for application functionality extension using Microsoft .Net framework |
| The Code Project |
| An article on providing an interface for functionality extension or even functionality change in your applications |
|
| Developing A C# Vector Drawing Application - Part 1 |
| C#Today |
| Computer drawing applications are one of the most popular applications. Examples of such applications are Corel Draw and FreeHand - Windows users even have one in their system: Microsoft Paint. Chances are you too have used it once in your life. How about developing one? That has probably been done by a few people and the thought of it could scare beginners. This series of three articles by Budi Kurniawan show us that it is not hard at all with C# and the .NET Framework Base Class Library to build a vector based drawing application. Read on. |
|
| Developing A C# Vector Drawing Application - Part 2 |
| C#Today |
| This is the second part of a series where we build a vector based drawing application. In Part 1, Budi Kurniawan outlined the specification for the application and discussed some techniques for working with forms with the .NET Framework Base Class Library. In this part, we will continue with our development, first by discussing the various shapes for our drawing application and then writing event handling for some of the controls. |
|
| Developing A Vector Based C# Drawing Application - Part 3 |
| C#Today |
| In the first part of this series, Budi Kurniawan discussed the specification for a vector based C# drawing application. In Part 2, we looked at the Shape abstract class and the seven classes that inherit it. We also examined how an event handler works in a Windows application and we briefly discussed the System.Collections namespace. In this final part of the project, we will complete the development by discussing the DrawingArea custom control, the Color and Pen classes from the System.Drawing namespace, and object serialization - which is used to persist our drawing to a file, to be restored at a later stage. |
|
| Developing An Image Upload Web Service |
| DotNetJunkies |
| In this article, Bipin walks you through how to build an image upload Web Service. He shows you how ASP.NET Web Services make it easy to pass this kind of data by hiding the encoding and decoding involved. |
|
| Dialog Objects in .NET |
| C# Help |
| .NET environment has provided us with various
classes to use the Dialog objects. This paper explains how to create and use the
following dialog boxes in .NET environment: |
|
| Differences Between Visual Basic 6.0 and .NET Controls |
| MSDN |
| This document outlines the standard controls in Microsoft Visual Basic 6.0 and the equivalent Microsoft .NET controls. |
|
| Directory Picker Dialog |
| C# Corner |
| Although the open file dialog is a good tool for picking files, sometimes its the desire of the programmer to have a dialog that chooses a directory. This simple directory picker should get you started on this useful windows function. I wrote a previous article on this topic for Beta 1, but wanted to redo it for Beta 2. This Directory Picker in this article is also a bit different because it uses the "Large Icon" view of the ListView to traverse through directories. |
|
| Directory Picker in C# |
| C# Corner |
| This article illustrates the use of a treeview in a directory tree user control. You can use this control to visually select files or directories from any file structure on your computer system. |
|
| Discussion Forum Board |
| Master C# |
| This example updates the previous forum example that I had written for beta1. A lot has changed since then, even though from outside the forum has the same looks internally a lot has changed! Due to this I have taken the trouble to elaborate this example into easy to understand pieces. |
|
| Displaying a NotifyIcon's Balloon ToolTip |
| The Code Project |
| This article shows one approach to displaying a balloon tooltip for a notify icon created using the FCL's NotifyIcon class. This relatively new feature of notify icons is not supported by the NotifyIcon class and adding this feature to my own code was not immediately obvious without some creative coding. This is why I am presenting it here. The other reason is that I am hoping somebody can tell me that I'm doing it all wrong and that there is a much more 'correct' solution. |
|