09336863931 : provid.ir



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

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

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

Visual C# 2012 Programming

Visual Basic. murach's TRAINING & REFERENCE

Java EE Web Development Course Program

Fundamentals of Java Programming

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

Java SE 8 Programming

Android Application Development Course Program

Getting Started with the Internet Communications Engine

Object-Oriented Programming in C# (VS 2010)

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

Programming in C# with Microsoft Visual Studio 2010

Java Application Developer Certificate Program Competencies

Certified PHP/MySQL Web Developer Course

Microsoft Windows PowerShell v2 For Administrators

Java 6 'th. Concepts INTERNATIONAL STUDENT VERSION. edition

El Dorado Union High School District Educational Services

The C Programming Language course syllabus associate level

Certified PHP Developer VS-1054

Glossary of Object Oriented Terms

VB.NET INTERVIEW QUESTIONS

Java SE 7 Programming

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

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

Java (12 Weeks) Introduction to Java Programming Language

MA-WA1920: Enterprise iphone and ipad Programming

Computing Concepts with Java Essentials

Programming in C# with Microsoft Visual Studio 2010

Facebook Twitter YouTube Google Plus Website

AP Computer Science Java Subset

Web Development using PHP (WD_PHP) Duration 1.5 months

To Java SE 8, and Beyond (Plan B)

Item 7: Prefer Immutable Atomic Value Types

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

Delphi Developer Certification Exam Study Guide

BCS2B02: OOP Concepts and Data Structures Using C++

Duration Vendor Audience 5 Days Oracle End Users, Developers, Technical Consultants and Support Staff

DIPLOMADO DE JAVA - OCA

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

CompuScholar, Inc. Alignment to Utah's Computer Programming II Standards

Curriculum Map. Discipline: Computer Science Course: C++

2 Collections Framework Overview

Programming and Software Development (PSD)

Oracle Database: SQL and PL/SQL Fundamentals

Changes to credit card processing in Microsoft Dynamics AX 2012 R2

Course Number: IAC-SOFT-WDAD Web Design and Application Development

Java SE 7 Programming

Java SE 7 Programming

WORKSPACE WEB DEVELOPMENT & OUTSOURCING TRAINING CENTER

TypeScript for C# developers. Making JavaScript manageable

CS 111 Classes I 1. Software Organization View to this point:

Java the UML Way: Integrating Object-Oriented Design and Programming

Introduction to LabVIEW Design Patterns

Course Title: Software Development

Oracle Database: SQL and PL/SQL Fundamentals NEW

C++ Programming Language

SAP Business Objects Business Intelligence platform Document Version: 4.1 Support Package Data Federation Administration Tool Guide

Basic Programming and PC Skills: Basic Programming and PC Skills:

Duration Vendor Audience 5 Days Oracle Developers, Technical Consultants, Database Administrators and System Analysts

Computer Programming I

Objective C and iphone App

Infrastructure that supports (distributed) componentbased application development

EVALUATION. WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration COPY. Developer

Web Development in Java

Lecture Data Types and Types of a Language

Analytics Configuration Reference

#820 Computer Programming 1A

C++ INTERVIEW QUESTIONS

16 Collection Classes

WEB APPLICATION DEVELOPMENT. UNIT I J2EE Platform 9

TECHNOLOGY Computer Programming II Grade: 9-12 Standard 2: Technology and Society Interaction

LabVIEW Advanced Programming Techniques

The D Programming Language

Applied Informatics C++ Coding Style Guide

LearnFromGuru Polish your knowledge

Windows PowerShell Cookbook

IBM Unica Leads Version 8 Release 6 May 25, User Guide

Nintex Workflow 2013 Help

Specialized Programme on Web Application Development using Open Source Tools

C++FA 3.1 OPTIMIZING C++

CUSTOMISING CRUISECONTROL.NET

Oracle Database: SQL and PL/SQL Fundamentals

Chapter 5 Names, Bindings, Type Checking, and Scopes

Many applications consist of one or more classes, each containing one or more methods. If you become part of a development team in industry, you may

A Typing System for an Optimizing Multiple-Backend Tcl Compiler

Skills for Employment Investment Project (SEIP)

ORACLE 9I / 10G / 11G / PL/SQL COURSE CONTENT

BUSINESS RULES CONCEPTS... 2 BUSINESS RULE ENGINE ARCHITECTURE By using the RETE Algorithm Benefits of RETE Algorithm...

ETL Overview. Extract, Transform, Load (ETL) Refreshment Workflow. The ETL Process. General ETL issues. MS Integration Services

Virtuozzo Virtualization SDK

Programming Language Pragmatics

An Introduction to Programming and Computer Science


Transcription:

provid.ir 09336863931 :

