TAILIEUCHUNG - Microsoft ASP .NET Fast & Easy Web Development phần 2

các chuỗi tạm thời trong bộ nhớ bởi vì các loại String là bất biến. Vì vậy, bằng cách sử dụng lớp StringBuilder là thích hợp hơn. B. không đúng: Strings được giới hạn cho byte, 256 byte. C. không đúng: Bạn có thể tìm kiếm và thay thế bằng một lớp String tiêu chuẩn. D. | Code. The code defines the classes functions and controls that are shared by multiple pages of an application or by different applications on the same server. Web applications created in are composed of many files with different file names and extensions. This is because stores code for the user interface and the program logic in different files. Code separation ensures that the application is well structured and performs optimally. files by default have an .aspx or .ascx extension. The .aspx files represent the Web forms and the .ascx files represent the user controls created for a Web application. In addition to these files there are other files that contain the code for an application. The extensions of the code files depend on the programming language used. For example a C file would have the extension .. Examining the Features of allows developers to create Web applications in the programming language of their choice. It also offers a number of other features that make creating Web applications easy. The following sections briefly discuss some of the important features of . Common Language Runtime runs in the context of the .NET CLR. A CLR provides a programming interface between the .NET Framework and the programming languages available for the .NET platform. The CLR simplifies application development and provides a robust and secure execution environment. By being a component of the .NET Framework benefits from the .NET Framework s features such as cross-language integration and exception handling automatic memory management and enhanced deployment support. Caching Caching is a technique for storing frequently used data in an application. By caching data you can improve the performance of your Web application because retrieving data stored within an application is faster than retrieving data from any other location such as a database. provides three types of caching support for .

TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.