Module 1: Introducing C# and the .NET FrameworkThis module explains the .NET Framework, and using C# and Visual Studio 2010 for building .NET Framework applications.Lessons
Lab : Introducing C# and the .NET Framework
After completing this module, students will be able to:
Module 2: Using C# Programming ConstructsThis module explains the syntax of basic C# programming constructs.Lessons
Lab : Using C# Programming Constructs
After completing this module, students will be able to:
Module 3: Declaring and Calling MethodsThis module explains how to create and call methods.Lessons
Lab : Declaring and Calling Methods
After completing this module, students will be able to:
Module 4: Handling ExceptionsThis module explains how to catch exceptions and handle them. Students will also learn how to throw exceptions.Lessons
Lab : Handling Exceptions
After completing this module, students will be able to:
Module 5: Reading and Writing FilesThis module explains how to perform basic file I/O operations in a C# application.Lessons
Lab : Reading and Writing Files
After completing this module, students will be able to:
Module 6: Creating New TypesThis module explains how to create and use new types (enumerations, classes, and structures)Lessons
Lab : Creating New Types
After completing this module, students will be able to:
Module 7: Encapsulating Data and MethodsThis module explains how to control the visibility and lifetime of members in a type.Lessons
Lab : Encapsulating Data and Methods
After completing this module, students will be able to:
Module 8: Inheriting From Classes and Implementing InterfacesThis module explains how to use inheritance to create new reference typesLessons
Lab : Inheriting From Classes and Implementing Interfaces
After completing this module, students will be able to:
Module 9: Managing the Lifetime of Objects and Controlling ResourcesThis module explains how to manage the lifetime of objects and control the use of resources. Lessons
Lab : Managing the Lifetime of Objects and Controlling Resources
After completing this module, students will be able to:
Module 10: Encapsulating Data and Defining Overloaded OperatorsThis module explains how to create properties and indexers to encapsulate data, and how to define operators for this data. Lessons
Lab : Creating and Using Properties
Lab : Creating and Using Indexers
Lab : Overloading Operators
After completing this module, students will be able to:
Module 11: Decoupling Methods and Handling EventsThis module explains how to decouple an operation from the method that implements an operation, and how to use these decoupled methods to handle asynchronous events.Lessons
Lab : Decoupling Methods and Handling Events
After completing this module, students will be able to:
Module 12: Using Collections and Building Generic TypesThis module introduces collections, and describes how to use Generics to implement type-safe collection classes, structures, interfaces, and methods.Lessons
Lab : Using Collections
Lab : Building Generic Types
After completing this module, students will be able to:
Module 13: Building and Enumerating Custom Collection ClassesThis module explains how to implement custom collection classes that support enumeration. Lessons
Lab : Building and Enumerating Custom Collection Classes
After completing this module, students will be able to:
Module 14: Using LINQ to Query DataThis module explains how to query in-memory data by using LINQ.Lessons
Lab : Using LINQ to Query Data
After completing this module, students will be able to:
Module 15: Integrating Visual C# Code with Dynamic Languages and COM ComponentsThis module explains how to integrate code written by using a dynamic language such as Ruby and Python, and technologies such as COM, into a C# applicationLessons
Lab : Integrating C# Code with Dynamic Languages and COM Components
After completing this module, students will be able to:
The course focuses on C# program structure, language syntax, and implementation detailswith .NET Framework 4.0. This course describes the new enhancements in the C# 4.0 language by using Visual Studio 2010. In this course, lower-intermediate level programmers gain the knowledge and skills they need to develop C# applications for the Microsoft .NET Framework 4.0. The course highlights the structure of C# 4.0 programs, language syntax, and implementation details. This course is not mapped to any exam.
Before attending this course, students must have:
After completing this course, students will be able to:
This course is intended for experienced developers who already have programming experience in C, C++, Visual Basic, or Java and understand the concepts of object-oriented programming.
This course is not designed for new programmers; it is targeted at professional developers with at least 12 months experience of programming in an object-oriented environment.