This training course teaches developers the programming skills that are required for developers to create Windows applications using the Visual C# language. During their four days in the classroom students review the basics of Visual C# program structure, language syntax, and implementation details, and then consolidate their knowledge throughout the week as they build an application that incorporates several features of the .NET Framework.
Audience profile
This course is intended for experienced developers who already have programming experience in C, C++, JavaScript, Objective-C, Microsoft Visual Basic, or Java and understand the concepts of object-oriented programming.
This course is not designed for students who are new to programming; it is targeted at professional developers with at least one month of experience programming in an object-oriented environment.
Prerequisites
Developers attending this course should already have gained some limited experience using C# to complete basic programming tasks.
Course Outline
Section 1 An introduction to Visual Studio
- Chapter 1 How to get started with Visual Studio
- Chapter 2 How to design a Windows Forms application
- Chapter 3 How to code and test a Windows Forms application
Section 2 The C# language essentials
- Chapter 4 How to work with numeric and string data
- Chapter 5 How to code control structures
- Chapter 6 How to code methods and event handlers
- Chapter 7 How to handle exceptions and validate data
- Chapter 8 How to use arrays and collections
- Chapter 9 How to work with dates and strings
- Chapter 10 More skills for working with Windows forms and controls
- Chapter 11 How to debug an application
Section 3 Object-oriented programming
- Chapter 12 How to create and use classes
- Chapter 13 How to work with indexers, delegates, events, and operators
- Chapter 14 How to work with inheritance
- Chapter 15 How to work with interfaces and generics
- Chapter 16 How to organize, document, and test your classes
Section 4 Basic skills for working with data
- Chapter 17 How to work with file I/O
- Chapter 18 How to use LINQ
Section 5 Database programming
- Chapter 19 An introduction to database programming
- Chapter 20 How to use Entity Framework Core
- Chapter 21 How to use ADO.NET to write your own data access code
- Chapter 22 How to use the DataGridView control