A Programmer's Introduction to CSharp 2.0 3rd Edition

Even before the first version of C# officially shipped, the C# language design team was getting feedback from customers. Overall, the feedback was positive, but developers were missing the flexibility of generic types (a facility also known as templates or parameterized types in some languages)....

Mô tả đầy đủ

Đã lưu trong:
Chi tiết về thư mục
Những tác giả chính: Gunnerson, Eric, Wienholt, Nick
Định dạng: Sách
Ngôn ngữ:English
Được phát hành: Apress 2012
Những chủ đề:
Truy cập trực tuyến:http://scholar.dlu.edu.vn/thuvienso/handle/DLU123456789/30588
Các nhãn: Thêm thẻ
Không có thẻ, Là người đầu tiên thẻ bản ghi này!
Thư viện lưu trữ: Thư viện Trường Đại học Đà Lạt
Miêu tả
Tóm tắt:Even before the first version of C# officially shipped, the C# language design team was getting feedback from customers. Overall, the feedback was positive, but developers were missing the flexibility of generic types (a facility also known as templates or parameterized types in some languages). This wasn’t a surprise to the design team; we would have liked to have had generics in the original release as well, but doing them the right way—as a .NET runtime feature, accessible to all languages—was something that wouldn’t fit into the schedule for v1.0, or even in the following v1.1 release.