Đang chuẩn bị liên kết để tải về tài liệu:
Bài giảng NET programming (2014) - Nguyễn Đạt Thông
Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ
Tải xuống
Bài giảng NET programming trình bày những nội dung cơ bản như sau: Tổng quan về .NET framework và MS Visual Studio .NET, tổng quan về C#, lập trình Windows Forms, đa luồng và kết nối mạng, kết nối cơ sở dữ liệu, Windows Presentation Foundations và Silverlight. . | 2 19 2014 .NET Framework là gì The .NET Framework is a technology that supports building and running the next generation of applications and XML Web services. The .NET Framework is a managed execution environment that provides a variety of services to its running applications. Mục tiêu của .NET Framework Mic .N To make the developer experience consistent across widely varying types of applications such as Windows-based applications and Web-based applications. To build all communication on industry standards to ensure that code based on the .NET Framework can integrate with any other code. 2 19 2014 Mục tiêu của .NET Framework a code-execution environment that minimizes software deployment and versioning conflicts. a code-execution environment that eliminates the performance problems of scripted or interpreted environments. To provide a consistent object-oriented programming environment . a code-execution environment that promotes safe execution of code including code created by an unknown or semi-trusted third party. Các dịch vụ của .NET Framework 1 Microsoft - Memory management. Language interoperability. A common type system. Version compatibility. An extensive class library. Side-by-side execution. Development frameworks and technologies. Multi-targeting. 8 2 Kiến trúc .NET Framework .NET Framework consists of two major components the common language runtime CLR the .NET Framework Class Library VB.NET ctt Common Language Specification ASP NET Windows r ỡtì Forms Web Services Forms ADO .NET and XML Bass Class Library Common Language Runtime Operating System 2 19 2014