The common language runtime
-
Theo quan điểm của người lập trình, NET có thể hiểu như môi trường thực thi mới và thư viện lớp cở sở cải tiến. Môi trường thực thi là: Common language Runtime-CLR. Vai trò chính CLR: cocate, load, manage.Net types...
0p trantam876 27-09-2012 104 27 Download
-
Chapter 1: Undertanding the .NET Framework overview .NET Framework; understanding the common language runtime; understanding the managed excution process; understanding assemblies and the global assembly cache; cogfiguration and security; application domains and run times hosts.
35p cocacola_09 23-11-2015 60 3 Download
-
C# and .NET Framework Bài 1: C Sharp và kiến trúc .NET. C# cơ bản Đoàn Quang Minh minhdqtt@gmail.com http://www.VTPortal.net Last update: 30. December 2006 C# và kiến trúc .NET. C# cơ bản và kiế trú .NET. bả Editor: Đoàn Quang Minh Đoà 1 Mục lục Mối quan hệ giữa C# và .NET The Common Language Runtime Assemblies Các ứng dụng sử dụng C# Nhắc lại kiến thức C# (cú pháp C++) căn bản C# và kiến trúc .NET. C# cơ bản và kiế trú .NET. bả Editor: Đoàn Quang Minh Đoà 2 Mối quan hệ giữa C# và .NET C# là một ngôn ngữ lập trình mới nhất, hiện đại...
13p tengteng14 20-12-2011 76 8 Download
-
An exception is any error condition or unexpected behavior encountered by an executing program. Exceptions can be raised because of a fault in your code or in code you call (such as a shared library), unavailable operating system resources, unexpected conditions the common language runtime encounters (such as code that cannot be verified), and so on.
10p kh4nh007 16-04-2011 73 6 Download