จำนวนชั่วโมง : 18 ชั่วโมง ราคา : 11,900 บาท (ราคานี้ ยังไม่รวม VAT)
1.ความรู้เบื้องต้นเกี่ยวกับ C# และ .NET Framework o Introduction to the .NET Framework o การสร้างโปรเจคด้วย Visual Studio 2015 o การเขียนภาษา C# เพื่อพัฒนา Application o การพัฒนา Graphical Application o การรันและการทดสอบระบบด้วย Visual Studio 2015 2.Using C# Programming Constructs o การประกาศและกำหนดค่าให้กับตัวแปร (Variable) o การกำหนด Expressions และ Operators o การสร้างและการใช้ Arrays o การใช้ Decision Statements o การใช้ Iteration Statements 3.การประกาศและการเรียกใช้ Methods o การประกาศ Method และ การเรียกใช้ Method o การกำหนด Optional Parameters และ Output Parameters 4.Handling Exceptions o Handling Exceptions o Raising Exceptions 5.การอ่านและการเขียนไฟล์ (Reading and Writing Files) o การเข้าถึง File System o การอ่านและเขียนไฟล์ด้วย Streams 6.ทบทวนความรู้เบื้องต้นเกี่ยวกับ Object Oriented Programming (OOP) 7.การสร้าง Types ใหม่ o การสร้างและการใช้ Enumerations o การสร้างและการใช้ Classes o การสร้างและการใช้ Structs 8.Encapsulating Data and Methods o การกำหนด ควบคุม การมองเห็น Type Members o การแชร์ Methods และ Data 9.การสืบทอดจาก Class การอิมพลีเมนท์ อินเทอร์เฟส (Interfaces) o การสืบทอด (Inheritance) o การประกาศและการอิมพลีเมนท์ Interfaces o การประกาศ Abstract Classes 10.การควบคุม LifeTime ของ Object และ การควบคุม Resources o ความรู้เบื้องต้นเกี่ยวกับ Garbage Collection o การบริหารจัดการ Resources 11.Encapsulating Data and Defining Overloaded Operators o การสร้างและการใช้ Properties o การสร้างและการใช้ Indexers o Overloading Operators 12.Decoupling Methods และ Handling Events o การประกาศและการใช้ Delegates o การใช้ Lambda Expressions o Handling Events 13.การใช้ Collections และการสร้าง Generic Types o การใช้ Collections o การสร้างและการใช้ Generic Types o การใช้ Generic Methods และ Delegates 14.การสร้าง Enumerating Custom Collection Classes o การอิมพลีเมนท์ Custom Collection Class o การเพิ่ม Enumerator ไปยัง Collection Class 15.Case Study & 9Expert Framework