Keep OSNews alive by becoming a Patreon, by donating through Ko-Fi, or by buying merch!

.NET Archive

.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.

A Progress Bar that Doesn’t Progress; Create a Debugger Visualizer

Sometimes you just need to show that you are doing something, even if you can't say how long it is going to take. One effective way of illustrating this state is to display a cyclic animation. Building your own progress bar is probably the easiest part of this column; understanding how to use it in your own applications is the real trick. This article describes how to create a visualizer, using the Visual Studio 2005 Beta 1 release, which enables you to customize the way data is displayed when you are debugging through managed code.

Microsoft .NET Framework 1.1 Service Pack 1 Available

The primary focus of Microsoft .NET Framework 1.1 Service Pack 1 (SP1) is improved security. In addition, the service pack includes roll-ups of all reported customer issues found after the release of the Microsoft .NET Framework 1.1. Of particular note, SP1 provides better support for consuming WSDL documents, Data Execution prevention and protection from security issues such as buffer overruns. XP version, 2003 Server version.

The Problem with .NET Generics

One of the most awaited features of Microsoft .NET 2.0 is generics. Generics promise to increase type safety, improve performance, reduce code duplication and eliminate unnessecary casts. The most obvious application of generics in the framework class library are the generic collections in the new System.Collections.Generic namespace. Much has been written about those, but they are not the topic of this article.

Demo of C# Express; .NET Framework v2.0 Beta 1 Released

Dan Fernandez, here, demonstrates how to build a cool little application in Visual C# Express Edition (you can download that from the Channel 9 Express site). Follow along as Dan takes you through the demo's source code and gives you a visual tour of C# Express. Elsewhere, the .NET Framework version 2.0 beta redistributable package is the most recent update to the Microsoft .NET Framework and includes everything you need to run applications developed using the .NET Framework.