Programming with C#
The goal of this course is to provide students with the knowledge and skills they need to develop C# applications for the Microsoft .NET Platform. The course focuses on C# program structure, language syntax, and implementation details.
C# was created to be the programming language best suited for writing enterprise applications for .NET. C# combines the high productivity of Microsoft Visual Basic with the raw power of C++. It is a simple, object-oriented, and type-safe programming language that is based on the C and C++ family of languages.
- Cost: Price on application
- Duration: 5 days
- This course is not available as part of our public schedule but can be provided on a customised client specific basis.
This course is intended for experienced developers who already have programming experience in C, C++, Visual Basic, or Java. These developers will be likely to develop enterprise business solutions.
• Introduction to the .NET Platform
• Overview of the .NET Framework
• Benefits of the .NET Framework
• The .NET Framework Components
• Languages in the .NET Framework
• Structure of a C# Program
• Basic Input/Output Operations
• Recommended Practices
• Compiling, Running, and Debugging
• Common Type System
• Naming Variables
• Using Built-In Data Types
• Creating User-Defined Data Types
• Converting Data Types
• Introduction to Statements
• Using Selection Statements
• Using Iteration Statements
• Using Jump Statements
• Handling Basic Exceptions
• Raising Exceptions
• Using Methods
• Using Parameters
• Using Overloaded Methods
• Overview of Arrays
• Creating Arrays
• Using Arrays
• Classes and Objects
• Using Encapsulation
• C# and Object Orientation
• Defining Object-Oriented Systems
• Using Reference-Type Variables
• Using Common Reference Types
• The Object Hierarchy
• Namespaces in the .NET Framework
• Data Conversions
• Using Constructors
• Initializing Data
• Objects and Memory
• Resource Managements
• Deriving Classes
• Implementing Methods
• Using Sealed Classes
• Using Interfaces
• Using Abstract Classes
• Using Internal Classes, Methods, and Data
• Using Aggregation
• Using Namespaces
• Using Modules and Assemblies
• Introduction to Operators
• Operator Overloading
• Creating and Using Delegates
• Defining and Using Events
• Using Properties
• Using Indexers
• Overview of Attributes
• Defining Custom Attributes
• Retrieving Attribute Values