.NET Archive

Automate the process of documenting your code

We all understand the need to comprehensively document our class libraries and to keep it up to date with the code base. And still, documentation is an ongoing pain for all of us. The Visual Studio .NET IDE takes a first big step in easing that pain. It allows to document your code in a way that the compiler can create an XML document describing your classes, methods, properties, etc. This article explains how to use this feature and then create a basic help file out of it.

Teeny module runs new “.NET Embedded” software stack

A small startup in Microsoft's backyard is poised to begin shipping a tiny, 32-pin chip-like computer module that runs ".NET Embedded," a new Microsoft embedded software platform developed for use in watches and other "smart personal objects." The module, developed by startup .netcpu Corp., incorporates portions of Microsoft's Smart Personal Objects Technology (SPOT) hardware and software.

Moving to .NET and WinFX: a Roadmap for C/C++ Applications

This article is for C++ programmers who are (at least for now) not targeting the Microsoft .NET Framework in new or existing applications. It provides some guidelines for moving to the .NET Framework without leaving behind the investment in existing code, and explains why you should consider moving to the .NET Framework not only for new development, but for existing applications as well.

C# Design Patterns: Adapter

The great adaptability of C# is one of its assets, but coding for a wide variety of platforms can be overwhelming. This chapter by Steven John Metsker will help you adapt your code to different situations with ease. Also, Jim Mischel talks about the System.IO.Path class, which makes working with path names very easy. Also, learn how to use Visual Studio's tools to throw and catch, elegantly and easily.

.NET Samples for Visual FoxPro Developers

This download contains different projects and source files which are designed to show how how some common Visual FoxPro functionally is created in Visual Basic .NET. Many of these samples are directly or indirectly based on existing Visual FoxPro 8.0 Solution Samples for comparison reference. Each project is self-contained and can be run independently of any other.