.NET news » Examples 
CompTIA A+ Certification All-in-One Exam Guide, Seventh Edition (Exams 220-701 & 220-702)
Author: Michael Meyers
Average rating: (0 reviews)
More .NET Examples books
Retrieving Custom Objects Added to the Clipboard
Retrieving a custom object from the clipboard returns nothing if the object has a reference to a nonserializable object. Find out how to workaround this.
Serializing, Consuming, and Binding Generics in .NET 2.0
Generics are a powerful new feature in .NET 2.0, but it's not so obvious how to use them as return values from Web services, or how to bind them to controls. Find out how to serialize, data bind, and consume generic collections in ASP.NET 2.0
15 Dec 2005, 21:56:59 Source: Serializing, Consuming, and Binding Generics in .NET 2.0
Tags: Examples
ASP.NET
NET Matters: Iterating NTFS Streams
Do you need access from your managed code to the alternate data streams in NTFS files? Need to enumerate and iterate through them? Stephen Toub shows how with the new iterator support in C# 2.0.
How to Create a Web Service in C#
Learn how to create a Web service in C#.
UI on the Fly: Use the .NET Framework to Generate and Execute Custom Controls at Run Time
Creating UI controls on the fly can be accomplished via run-time code generation. And there are lots of reasons to do so. Generating these controls once and then reusing them as needed is more efficient than generating the controls each time. Read on.
14 Nov 2005, 18:52:46 Source: UI on the Fly: Use the .NET Framework to Generate and...
Tags: Examples
GUI
Wicked Code: Asynchronous Pages in ASP.NET 2.0
Wicked Code: Asynchronous Pages in ASP.NET 2.0
Get A Raise: Discover a Series of Fortunate Event Handlers in Visual Basic
You may use them every day, but how much do you really know about events? What's going on when you add an event handler to a class? In this article, Ken Getz demonstrates various ways to interact with events and event handlers, and shows how they can solve common problems. Along with the article, you can download two sample applications (one for Visual Basic .NET 2002 and 2003 and one for Visual Basic 2005) and follow along.
10 May 2005, 03:00:00 Source: Get A Raise: Discover a Series of Fortunate Event...
Tags: VB.NET
Examples
Collection Controls with Rich Design Time Support
This extensive article details the process of creating complex list-based controls with rich design time support similar to my DotNetWidgets and OutlookBar controls.
9 Feb 2005, 11:41:00 Source: Collection Controls with Rich Design Time Support
Tags: Components
Examples

