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