microsoft-exam-70-483-programming-with-c-the-journey-towards-the-certification
microsoft-exam-70-483-programming-with-c-the-journey-towards-the-certification copied to clipboard
Repo objective: Store resources, such as code, from my Medium Stories related to my journey towards the Microsoft 70-483 Programming with C# Certification.
Microsoft Exam 70–483 - Programming with C#: The Journey towards the Certification
I am going to store and update resources here, such as code, PDF files, Text files and so on, from my Medium Stories related to my journey towards the Microsoft 70-483 Programming with C# Certification.
Stories
- The Journey towards the Certification
- Overview and Journey’s Setup
- Objective 1.1: Implement multithreading and asynchronous processing
- Objective 1.2: Manage multithreading
- Objective 1.3: Implement program flow
- Objective 1.4: Create and implement events and callbacks
- Objective 1.5: Implement exception handling
- Objective 2.1: Create types
- Objective 2.2: Consume types
- Objective 2.3: Enforce Encapsulation
- Objective 2.4: Create and implement a class hierarchy
- Objective 2.5: Find, execute, and create types at runtime by using reflection
- Objective 2.6: Manage the object life cycle
- Objective 2.7: Manipulate strings
- Objective 3.1: Validate application input
- Objective 3.2: Perform symmetric and asymmetric encryption
- Objective 3.3: Manage assemblies
- Objective 3.4: Debug an application
- Objective 3.5: Implement diagnostics in an application
- Objective 4.1: Perform I/O Operations
- Objective 4.2: Consume data
- Objective 4.3: Query and manipulate data and objects by using LINQ
- Objective 4.4: Serialize and deserialize data
- Objective 4.5: Store data in and retrieve data from collections