Danh mục

Bài giảng Lập trình trên Windows với Microsoft® .NET: Bài 1 - Hồ Hoàn Kiếm

Số trang: 19      Loại file: ppt      Dung lượng: 544.50 KB      Lượt xem: 14      Lượt tải: 0    
Thư viện của tui

Hỗ trợ phí lưu trữ khi tải xuống: 1,000 VND Tải xuống file đầy đủ (19 trang) 0
Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Bài giảng Lập trình trên Windows với Microsoft® .NET: Bài 1 của Hồ Hoàn Kiếm giới thiệu tới các bạn những nội dung của môn học. Bên cạnh đó, bài giảng trình bày về Microsoft.NET; Microsoft .NET Framework Architecture; các đặc điểm của Visual Studio .NET; thực thi một chương trình .Net;... Mời các bạn tham khảo.
Nội dung trích xuất từ tài liệu:
Bài giảng Lập trình trên Windows với Microsoft® .NET: Bài 1 - Hồ Hoàn Kiếm Lập trình trên Windows  với Microsoft® .NET Giảng viên : Hồ Hoàn Kiếm Nội dung môn học  Giới thiệu Microsoft.Net .  Giới thiệu ngôn ngữ C# và các khái niệm cơ bản.  Lập trình hướng đối tượng với C#.  Lập trình Winforms với C#.  Lập trình cơ sở dữ liệu với ADO.Net . Giới thiệu Microsoft.NET.  Khảo sát kiến trúc .Net .  Xây dựng các ứng dụng với .Net .  Các thành phần trong .Net Framework.  Vai trò của CLR và IL . Microsoft .NET Framework Architecture Microsoft Microsoft C++ C# … Microsoft Visual Studio® .NET Visual Basic® .NET JScript® Common Language Specification Framework Class Library Common Language Runtime Windows LINUX .NET Platform Developer Tools Devices Servers XML Web Services User Experiences Programming Services .NET Framework .NET Framework Visual Basic Application Class Library s Data Types Visual C# .NET ADO.NET Applications Platfor Web Services m Code Windows Visual C++ JIT JIT compiler compiler produces produces Application machine machine language language Common Language s Runtime Source Source code code compiles compiles as as MSIL MSIL Các đặc điểm của Visual Studio .NET Web WebForms Forms Windows Windows Tools Tools Forms FormsTools Tools Visual Studio .NET Multiple Multiple Error Error Languages Languages Handling Handling XML XMLWeb Web Services One-stop Application Data DataAccess Access ServicesTools Tools Development Design Develop Debug Deploy Hổ trợ lập trình đa ngôn ngữ. Độc lập với hệ điều hành (Platform ). Xây dựng ứng dụng nhanh chóng và dễ dàng. Hổ trợ xây dựng ứng dụng cho nhiều thiết bị . Môi trường thiết kế trực quan . Hướng đến các ứng dụng trên Internet (Webservice, WAP…) MSIL, JIT và CLR VB C++ C# JScript J# Common Language Specification Microsoft Intermediate Language (MSIL) Just In-Time Compiler (JIT) Common Language Runtime (CLR) Operating System Thực thi một chương trình .Net C# C# Code Compiler Visual Basic Visual Basic JIT Code IL Compiler Compile r COBOL COBOL Code Compiler Native Code Thực thi các chương trình .NET .NET MSIL source + Machine Code Metadata code executed RL C code r eli p mo C e ga ugna L 2nd Compilation 1st Compilation Microsoft Intermediate Language MSIL .NET MSIL source + Machine Code Metadata code executed RL C code r eli p mo C e ga ugna L Helps Language interoperability IL is not bytecode, but MSIL converted to is very close to it. CPU-specific code by Therefore, when the CLR application is executed, the IL to machine code CPU-independent set of conversion is quick! instructions CLR .NET MSIL source + Machine Code Metadat code executed RL C code r eli p mo C a e ga ugna L Manages memory Cross-language Makes it easy to design integration components & (especially cross- applications whose language objects interact across inheritance) languages ...

Tài liệu được xem nhiều: