Introduction to C# презентация
Содержание
- 2. What is .NET?
- 3. What is the CLR (Common language runtime)?
- 4. Meaning of CLR Ouutput age of object using System; namespace ConsoleApplication_Test_Csharp {
- 5. IL (Intermediate Language) IL – special lowlevel language (like asm)
- 6. Metadata Data for define objects (in *.exe or *.dll)
- 7. How work JIT (Just-in-time compilation)? Analyze of head (32- or 64-bit) Use
- 8. How work JIT?
- 9. What is the CTS (Common Type System)? A set of common
- 10. What is the CTS?
- 11. What is the CLS? A specification of language features how methods
- 12. What is the CLS?
- 13. The Class Libraries The common classes used in many programs like
- 14. Assemblies Code contained in files called “assemblies” code and metadata .dll
- 15. COM vs .NET Historically, COM provided this integration support for interfaces
- 16. ASP.NET and ADO.NET Use .NET languages in web pages thus can
- 17. Windows PowerShell New shell originally for MS Vista available for WinXP/2k3
- 18. First C# Program using System; namespace Test { int a =
- 19. Constructions of Note using like import in Java: bring in namespaces
- 20. Constructions of Note Console.Write(Line) Takes a formatted string: “Composite Format” Indexed
- 21. More C# : basic inheritance class A { protected int a;
- 22. Скачать презентацию





















Слайды и текст этой презентации
Похожие презентации