Home Home Home
Options
 
 Newsletter
View our sponsorsClick here for Whole Tomato Software - Home of Visual AssistAdvertise on the CodeProject
Home Latest updates Submit your article About Us Advertise on the Code Project Contact us Discussion Forums
Navigation bar
Community
.NET
Controls
General
Libraries and Projects
Multimedia
Other Platforms
GUI
Internet
Miscellany
 
.NET - The Next Generation Internet

Display articles by
Title/Description Author Updated Score

ADO.NET
 
The ADO.NET ADODataReader class
Accessing database information using the ADODataReader class from ADO.NET in C#
Chris Maunder 13 Mar 2001
Beginner
4.03
Simple ADO.NET Database Read, Insert, Update and Delete using C#.
An easy introduction to accessing databases using the ADO classes. It includes how to read and write integers, strings and dates.
John McTainsh 31 May 2001
Beginner
3.84

ASP.NET
 
Enhacing ASP.NET Validators
An article on extending the ASP.NET validators
Xicoloko 6 Jul 2001 4

ATL Server
 
ATL Server Tutorial - TipOfTheDay
Create an ATL Server to generate random tips using a Server Response File
Erik Thompson 19 Apr 2001 4
SOAPing without a Web Server
Demonstrates how to use ATL Server to build SOAP servers/clients over various transport channels.
Bogdan Crivat 18 May 2001
Advanced
3.9

COM Interop
 
COM Interop using managed C++
A demoonstration of COM Interop, showing early and late binding to a COM component
Igor Chouvalov 20 May 2001 3.14

GDI+
 
Starting with GDI+
Getting started with the new Microsoft Graphics Libraries
Christian Graus 13 May 2001
Beginner
3.94
Doodle - a basic paint package in GDI+
Using GDI+ to create a paint program with soft brushes and loading/saving images.
Christian Graus 4 Jun 2001 3.93
GDI+ Brushes and Matrices
Using GDI+ to draw solid/gradient filled and textured shapes
Christian Graus 31 May 2001 3.82

General
 
Understanding Classic COM Interoperability With .NET Applications
Discusses how existing COM components can be used from managed code.
Aravind Corera 25 Jul 2001
3.99
Multithreading in .NET
An article on multithreading in .NET. Three different ways of creating threads in .NET are discussed: simple threads, timers and thread pool.
Uroš Šmon 21 May 2001
Beginner
3.88
.NET Remoting Spied On
Microsoft's RemSpy sample's implementation has been explained and more remoting explanations.
Naveen K Kohli 6 Feb 2001 3.71
All About .NET
Just what is .NET? Jason Clark gives an overview of .NET and what it means to you as a developer.
Jason Clark 13 May 2001
Beginner
3.71
GDI+ in managed C++ applications.
This Sample demonstrates basic drawing techniques using GDI+ in a Managed C++ application.
Igor Chouvalov 31 May 2001 3
Visual Studio.NET screen shots
Some Visual Studio.NET screen shots to tease
Chris Maunder 9 Aug 2000 2.93
Mixing Managed and Unmanaged code
C++ managed code introduced us a new string type, namely System.String. You can imagine though, that some conversion functions are needed to work with this new string type when mixing managed and unmanaged code in your project.
Nick Van den Abbeele 31 May 2001 2.5
Shareable CString in ATL
How to use the new shareable CString class in an ATL project
Erik Thompson 20 Apr 2001
Beginner
1.62

How To
 
Using Diagnostic Classes In The .NET SDK
How to use Diagnostic classes and tree view control in the .NET SDK
Naveen K Kohli 2 Feb 2001
Beginner
3.88
.NET Diagnostics - II, A Threads Monitoring Application Using C#
Using ProcessThread class to monitor states of threads inside a proces
Naveen K Kohli 5 Feb 2001
Beginner
3.67
How To Add ToolTips To Controls On A Windows Form
Tips on how to add tooltips to controls on windows form in the .NET framework
Naveen K Kohli 2 Feb 2001
Beginner
2.38
How To Use The ErrorProvider Object To Indicate Invalid Control State
A tutorial on how to incorporate the ErrorProvider object into .NET WinForms using C#
Naveen K Kohli 2 Feb 2001
Beginner
0

Managed C++
 
Delegates in managed C++
This sample demonstrates single- and multi-cast delegates using C++, including declaration, creation and usage, and a discussion on type safety.
Chris Maunder 26 Apr 2001
Beginner
4.24
Cross language inheritance in .NET
An introduction to cross-language inheritence in .NET.
Chris Maunder 26 Apr 2001
Beginner
4.16
Using value types in managed C++
A quick introduction to using .NET value types in managed C++
Chris Maunder 26 Apr 2001
Beginner
4.1
Using managed reference types in C++
A quick introduction to using .NET managed reference types in C++
Chris Maunder 3 Apr 2001
Beginner
4.04
Using ADO.NET in a managed C++ application
This article demonstrates the basics of accessing a database and retrieving data from that database usingthe ADO.NET data classes.
Igor Chouvalov 26 Apr 2001
Beginner
3.89
Garbage Collection in .NET
A quick introduction to Garbage collection in .NET
Chris Maunder 26 Apr 2001
Beginner
3.77
Using the .NET managed TCP/IP classes in a managed C++ appplication
This sample demonstrates a basic technique of networking using the TCP/IP protocol in a managed C++ application by implementing a simple POP3 client.
Igor Chouvalov 20 May 2001 3.6
Using properties in managed C++
An introduction to using scalar and indexed properties in managed C++
Chris Maunder 17 Apr 2001
Beginner
3.56

MFC7
 
