20080125dotnet

Uploaded from authorPOINTLite
Views:
 
Category: Education
     
 

Presentation Description

No description available.

Comments

Presentation Transcript

Slide1: 

1 福井コンピュータ株式会社 小島 富治雄

Slide2: 

2

PC-DOS 1.0 (1981): 

PC-DOS 1.0 (1981)

API (1981): 

API (1981) 4 mov ah,09h ; Display String mov dx,offset data ; Data offset address int 21h ; DOS Function Call

Windows 1.0 (1985): 

Windows 1.0 (1985)

OS/2 1.0 (1987): 

OS/2 1.0 (1987) 6

OS/2 1.1 (1987): 

OS/2 1.1 (1987) 7

API (1987): 

API (1987) 8 WinMessageBox ( HWND_DESKTOP, hDlg, “こんにちは”, “メッセージ”, 0, MB_OK);

Windows 95 (1995): 

Windows 95 (1995)

API (1995): 

API (1995) 10 MessageBox( NULL , TEXT(“こんにちは") , TEXT(“メッセージ”) , MB_OK | MB_ICONINFORMATION);

1995 (サン・マイクロシステムズ社): 

1995 (サン・マイクロシステムズ社) 11

API (1996-97): 

API (1996-97) 12

COM: 

COM 13

Windows 98 (1998): 

Windows 98 (1998)

1998: 

1998

Windows 2000 (2000): 

Windows 2000 (2000)

2000: 

2000

Windows XP (2001): 

Windows XP (2001)

2001-2003: 

2001-2003

Windows Vista (2007): 

Windows Vista (2007)

2006-2007…: 

2006-2007…

Microsoft .NET という技術: 

Microsoft .NET という技術 22

Microsoft .NET の構成 : 

Microsoft .NET の構成 23