curso de windows, curso windows 7, curso windows xp, curso windows server, windows server, curso windows 2003, windows server 2003, curso de informatica, windows server 2008, curso windows seven, curso de microsoft, curso da microsoft, curso microsoft office, cursos microsoft, certificação microsoft, curso certificação microsoft, curso excel, curso excel microsoft, curso gratuito microsoft, curso informatica microsoft, curso microsoft online, curso microsoft word, curso project, curso word, microsoft excel, microsoft word, certificado microsoft, curso de excel, curso de word, curso microsoft access, curso microsoft project, curso na microsoft, curso sql, microsoft access, microsoft project, curso .net, curso c#, curso de access, curso de project, curso de redes, curso de sql, curso oficial microsoft, curso pela microsoft, curso sql server, cursos da microsoft, microsoft visio. |
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. |
 |
At the end of the course, students will be able to:
- List the major elements of the .NET Framework and explain how C# fits into the .NET Platform.
- Analyze the basic structure of a C# application and be able to document, debug, compile, and run a simple application.
- Create, name, and assign values to variables.
- Use common statements to implement flow control, looping, and exception handling.
- Create methods (functions and subroutines) that can return values and take parameters.
- Create, initialize, and use arrays.
- Explain the basic concepts and terminology of object-oriented programming.
- Use common objects and reference types.
- Create, initialize, and destroy objects in a C# application.
- Build new C# classes from existing classes.
- Create self-contained classes and frameworks in a C# application.
- Define operators, use delegates, and add event specifications.
- Implement properties and indexers.
- Use predefined and custom attributes.
|
|
Module 1: Overview of the Microsoft .NET Platform Take a closer look: Download Sample Module 1 (Portable Document Format, 850 KB). Lessons
- Introduction to the .NET Platform
- Overview of the .NET Framework
- Benefits of the .NET Framework
- The .NET Framework Components
- Languages in the .NET Framework
Module 2: Overview of C# Take a closer look: Download Sample Module 2 (Portable Document Format, 953 KB). Lessons
- Structure of a C# Program
- Basic Input/Output Operations
- Recommended Practices
- Compiling, Running, and Debugging
Module 3: Using Value-Type Variables Lessons
- Common Type System
- Naming Variables
- Using Built-In Data Types
- Creating User-Defined Data Types
- Converting Data Types
Module 4: Statements and Exceptions Lessons
- Introduction to Statements
- Using Selection Statements
- Using Iteration Statements
- Using Jump Statements
- Handling Basic Exceptions
- Raising Exceptions
Module 5: Methods and Parameters Lessons
- Using Methods
- Using Parameters
- Using Overloaded Methods
Module 6: Arrays Lessons
- Overview of Arrays
- Creating Arrays
- Using Arrays
Module 7: Essentials of Object-Oriented Programming Lessons
- Classes and Objects
- Using Encapsulation
- C# and Object Orientation
- Defining Object-Oriented Systems
Module 8: Using Reference-Type Variables Lessons
- Using Reference-Type Variables
- Using Common Reference Types
- The Object Hierarchy
- Namespaces in the .NET Framework
- Data Conversions
Module 9: Creating and Destroying Objects Lessons
- Using Constructors
- Initializing Data
- Objects and Memory
- Resource Managements
Module 10: Inheritance in C# Lessons
- Deriving Classes
- Implementing Methods
- Using Sealed Classes
- Using Interfaces
- Using Abstract Classes
Module 11: Aggregation, Namespaces, and Advanced Scope Lessons
- Using Internal Classes, Methods, and Data
- Using Aggregation
- Using Namespaces
- Using Modules and Assemblies
Module 12: Operators and Events Lessons
- Introduction to Operators
- Operator Overloading
- Creating and Using Delegates
- Defining and Using Events
Module 13: Properties and Indexers Lessons
- Using Properties
- Using Indexers
Module 14: Attributes Lessons
- Overview of Attributes
- Defining Custom Attributes
- Retrieving Attribute Values
|