January 15, 2002

.NET Framework 1.0 released

On January 15, 2002, MicrosoftThe software giant behind Windows, Office, Azure, and Xbox — founded by Bill Gates and Paul Allen. shipped .NET FrameworkMicrosoft's original managed runtime for Windows — CLR, BCL, and WinForms/ASP.NET stacks. 1.0 — a unified platform for building Windows desktop and web apps with automatic memory management.

What it was for

.NET Framework.NET FrameworkMicrosoft's original managed runtime for Windows — CLR, BCL, and WinForms/ASP.NET stacks. is MicrosoftThe software giant behind Windows, Office, Azure, and Xbox — founded by Bill Gates and Paul Allen.'s managed runtime: write in C# or VB.NET, get garbage collectionAutomatic memory management that frees unused objects — programmers need not track every allocation manually., shared libraries, web tools (ASP.NETMicrosoft's framework for building web applications and APIs on the .NET platform.), and database access in one stack. It powered enterprise Windows apps, internal portals, and desktop software for two decades until cross-platform .NET replaced it for new projects.

Companies

  • Microsoft

Why it's here

.NET FrameworkMicrosoft's original managed runtime for Windows — CLR, BCL, and WinForms/ASP.NET stacks. defined MicrosoftThe software giant behind Windows, Office, Azure, and Xbox — founded by Bill Gates and Paul Allen.'s development stack for Windows desktop and web for twenty years.

Why it mattered

It let C#, VB.NET, and other languages share one runtime and library ecosystem instead of fragmented Windows APIs.

What it solved

Windows developers juggled incompatible APIs for desktop (COM/MFC) and web (classic ASP); .NET offered one managed platform for both.

Media

  • .NET Framework
    Image.NET Framework

    Microsoft, Public domain, via Wikimedia Commons

Related