
Microsoft DirectX is a group of technologies designed to make Windows-based computers an ideal platform for running and displaying applications rich in multimedia elements such as full-color graphics, video, 3D animation, and rich audio. It is required by almost all PC games and 3D applications.
DirectX 9.0 includes security and performance updates, along with many new features across all technologies, which can be accessed by applications using the DirectX 9.0 APIs.
Download DirectX

Microsoft .NET Framework is a software component that is a part of several Microsoft Windows operating systems. It has a large library of pre-coded solutions to common programming problems and manages the execution of programs written specifically for the framework.
Developers use Microsoft .NET Framework to build applications of many types: Web applications, server applications, smart client applications, console applications, database applications, and more.
Microsoft .NET Framework 3.5 builds incrementally on the new features added in Microsoft .NET Framework 3.0. For example, feature sets in Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), Windows Presentation Foundation (WPF) and Windows CardSpace. In addition, Microsoft .NET Framework 3.5 contains a number of new features in several technology areas which have been added as new assemblies to avoid breaking changes.
Download Microsoft .NET Framework

The Speech Application Programming Interface or SAPI is an API developed by Microsoft to allow the use of speech recognition and speech synthesis within Windows applications. To date, a number of versions of the API have been released, which have shipped either as part of a Speech SDK, or as part of the Windows OS itself. Applications that use SAPI include Microsoft Office, Microsoft Agent and Microsoft Speech Server.
In general all versions of the API have been designed such that a software developer can write an application to perform speech recognition and synthesis by using a standard set of interfaces, accessible from a variety of programming languages. In addition, it is possible for a 3rd-party company to produce their own Speech Recognition and Text-To-Speech engines or adapt existing engines to work with SAPI. In principle, as long as these engines conform to the defined interfaces they can be used instead of the Microsoft-supplied engines.
In general the Speech API is a freely redistributable component which can be shipped with any Windows application that wishes to use speech technology. Many versions (although not all) of the speech recognition and synthesis engines are also freely redistributable.
There have been two main 'families' of the Microsoft Speech API. SAPI versions 1 through 4 are all similar to each other, with extra features in each newer version. SAPI 5 however was a completely new interface, released in 2000. Since then several sub-versions of this API have been released.
Download Microsoft Speech API 4.0
Download Microsoft Speech API 5.1

phpMyAdmin is an open source tool written in PHP intended to handle the administration of MySQL with the use of a Browser. phpMyAdmin can perform various tasks such as creating, modifying or deleting databases, tables, fields or rows; executing SQL statements; or managing users and permissions.
phpMyAdmin comes with a wide range of documentation. To ease usage to a wide range of people, phpMyAdmin is translated into 62 languages and supports both LTR and RTL languages. phpMyAdmin is a more than ten years old project with stable and flexible code base, to find out more about the project and its history see separate page.
Download phpMyAdmin