10266A: Programming in C# with Microsoft Visual Studio 2010

Similar documents
Programming in C# with Microsoft Visual Studio 2010

Objectif. Participant. Prérequis. Remarque. Programme. C# 3.0 Programming in the.net Framework. 1. Introduction to the.

Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB)

Programming in C# with Microsoft Visual Studio 2010

Visual C# 2012 Programming

: provid.ir

C#5.0 IN A NUTSHELL. Joseph O'REILLY. Albahari and Ben Albahari. Fifth Edition. Tokyo. Sebastopol. Beijing. Cambridge. Koln.

Visual Basic. murach's TRAINING & REFERENCE

Java SE 8 Programming

Java Application Developer Certificate Program Competencies

KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

70-536VB:.NET Framework Application Development Foundation Course Introduction

Course MS10975A Introduction to Programming. Length: 5 Days

CSCI 253. Object Oriented Programming (OOP) Overview. George Blankenship 1. Object Oriented Design: Java Review OOP George Blankenship.

Java (12 Weeks) Introduction to Java Programming Language

C#.NET Advanced. C#.NET Advanced. Prerequisites

Object-Oriented Programming in C# (VS 2010)

Fundamentals of Java Programming

Specialized Programme on Web Application Development using Open Source Tools

Specialized Programme on Web Application Development using Open Source Tools

Course Name: ADVANCE COURSE IN SOFTWARE DEVELOPMENT (Specialization:.Net Technologies)

Java EE Web Development Course Program

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

This module explains fundamental aspects of Microsoft Dynamics NAV Development Environment.

Web Development in Java

Android Application Development Course Program

Multichoice Quetions 1. Atributes a. are listed in the second part of the class box b. its time is preceded by a colon. c. its default value is

Programming and Software Development CTAG Alignments

AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping

Developing and Implementing Windows-Based Applications With Microsoft Visual C#.NET and Microsoft Visual Studio.NET

Glossary of Object Oriented Terms

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET

Course Title: Software Development

The Sun Certified Associate for the Java Platform, Standard Edition, Exam Version 1.0

Java Interview Questions and Answers

core. Volume I - Fundamentals Seventh Edition Sun Microsystems Press A Prentice Hall Title ULB Darmstadt

C++ INTERVIEW QUESTIONS

Introduction to Visual Studio 2010

Programming and Software Development (PSD)

Application Development,.NET

C# Cookbook. Stephen Teilhet andjay Hilyard. O'REILLY 8 Beijing Cambridge Farnham Köln Paris Sebastopol Taipei Tokyo '"J""'

INTRODUCTION TO C# 0 C# is a multi-paradigm programming language which is based on objectoriented and component-oriented programming disciplines.

This course provides students with the knowledge and skills to develop ASP.NET MVC 4 web applications.

PROBLEM SOLVING SEVENTH EDITION WALTER SAVITCH UNIVERSITY OF CALIFORNIA, SAN DIEGO CONTRIBUTOR KENRICK MOCK UNIVERSITY OF ALASKA, ANCHORAGE PEARSON

Getting Started with the Internet Communications Engine

Storage Classes CS 110B - Rule Storage Classes Page 18-1 \handouts\storclas

Terms and Definitions for CMS Administrators, Architects, and Developers

PART-A Questions. 2. How does an enumerated statement differ from a typedef statement?

Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science. Unit of Study / Textbook Correlation

TypeScript for C# developers. Making JavaScript manageable

Object Oriented Programming With C++(10CS36) Question Bank. UNIT 1: Introduction to C++

Catálogo de cursos plataforma elearning Microsoft Imagine Academy: Microsoft SQL Server y Visual Studio

Microsoft SharePoint 2010, Application Development Course Outline

WORKSPACE WEB DEVELOPMENT & OUTSOURCING TRAINING CENTER

Yarmouk University Faculty of Science and Information Technology Department of Computer Information Systems CIS 282 Developing Web Applications

Computing Concepts with Java Essentials

This section provides a 'Quickstart' guide to using TestDriven.NET any version of Microsoft Visual Studio.NET

Java SE 7 Programming

Java SE 7 Programming

Authoring for System Center 2012 Operations Manager

Java SE 7 Programming

Windows Presentation Foundation (WPF)

