The Wayback Machine - https://web.archive.org/web/20111101203414/http://www.codeguru.com:80/csharp/.net/net_general/toolsand3rdparty/

    Tools and 3rd Party

    Iron Speed Designer Review

    Rapid Application Development or RAD tools enhance the productivity of developers by allowing them to focus on the business part of their application. This article is a review of Iron Speed Designer, one of the best know RAD tools for development of .NET framework web applications.

    Custom User Interface for MSI Packages Using C# .NET

    Windows installer has its own way to display installer user interface which is far different from other technologies. MSI supports few controls compared to .Net or other platform. Though it is not very difficult, still it is hard job to develop sophisticated installation package with good user interface, even after using well known installer software. NvnInstaller.MsiDotNet api makes this job easier.

    Microsoft's LightSwitch Beta Debuts Early

    The company's developer tool for non-programmers makes its public beta appearance nearly a week ahead of schedule, but only for MSDN subscribers.

    Microsoft Updates Power Tools for Microsoft Visual Studio

    Microsoft rolls out an update to its Productivity Power Tools, a set of extensions to Microsoft Visual Studio 2010 designed to make developers' lives easier.

    [Updated] SHAREPOINT 2007: Integrating the Google Chart API

    Discover how to use Google Charts in SharePoint 2007.

    Spruce up your next application with the WPF Ribbon

    Is it time to give your next application a major user interface face lift? Try the WPF Ribbon as used in Microsoft Office 2007.

    Rapid UI Prototyping with Microsoft Expression Blend 3

    In today's environment prototyping your UI can be paramount. This article will show users how to use the Microsoft Expression Blend 3 prototyping tool and discuss the differences between static, interactive and convertible prototypes.

    Visual Studio 2010 Delayed

    Developer feedback extends beta for quality reasons.

    Writing UDFs for Firebird Embedded SQL Server

    This article was written mainly for developers who use Firebird Embedded SQL Server in .Net framework applications and want to speed up or optimize DB queries. We will describe how to create your own native Firebird extension and show some approaches how to use it in managed code applications.

    Mobile Device Detection and Redirection Using ASP.NET/MVC

    Discuss approaches to determine if an HTTP request is coming from a mobile phone and then redirecting the request to a page optimized for a mobile browser. Also it shows how to retrieve mobile device capabilities information.

    Is RFID Still Important?

    A short interview with Microsoft on RFID technology.

    Windows PE 2.0 Tutorial

    Learn how to build a custom Windows image running a windows application like Vista installation.

    [Updated] XML Data Binding

    XML Data Binding allows you to manipulate an XML document via a set of simple objects. Learn about the generation of these objects, and see a summary of the existing products on the market.

    DocMounter Help File Builder

    Tool for creating MS Visual Studio XML documentation files. These files can be used in Visual Studio, and to get the modern help using such tools as NDoc and SandCastle.

    Creating Crystal Reports Using the Push Method in .NET

    Learn how to use datasets to power Crystal Reports, without the need for a server-based database.

    [Updated] RFID Programming Made Simple and Cheap

    Using RFID hardware and incorporating RFID tag information into your applications can really be quite simple. See what can be done with less than $100 and no more than a few dozen lines of code.

    Pirin: .NET Solution Generation Tool

    Learn about a tool that helps generate customized Visual Studio 2003/2005 solutions.

    Multithreaded Programming Using CSP.NET

    Read a short introduction to multithreaded programming with CSP.NET, which is a simple and intuitive alternative to standard thread programming.

    JavaServer Faces and ASP.NET - A Side by Side Look

    Take a look at a high-level comparison of two popular technologies available to web application developers - JavaServer Faces (JSF) and ASP.NET.

    Are You Confused Yet?

    Editorial: In the ever rampant word of technology and changes, it is easy to get confused. Consider C# and what is being discussed in the market...

    Create and Edit Office Documents with .NET

    Get a jump on the growing need to create and edit Office documents (mostly Word and Excel documents) programmatically from .NET applications. Dino Esposito demonstrates two approaches.

    Creating Installer Patches with MSI 3.0

    Today, it is common to have software patch releases due to various reasons. Discover the steps needed to create a patch using MSI 3.0.

    Beta 2 of Visual Studio 2005 Released

    Beta 2 of Visual Studio 2005 is now available for download for MSDN subscribers. Learn how you can get it too.

    [Updated] Enterprise Messaging in a Heterogeneous Environment

    Learn how to integrate C# and Java services into a single logical message bus using MSMQ and JMS.