The MFC CDHtmlDialog class
This sample demonstrates using the MFC CDHtmlDialog class in MFC7
Chris Maunder 4 May 2001 4.18
New type-safe message maps in MFC
The example demonstrates the stricter type checking for the return and parameter types of message handler functions.
Igor Chouvalov 4 May 2001
Beginner
3.73
Using the new MFC7/ATL7 shared classes.
This example demonstrates using the new shared ATL/MFC classes such as CPoint, CRect, CSize and CString
Igor Chouvalov 13 May 2001 3.4

P/Invoke
 
Using P/Invoke in a managed C++ application
This article demonstrates interoperability between .NET managed code and old unmanaged code. It uses the P/Invoke mechanism to call unmanaged DLL entry points.
Igor Chouvalov 20 May 2001 2.8

Unedited Reader Contributions
 
How To Host .NET Remoting Objects In Windows Service Application
A tutorial on how to create a windows service application and host remoting object in the service application
Naveen K Kohli 13 May 2001 3.88
ADO.Net – Get the notification events from Managed Providers
How to use the event handlers for various ADO.Net connection & data objects
Naveen K Kohli 4 May 2001 3.79
.NET Diagnostics – III, Enumerate System Services and Dependencies Using C#
How to get the list of all system services on a system and also finds out their dependencies.
Naveen K Kohli 19 Mar 2001 3.67
.NET Diagnostics – IV, Use Environment Class To Get Your Environment
Use of Environment class explained to extract information like Operating System, Environment Variables, etc.
Naveen K Kohli 20 Mar 2001 3.5
OPC and .NET with COM Interoperability
How to access OPC (OLE for Process Control) from .NET with advanced COM interop
VISCOM .NET Team 9 Jul 2001
Advanced
3.33

Links

Building the Next Generation Internet
A Steve Ballmer Q&A; session on .NET
Microsoft 27 Jun 2000
Whitepaper on the Next Generation Internet
An overview of the new .NET strategy
Microsoft 27 Jun 2000
Jakob Nielsen on .NET
An alternate reading
Jakob Nielsen 27 Jun 2000
Introducing ADO+
A quick intro to the next generation of ADO
Microsoft 12 Aug 2000
Introducing Win Forms
Discover how Win Forms enable applications to take full advantage of the rich user interface features available in the .NET platform
Microsoft 12 Aug 2000
Introducing Web Forms
Discover how to rapidly develop cross-platform, cross-browser programmable Web applications
Microsoft 12 Aug 2000
Introducing JScript.NET
JScript.Net is probably the biggest leap in functionality for JScript since the 1996 introduction of JScript version 1.0
Microsoft 12 Aug 2000
Introducing Web Services
Learn about Web Services and the .NET framework
Microsoft 12 Aug 2000
Web Services and XML
Read how Visual Studio 7 uses XML to simplify development of Web services
Microsoft 12 Aug 2000
The .NET SDK
Download the .NET preview
Microsoft 12 Aug 2000
Visual Studio.Net Resources and Links
A collection of Microsoft links on .NET
DevX 14 Aug 2000
Microsoft .NET on MSDN
MSDN Online .NET information
Microsoft 14 Aug 2000
Creating Designable Components for Microsoft Visual Studio .NET Designers
This article discusses how Microsoft .NET components, written in managed code and built upon the common language runtime, provide developers with a great new mix of development ease similar to that of Microsoft Visual Basic while delivering the power of lower level programming more commonly associated with ATL or MFC.
Microsoft 14 Aug 2000
Microsoft .NET Framerowk SDK Net Classes: Writing Networked Applications in Managed Code
This article outlines the Microsoft .NET Framework SDK managed-code framework for writing applications that send or receive data over the Internet.
Microsoft 14 Aug 2000
Microsoft .NET: Realizing the Next Generation Internet (HTML Format)
The Microsoft White Paper on .NET (HTML Format)
Microsoft 14 Aug 2000
The Programmable Web: Web Services Provides Building Blocks for the Microsoft .NET Framework
Web Services are building blocks for constructing distributed Web-based applications in a platform, object model, and multilanguage manner. Web Services are based on open Internet standards, such as HTTP and XML, and form the basis of Microsoft
MSDN Magazine 14 Aug 2000
Visual Studio .NET: Build Web Applications Faster and Easier Using Web Services and XML
This article provides an overview of these features, as well as a look at Web Services, Web Forms, and new versions of ADO and ASP. It takes a first look at dozens of important new Visual Studio features that aid in the design, development, testing, and deployment of solutions built with Visual Basic, C++, Visual FoxPro, and C#.
MSDN Magazine 14 Aug 2000
.NET Framework ASP+ discussions
General newsgroup discussion on .NET framework ASP+
Microsoft 14 Aug 2000
.NET Framework Classes discussions
General newsgroup discussion on .NET framework classes
Microsoft 14 Aug 2000
.NET Framework Runtime discussions
General newsgroup discussion on .NET framework runtime
Microsoft 14 Aug 2000
.NET Framework SDK discussions
General newsgroup discussion on .NET framework SDK
Microsoft 14 Aug 2000
.NET Framework SDK Setup discussions
General newsgroup discussion on .NET framework SDK Setup
Microsoft 14 Aug 2000
.NET discussions
General newsgroup discussion on .NET
Microsoft 14 Aug 2000
Peter Drayton
A collection of .NET & C# utilities & samples with source code
Peter Drayton 31 Aug 2000
The Mono Project - .NET on Linux
A community initiative to develop an open source, Linux-based version of the Microsoft.NET runtime.
Ximian 10 Jul 2001

View our sponsorsWndTabs. Make Visual Studio the way it was meant to be,Advertise on the CodeProject
last updated 3 Aug 2001
Advertise
Copyright © CodeProject, 1999-2001.
All Rights Reserved.