An Introduction to.net for the J2EE Programmer

DEVELOPMENT OF AN ANALYSIS AND REPORTING TOOL FOR ORACLE FORMS SOURCE CODES

Certified PHP Developer VS-1054

Embedded Software development Process and Tools: Lesson-1

Syllabus for CS 134 Java Programming

Introducing the.net Framework 4.0

Borland Delphi 6 Product Certification. Study Guide. Version 1.0 Copyright 2001 Borland Software Corporation. All Rights Reserved.

Getting to Know the Tools

El Dorado Union High School District Educational Services

The C Programming Language course syllabus associate level

Microsoft Dynamics CRM2015 Fast Track for developers

LabVIEW Advanced Programming Techniques

CATALOG OF CLASSES IT and Technical Courses

Web Services for Management Perl Library VMware ESX Server 3.5, VMware ESX Server 3i version 3.5, and VMware VirtualCenter 2.5

JAVA IN A NUTSHELL O'REILLY. David Flanagan. Fifth Edition. Beijing Cambridge Farnham Köln Sebastopol Tokyo

Java 7 Recipes. Freddy Guime. vk» (,\['«** g!p#« Carl Dea. Josh Juneau. John O'Conner

DIPLOMADO DE JAVA - OCA

MA-WA1920: Enterprise iphone and ipad Programming

MOC 20461C: Querying Microsoft SQL Server. Course Overview


UML for C# Modeling Basics

EXAM PRO:Design & Develop Windows Apps Using MS.NET Frmwk 4. Buy Full Product.

Demo: Controlling.NET Windows Forms from a Java Application. Version 7.3

Windows PowerShell Cookbook

AP Computer Science Java Subset

Advanced Web Application Development using Microsoft ASP.NET

Transition your MCPD Web Developer Skills to MCPD ASP.NET Developer 3.5 (VB)

Database Programming with PL/SQL: Learning Objectives

Japan Communication India Skill Development Center

Extending XSLT with Java and C#

Dynamic Web Programming BUILDING WEB APPLICATIONS USING ASP.NET, AJAX AND JAVASCRIPT

Developer Updates for. Microsoft Dynamics NAV

3 Control Structures 52

Advanced Web Application Development using Microsoft ASP.NET

Praktikum im Bereich Praktische Informatik Entwicklung eines Ray-Tracing Systems. computer graphics & visualization

Transcription:

10266A: Programming in C# with Microsoft Visual Studio 2010 Course Overview The course focuses on the C# program structure, language syntax, and implementation details with.net Framework 4.0. This course describes the new enhancements in the C# 4.0 language by using Visual Studio 2010. Course Outline Module 01 - Introducing C# and the.net Framework Lesson 1: Introduction to the.net Framework 4 What Is the.net Framework 4? The Purpose of Visual C# What Is an Assembly? How the Common Language Runtime Loads, Compiles, and Runs Assemblies What Tools Does the.net Framework Provide? Lesson 2: Creating Projects Within Visual Studio 2010 Key Features of Visual Studio 2010 Templates in Visual Studio 2010 The Structure of Visual Studio Projects and Solutions Creating a.net Framework Application Building and Running a.net Framework Application Demo - Disassembling a.net Framework Assembly Lesson 3: Writing a C# Application What Are Classes and Namespaces? The Structure of a Console Application Performing Input and Output by Using a Console Application Best Practices for Commenting C# Applications Lesson 4: Building a Graphical Application What Is WPF? The Structure of a WPF Application The WPF Control Library WPF Events Building a Simple WPF Application Demo - Building a Simple WPF Application Lesson 5: Documenting an Application What Are XML Comments? Common XML Comment Tags Generating Documentation from XML Comments Lesson 6: Debugging Applications by Using Visual Studio 2010 Debugging in Visual Studio 2010 Using Breakpoints Stepping Through and Over Code Using the Debug Windows Module 01 Review 2h 37m Module 02 - Using C# Programming Constructs Lesson 1: Declaring Variables and Assigning Values 2h 24m

What Are Variables? What Are Data Types? Declaring and Assigning Variables What Is Variable Scope? Converting a Value to a Different Data Type Read-Only Variables and Constants Demo - Working with Variables Lesson 2: Using Expressions and Operators What Is an Expression? What Are Operators? Specifying Operator Precedence Best Practices for Performing String Concatenation Lesson 3: Creating and Using Arrays What Is an Array? Creating and Initializing Arrays Common Properties and Methods Exposed by Arrays Accessing Data in an Array Demo - Working with Arrays Lesson 4: Using Decision Statements Using One-Way If Statements Using Either-Or If Statements Using Multiple-Outcome If Statements Using the Switch Statement Guidelines for Choosing a Decision Construct Lesson 5: Using Iteration Statements Types of Iteration Statements Using the While Statement Using the Do Statement Using the For Statement Break and Continue Statements Module 02 Review Module 03 - Declaring and Calling Methods Lesson 1: Defining and Invoking Methods What is a Method? Creating a Method Calling a Method Creating and Calling Overloaded Methods Using Parameter Arrays Refactoring Code into a Method Demo - Working with Methods Testing a Method Demo - Working with Unit Testing Demo - Refactoring and Testing a Method Lesson 2 : Specifying Optional Parameters and Output Parameters What Are Optional Parameters? Calling a Method by Using Named Arguments What Are Output Parameters? Module 03 Review 1h 16m

Module 04 - Handling Exceptions Lesson 1: Handling Exceptions What Is an Exception? Using a Try/Catch Block Using Exception Properties Using a Finally Block Using the Checked and Unchecked Keywords Demo - Raising Exceptions in Visual Studio Lesson 2: Raising Exceptions Creating an Exception Object Throwing an Exception Best Practices for Handling and Raising Exceptions Module 04 Review 35m Module 05 - Reading and Writing Files Lesson 1: Accessing the File System Manipulating Files Reading from and Writing to Files Manipulating Directories Manipulating Paths Using the Common File System Dialog Boxes Lesson 2: Reading and Writing Files by Using Streams What are Streams? Reading and Writing Binary Data Reading and Writing Text Reading and Writing Primitive Data Types Demo - Working with Files Module 05 Review 55m Module 06 - Creating New Types Lesson 1: Creating and Using Enumerations What Are Enumerations? Creating New Enum Types Initializing and Assigning Enum Variables Demo - Working with Enumerations Lesson 2: Creating and Using Classes What Is a Class? Adding Members to Classes Defining Constructors and Initializing an Object Creating Objects Accessing Class Members Using Partial Classes and Partial Methods Demo - Working with Classes Lesson 3: Creating and Using Structures What Are Structures? Defining and Using a Structure Initializing a Structure Demo - Working with Structures Lesson 4: Comparing References to Values Comparing Reference Types to Value Types 2h 1m

Passing a Value Type by Reference into a Method Boxing and Unboxing Nullable Types Demo - Working with Value Types and Reference Types Module 06 Review Module 07 - Encapsulating Data and Methods Lesson 1: Controlling Visibility of Type Members What Is Encapsulation? Comparing Private and Public Members Comparing Internal and Public Types Demo - Working with Scope Lesson 2: Sharing Methods and Data Creating and Using Static Fields Creating and Using Static Methods Creating Static Types and Using Static Constructors Creating and Using Extension Methods Demo - Working with Extension Methods Module 07 Review 1h Module 08 - Inheriting from Classes and Implementing Interfaces Lesson 1: Using Inheritance to Define New Reference Types What is Inheritance? The.NET Framework Inheritance Hierarchy Overriding and Hiding Methods Calling Methods and Constructors in a Base Class Assigning and Referencing Classes in an Inheritance Hierarchy Understanding Polymorphism Defining Sealed Classes and Methods Demo - Using Inheritance to Construct New Reference Types Lesson 2: Defining and Implementing Interfaces What Is an Interface? Creating and Implementing an Interface Referencing an Object Through an Interface Explicitly and Implicitly Implementing an Interface Demo - Creating an Interface Lesson 3: Defining Abstract Classes What Is an Abstract Class? What Is an Abstract Method? Demo - Creating an Abstract Class Module 08 Review 1h 29m Module 09 - Managing the Lifetime of Objects and Controlling Resources Lesson 1: Introduction to Garbage Collection The Object Life Cycle Managed Resources in the.net Framework How Does the Garbage Collector Work? Defining a Destructor The GC Class Demo - Implementing a Destructor 59m

Lesson 2: Managing Resources Why Manage Resources in a Managed Environment? What Is the Dispose Pattern? Managing Resources in Your Applications Demo - Using the Dispose Pattern Module 09 Review Module 10 - Encapsulating Data and Defining Overloaded Operators Lesson 1: Creating and Using Properties What is a Property? Defining a Property Automatic Properties Instantiating an Object by Using Properties Defining Properties in an Interface Best Practices When Defining and Using Properties Demo - Using Properties Lesson 2: Creating and Using Indexers What is an Indexer? Creating an Indexer Comparing Indexers and Arrays Defining an Indexer in an Interface Demo - Creating and Using an Indexer Lesson 3: Overloading Operators What is Operator Overloading? Overloading an Operator Restrictions When Overloading Operators Best Practices When Overloading Operators Implementing and Using Conversion Operators Demo - Overloading an Operator Module 10 Review 1h 10m Module 11 - Decoupling Methods and Handling Events Lesson 1: Declaring and Using Delegates Why Decouple an Operation from a Method? Defining a Delegate Invoking a Delegate Defining Anonymous Methods Lesson 2: Using Lambda Expressions What Is a Lambda Expression? Defining Lambda Expressions Variable Scope in Lambda Expressions Lesson 3: Handling Events What is an Event? Defining an Event Using Events Best Practices for Using Events Using Events in Graphical Applications Demo - Using Events Module 11 Review 59m

Module 12 - Using Collections and Building Generic Types Lesson 1: Using Collections What Is a Collection? Using Collection Classes Iterating Through a Collection Common Collection Classes Using Collection Initializers Demo - Using Collections Lesson 2: Creating and Using Generic Types What are Generic Types? Compiling Generic Types and Type Safety Defining a Custom Generic Type Adding Constraints to Generic Types Demo - Defining a Generic Type Lesson 3: Defining Generic Interfaces and Understanding Variance Defining Generic Interfaces What Is Invariance? Defining and Implementing a Covariant Interface Defining and Implementing a Contravariant Interface Lesson 4: Using Generic Methods and Delegates What Are Generic Methods and Delegates? Using the Generic Delegate Types Included in the.net Framework Defining a Generic Method Using Generic Methods Demo - Defining a Generic Delegate Module 12 Review 1h 9m Module 13 - Building and Enumerating Custom Collection Classes Lesson 1: Implementing a Custom Collection Class What Are Custom Collection Classes? Generic Collection Interfaces in the.net Framework Implementing a Simple Custom Collection Class Implementing a Dictionary Collection Class Lesson 2: Adding an Enumerator to a Custom Collection Class What Is an Enumerator? What Is the IEnumerable "T" Interface? What Is the IEnumerator "T" Interface? Implementing an Enumerator Manually Implementing an Enumerator by Using an Iterator Module 13 Review 23m Module 14 - Using LINQ to Query Data Lesson 1: Using the LINQ Extension Methods and Query Operators What is the Purpose of LINQ? Querying Data and Building a Result Set Filtering Data Ordering Data Grouping Data and Performing Aggregate Calculations Joining Data from Different Data Sets Using C# LINQ Query Operators 1h 12m

Deferred and Early Evaluation of Queries Demo - Working with Dynamic Languages Lesson 2: Building Dynamic LINQ Queries and Expressions What Is a Dynamic LINQ Query? What Is an Expression Tree? The Expression Types Obtaining Type Information at Run Time Compiling and Running a Dynamic LINQ Query Module 14 Review Module 15 - Integrating Visual C# Code with Dynamic Languages and COM Components Lesson 1: Integrating Visual C# Code with Ruby and Python What Is the Dynamic Language Runtime? Using the dynamic Keyword Instantiating a Dynamic Object Invoking and Using a Dynamic Object Demo - Calling Python Code from Visual C# Lesson 2: Accessing COM Components from Visual C# Interoperating with COM from a Visual C# Application Creating a COM Interop Assembly Instantiating a COM Component by Using a Runtime Callable Wrapper Calling Methods on a COM Object Deploying Without a Primary Interop Assembly Module 15 Review Course Closure 42m Total Duration: 18h 57m