C# .Net Beginning พิมพ์ อีเมล
หลักสูตร C# .Net Beginning

เกี่ยวกับหลักสูตร
หลักสูตรนี้เหมาะกับผู้เริ่มต้นการเขียนโปรแกรม โดยใช้เทคโนโลยี Microsoft .NET
ผู้เรียนจะได้เรียนรู้วิธีและเทคนิคในการเขียนโปรแกรมโดยใช้ภาษา C# ซึ่งเป็นภาษาหนึ่งใน Visual Studio 2008
และเรียนรู้รูปแบบการพัฒนาแบ Object-Oriented Programming (OOP) ในระดับพื้นฐานเพื่อใช้ใน
การเรียนการพัฒนาระบบขั้นสูงต่อไป

 
c-sharp-net

เหมาะสำหรับ
ผู้สนใจพัฒนาซอฟท์แวร์โดยใช้เทคโนโลยีของ Microsoft.NET
เทคโนโลยี Visual Studio 2008 C#
 

แนะแนว หลักสูตร C# .Net Beginning

ข้อแนะนำ arrow ควรใช้งานคอมพิวเตอร์พื้นฐานได้คล่อง
เวลาเรียน arrow 25 ชม. เรียนวันละ 5 ชม.
ค่าอบรม arrow 4,700 บาท
 


เนื้อหาการเรียนการสอน

1. Introduction Visual Studio .NET
a. .NET Framework and the Common Language Runtime
b. Edition of Visual Studio .NET

2. Introduction to the Visual Studio .NET IDE
a. Overview Visual Studio .NET IDE
b. Menu bar and Toolbar
c. Solution Explorer, Toolbox, Properties Windows
d. Create Open and Save Project

3. Create Simple Project
a. Form, Control
b. Object, Event, Property and Method
c. Build and Running

4. Introduction to C# Programming
a. Type, Variable, Constant
b. Operator
c. If/else, , switch case , for, do/while
d. Statements break and continue

5. Structs
a. Defining Structs
b. Creating Structs

6. Array, Indexers and Collections
a. Arrays
b. Indexers
c. Array Lists
d. Queues
e. Stacks
f. Dictionaries

7. Introducing Generics
a. Using generics
b. Create instances of a generic class
c. Implement a generic interface
8. Strings and Regular Expressions
a. Strings
b. Regular Expressions

9. Debugging Tools
a. Breakpoints
b. Watch, Quick Watch
c. Locals
d. Autos
e. Intermediate
f. Me
g. Call Stack

10. Handling Exceptions
a. Throwing and catching Exceptions
b. Exception Objects
c. Custom Exceptions
d. Rethrowing Exceptions

11. Object Oriented Programming
a. Class and Object
b. Constructor and Destructor
c. Inheritance
d. Polymorphism
e. Overloading
f. Overriding
g. Abstract Class
h. Static Members
i. Delegates
j. Interface

12. Directory and Files
a. System.IO
b. Directory and DirectoryInfo Class
c. File and FileInfo Class
d. Creating and Reading from a Sequential Access File
e. Creating and Reading Random Access File

13. Working with XML
a. Reading and Writing XML
b. XML Document Object Model