TAILIEUCHUNG - Applied C# in Financial Markets phần 8

và cho ví dụ một lớp trừu tượng có thể chứa các phương pháp không ảo trong khi một giao diện duy nhất có thể mô tả các phương pháp. Đối với một danh sách các sự khác biệt quan trọng, xem Bảng . Sự khác biệt lớn khi nói đến thực hiện, bạn | 72 Applied C in Financial Markets Transactions were examined along with how the DataSet synchronises with the database. Although there are automated ways provided in C that are useful for prototyping there are a series of methods to update the database directly that are more suitable for Enterprise applications. Using the UpdateCommand Insertcommand and DeleteCommand properties of the DataAdapter object the database transactions are managed and are well suited for either generated SQL statements or stored procedures. ----------------------------- 5 ----------------------------------- Input Output Financial applications often need to handle or generate flat files originating from vendors exchanges or legacy systems. This section will introduce you to the simpler forms of I O - from reading files to writing from files - and covers more complex I O topics such as serialisation. However the more advanced topics such as socket connections and TCP IP will not be covered here. In C there is a rich set of methods for handling files and passing data around in various formats and those familiar with C or Java should find it is straightforward. When you move data around you are streaming data and the .NET framework does lots by providing abstracted files directories buffered and unbuffered streams. STREAMS Stream is the abstract class on which other classes are built to handle reading or writing bytes to or from some storage. FileStream is based on the abstract Stream class and performs the read and write around a file as shown in Example . Example FileStream method private void Filer byte data new Byte 10 FileStream fs new FileStream if 0 for int i 0 i 10 i data i byte i 74 Applied C in Financial Markets data 0 10 The simple FileStream is not massively efficient as it writes one byte at a time. The BufferedStream handles byte data through an internal buffer that the operating system manages and thus is more

TỪ KHÓA LIÊN QUAN
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.