Microsoft Official Course. Review of Visual C# Syntax. (Module 1) презентация

Содержание


Презентации» Информатика» Microsoft Official Course. Review of Visual C# Syntax. (Module 1)
Module 1
 Review of Visual C# SyntaxModule Overview
 Overview of Writing Application by Using Visual C#
 DataLesson 1: Overview of Writing Application by Using Visual C#
 WhatWhat Is the .NET Framework?Key Features of Visual Studio 2012Templates in Visual Studio 2012Creating a .NET Framework Application
 In Visual Studio, on the FileOverview of XAMLLesson 2: Data Types, Operators, and Expressions
 What are Data Types?
What are Data Types?Expressions and Operators in Visual C#
 Example expressions:
 + operator
 /Declaring and Assigning Variables
 Declaring variables:
 Assigning variables:
 Implicitly typed variables:
Accessing Type Members
 Invoke instance members
 Example:Casting Between Data Types
 Implicit conversion:
 Explicit conversion:
 System.Convert conversion:Manipulating Strings
 Concatenating strings
 Validating stringsLesson 3: Visual C# Programming Language Constructs
 Implementing Conditional Logic
 ImplementingImplementing Conditional Logic
 if statements
 select statementsImplementing Iteration Logic
 for loop
 foreach loop
 while loop
 do loopCreating and Using Arrays
 C# supports:
 Single-dimensional arrays
 Multidimensional arrays
 JaggedReferencing Namespaces
 Use namespaces to organize classes into a logically relatedUsing Breakpoints in Visual Studio 2012
 Breakpoints enable you to viewDemonstration: Developing the Class Enrollment Application LabText ContinuationLab: Developing the Class Enrollment Application
 Exercise 1: Implementing Edit FunctionalityText ContinuationLab Scenario
 You are a Visual C# developer working for aModule Review and Takeaways
 Review Question(s)Text Continuation



Слайды и текст этой презентации
Слайд 1
Описание слайда:
Module 1 Review of Visual C# Syntax


Слайд 2
Описание слайда:
Module Overview Overview of Writing Application by Using Visual C# Data Types, Operators, and Expressions Visual C# Programming Language Constructs

Слайд 3
Описание слайда:
Lesson 1: Overview of Writing Application by Using Visual C# What Is the .NET Framework? Key Features of Visual Studio 2012 Templates in Visual Studio 2012 Creating a .NET Framework Application Overview of XAML

Слайд 4
Описание слайда:
What Is the .NET Framework?

Слайд 5
Описание слайда:
Key Features of Visual Studio 2012

Слайд 6
Описание слайда:
Templates in Visual Studio 2012

Слайд 7
Описание слайда:
Creating a .NET Framework Application In Visual Studio, on the File menu, point to New, and then click Project. In the New Project dialog box, choose a template, location, name, and then click OK.

Слайд 8
Описание слайда:
Overview of XAML

Слайд 9
Описание слайда:
Lesson 2: Data Types, Operators, and Expressions What are Data Types? Expressions and Operators in Visual C# Declaring and Assigning Variables Accessing Type Members Casting Between Data Types Manipulating Strings

Слайд 10
Описание слайда:
What are Data Types?

Слайд 11
Описание слайда:
Expressions and Operators in Visual C# Example expressions: + operator / operator + and – operators + operator (string concatenation)

Слайд 12
Описание слайда:
Declaring and Assigning Variables Declaring variables: Assigning variables: Implicitly typed variables: Instantiating object variables by using the new operator

Слайд 13
Описание слайда:
Accessing Type Members Invoke instance members Example:

Слайд 14
Описание слайда:
Casting Between Data Types Implicit conversion: Explicit conversion: System.Convert conversion:

Слайд 15
Описание слайда:
Manipulating Strings Concatenating strings Validating strings

Слайд 16
Описание слайда:
Lesson 3: Visual C# Programming Language Constructs Implementing Conditional Logic Implementing Iteration Logic Creating and Using Arrays Referencing Namespaces Using Breakpoints in Visual Studio 2012 Demonstration: Developing the Class Enrollment Application Lab

Слайд 17
Описание слайда:
Implementing Conditional Logic if statements select statements

Слайд 18
Описание слайда:
Implementing Iteration Logic for loop foreach loop while loop do loop

Слайд 19
Описание слайда:
Creating and Using Arrays C# supports: Single-dimensional arrays Multidimensional arrays Jagged arrays Creating an array Accessing data in an array: By index In a loop

Слайд 20
Описание слайда:
Referencing Namespaces Use namespaces to organize classes into a logically related hierarchy .NET Class Library includes: System.Windows System.Data System.Web Define your own namespaces: Use namespaces: Add reference to containing library Add using directive to code file

Слайд 21
Описание слайда:
Using Breakpoints in Visual Studio 2012 Breakpoints enable you to view and modify the contents of variables: Immediate Window Autos, Locals, and Watch panes Debug menu and toolbar functions enable you to: Start and stop debugging Enter break mode Restart the application Step through code

Слайд 22
Описание слайда:
Demonstration: Developing the Class Enrollment Application Lab

Слайд 23
Описание слайда:
Text Continuation

Слайд 24
Описание слайда:
Lab: Developing the Class Enrollment Application Exercise 1: Implementing Edit Functionality for the Students List Exercise 2: Implementing Insert Functionality for the Students List Exercise 3: Implementing Delete Functionality for the Students List Exercise 4: Displaying a Student’s Age

Слайд 25
Описание слайда:
Text Continuation

Слайд 26
Описание слайда:
Lab Scenario You are a Visual C# developer working for a software development company that is writing applications for The School of Fine Arts, an elementary school for gifted children. The school administrators require an application that they can use to enroll students in a class. The application must enable an administrator to add and remove students from classes, as well as to update the details of students. You have been asked to write the code that implements the business logic for the application. During the labs for the first two modules in this course, you will write code for this class enrollment application. When The School of Fine Arts ask you to extend the application functionality, you realize that you will need to test proof of concept and obtain client feedback before writing the final application, so in the lab for Module 3, you will begin developing a prototype application and continue with this until then end of Module 8. In the lab for Module 9, after gaining signoff for the final application, you will develop the user interface for the production version of the application, which you will work on for the remainder of the course.

Слайд 27
Описание слайда:
Module Review and Takeaways Review Question(s)

Слайд 28
Описание слайда:
Text Continuation


Скачать презентацию на тему Microsoft Official Course. Review of Visual C# Syntax. (Module 1) можно ниже:

Похожие презентации