Prerrequisitos
Before attending this course, students must have:
At least 12 months experience working with an Object Oriented language
Have C++ or Java knowledge:
Creating Classes
Inheritance and Abstraction
Polymorphism
Interfaces
Exceptions
Knowledge of the Visual Studio IDE.
After completing this course, students will be able to:
•Explain the purpose of the .NET Framework, and understand how to use C# and Visual Studio 2010 to build .NET Framework applications.
•Understand the syntax of basic C# programming constructs.
•Create and call methods in a C# application.
•Catch, handle and throw exceptions.
•Perform basic file IO operations in a C# application.
•Create and use new types (enumerations, classes, and structures), and understand the differences between reference types and value types.
•Control the visibility and lifetime of members in a type.
•Use inheritance to create new reference types.
•Manage the lifetime of objects and control the use of resources.
•Define properties and indexers to encapsulate data, and define operators for this data.
•Decouple an operation from the method that implements an operation, and use these decoupled operations to handle asynchronous events.
•Use collections to aggregate data, and use Generics to implement type-safe collection classes, structures, interfaces, and methods.
•Implement custom collection classes that support enumeration.
•Query in-memory data by using LINQ.
•Integrate code written by using a dynamic language such as Ruby and Python, or technologies such as COM, into a C# application
Module 1: Introducing C# and the .NET Framework
Module 2: Using C# Programming Constructs
Module 3: Declaring and Calling Methods
Module 4: Handling Exceptions
Module 5: Reading and Writing Files
Module 6: Creating New Types
Module 7: Encapsulating Data and Methods
Module 8: Inheriting From Classes and Implementing Interfaces
Module 9: Managing the Lifetime of Objects and Controlling Resources
Module 10: Encapsulating Data and Defining Overloaded Operators
Module 11: Decoupling Methods and Handling Events
Module 12: Using Collections and Building Generic Types
Module 13: Building and Enumerating Custom Collection Classes
Module 14: Using LINQ to Query Data