.NET news » Examples Examples Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >
The Art of Unit Testing: with Examples in .NET
Author: Roy Osherove
Average rating:  / 0
(0 reviews)
More .NET Examples books
download
How To : Create a Dynamic Time Table in ASP.NET
There will be many times where you will need to have a time table in your applications. This articles discusses on the same.
27 Dec 2005, 10:47:52   Source: How To : Create a Dynamic Time Table in ASP.NET   Tags: ASP.NET Examples
How to : Get Excel data into a .NET DataSet object
There may be requirement where in data in an Excel sheet has to be manipulated inside .NET Applications. Although there are many ways to achieve this (like using Excel object of COM), the most preferred way is to use the .NET Data providers to achieve this. This article discusses on the same.
22 Dec 2005, 11:12:42   Source: How to : Get Excel data into a .NET DataSet object   Tags: Examples
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.
21 Dec 2005, 02:17:06   Source: Retrieving Custom Objects Added to the Clipboard   Tags: Examples
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
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.
15 Dec 2005, 21:10:05   Source: NET Matters: Iterating NTFS Streams   Tags: Examples C#
How to Create a Web Service in C#
Learn how to create a Web service in C#.
1 Dec 2005, 01:07:37   Source: How to Create a Web Service in C#   Tags: C# Examples Web Services
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
13 Sep 2005, 03:00:00   Source: Wicked Code: Asynchronous Pages in ASP.NET 2.0   Tags: ASP.NET Examples
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
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 >