C# & ASP.Net

Haiming Chen

目录

  • 1 Course Introduction
    • 1.1 Syllabus
    • 1.2 Demo
  • 2 Foundations of .Net Programming with C#
    • 2.1 .Net Framework
    • 2.2 C# language
    • 2.3 Namespace
  • 3 .Net Programming with C#
    • 3.1 Data type in C#
    • 3.2 String Operation
    • 3.3 Array
    • 3.4 Operators & Expressions
    • 3.5 Flow of program
  • 4 Object Oriented Programming with C#
    • 4.1 Class definition
      • 4.1.1 Attribute definition
      • 4.1.2 Construction method
      • 4.1.3 Static member & method
      • 4.1.4 Overload method
      • 4.1.5 Overwrite method
    • 4.2 Parameter passing in member methods
    • 4.3 Inheritance and Polymorphism
  • 5 Exception Handling
    • 5.1 Try...Catch...
    • 5.2 Throw exception
  • 6 ASP.net MVC
    • 6.1 Introduction
    • 6.2 View (Razor C#)
    • 6.3 Model(C#)
Inheritance and Polymorphism