1 / 11

.Net History

.Net History. Visual Studio .Net 2002 / .Net Framework 1.0. Visual Studio .Net 2003 / .Net Framework 1.1. Visual Studio .Net 2005 / .Net Framework 2.0. .Net Framework 3.0. Visual Studio 2005 SP1 / Expression Studio / AJAX.NET. Visual Studio 2008 / .Net Framework 3.5.

sydney
Télécharger la présentation

.Net History

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. .Net History

  2. Visual Studio .Net 2002 / .Net Framework 1.0

  3. Visual Studio .Net 2003 / .Net Framework 1.1

  4. Visual Studio .Net 2005 / .Net Framework 2.0

  5. .Net Framework 3.0

  6. Visual Studio 2005 SP1 / Expression Studio / AJAX.NET

  7. Visual Studio 2008 / .Net Framework 3.5

  8. Visual Studio 2010 / .Net Framework 4.0

  9. Managed Code Cf) Native Code (UnManaged Code) - 결과물이 플랫폼(OS) 종속적 Source Code 기계어 (특정 OS만 해석 가능) Compile

  10. Managed Code - OS, H/W 종속적이지 않은 프로그램 - ex) Java, C#,... Source Code 임시 코드 OS Compile OS 종속 코드 변환

  11. Managed Code 특징 - 객체 지향 모델 (OOP) 설계 - 언어 독립적 - 타입 안정성 Managed Code 는 변수의 형을 엄격하게 제한 - Garbage Collection .... 단점 - Native Code 에 비해 실행 속도가 느리다. - JVM, .NET Framework 과 같이 특정 Framework 이 설치 되지 않은 환경에선 동작하지 않는다.

More Related