|
|
In this long lesson, you'll learn the C# language fundamentals including:
- solutions, projects, namespaces, classes
- how to create a DLL project and how to test a DLL
- how to comment your programs
- how to use the C# built in value types
- how to declare, initialize and use fields/variables
- how to declare, initialize and use arrays
- how to declare, initialize and use nested arrays
- how to create methods and use method overloading
- how to use C# control structures
- how to compile your application
- how to correct errors in your application
|