NET Architecture Core CSharp o Variable o Variable Scope o Type Inference o Namespaces o Preprocessor Directives Statements and Flow of Execution o If Statement o Switch Statement o While Loop o Doo Loop o For Loop o For Loop Scope o Foreach Loop 1 o Foreach Loop 7 Classes o A Very Simple Class 1 o A Very Simple Class 2 o Member Functions o ref and out Parameters o Overloading Base Classes and Inheritance o The Engineer Class o Simple Inheritance o Arrays of Engineers o Arrays of Engineers - Enhanced o Virtual Functions o Abstract Classes o Sealed Classes and Methods Member Accessibility o Using Internal on Members

o The Interaction of Class and Member Accessibility o Method Hiding 1 o Method Hiding 2 o Variable-Length Parameter Lists o Default Arguments o Named Arguments Other Class Details o Nested Classes o Anonymous Types o Constructors 1 o Constructors 2 o Private Constructors o Initialization o Static Fields o Static Member Functions o Static Constructors o Constants o Read-Only Fields 1 o Read-Only Fields 2 o Extension Methods o Object Initializers o Static Classes o Partial Classes Structs (Value Types) o A Point Struct o Structs and Constructors o Mutable Structs o Immutable Classes Properties o Accessors o Properties and Inheritance o Using Properties o Side Effects When Setting Values o Static Properties o Property Accessibility

o Virtual Properties o Automatic Properties Nullable Types o A Simple Example o Using Nullable Types o Null Coalescing Interfaces o A Simple Example o Working with Interfaces o The as Operator o Interfaces and Inheritance o Explicit Interface Implementation o Implementation Hiding o 7.Interfaces Based on Interfaces o Interfaces and Structs Operator Overloading o An Example o Complex Number Conversions o Numeric Types o Conversions and Member Lookup o Explicit Numeric Conversions o Checked Conversions o Conversions of Classes o From an Object to an Interface o From One Interface Type to Another Exception Handling o Trying and Catching o Catch Blocks Hiararchy o Try Catch Caller o Non-Matching Catch Block o Passing Exceptions on to the Caller 1 o Passing Exceptions on to the Caller 2

Arrays o User-Defined Exception Classes o Finally Block o Top-Level Exception Handlers o Array Initialization o Multidimensional Arrays o Jagged Arrays o Arrays of Reference Types o Array Conversions o The Array Type Generic Typess o A List of Integers o Simple Generic List o Initialization Constraint o Interface Constraints o Base Class Constraints o Class and Struct Constraints o Multiple Constraints o Generic Interfaces and Inheritance o Generic Methods Indexers, Enumerators, Iterators o Indexing with an Integer Index o Indexing with a String Index o Enabling Enumeration o Iterators o Named Iterators o Iterators and Generic Types o Iterators and Resource Management Strings o String Index o String Operations o Split Demo o StringBuilder Class o Regular Expressions Demo

Enumerations o A Line-Style Enumeration o Enumeration Base Types o Initialization o Bit Flag Enums o Conversions o The Enum Type Collections o Creating List Collection o Using Object Initializers o Adding Items to Lists o Inserting Items o Accessing Elements o Removing Elements o Searching o Sorting o Type Conversion to Queue o Using Queue Collection o Using Stack Collection o Using Linked List o Using SortedList Delegates, Anonymous Methods, and Lambdas o Using Delegates o Delegates to Instance Members o Multicasting o Delegates As Static Members o Anonymous Methods o Lambdas o Variable Capturing Events o Dynamic Typing o The dynamic Keyword

o Dynamic Failure o Generic Arithmetic with dynamic Files and Registry o Copying Files o Creating Files Folders o Deleting Files and Directories o Moving Files and Directories o Writing Text Files o Reading Text Files o Get Information o Registry Manipulation o Iterate Through Directory Tree Linq o First Demo 2 o First Demo 3 o First Demo 4 o First Demo 5 o Filtering Data o Using Select Function 1 o Using Select Function 2 o SelectMany Function o Extraction Methods o Subset Methods-needs edit o Ordering Methods o Whole Sequence Methods o Conditional Methods o Join Methods o GroupBy Method System Array Collection Classes o First Demo 1 o Sorting o Specifying a Sort Order o Multiple Sort Orders o Ad Hoc Sorting Orders o Overloading Relational Operators

o Advanced Use of Hash Codes o Sql-like Linq o A Sequence Method of Your Own Threading o Asynchronous Delegates o Polling o Wait Handle o Asynchronous Callback 1 o Asynchronous Callback 2 o Thread Class o Passing Data to Threads o Background Threads o Thread Priority o Thread Pool o Tasks o Continuation Tasks o Task Hierarchies o Results from Tasks o Parallel For 1 o Parallel For 2 o Parallel Foreach o Parallel Invoke o Cancellation of Parallel For