Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 3.5 KB

File metadata and controls

44 lines (34 loc) · 3.5 KB

Step 2. Types

Study Items

  1. C# book, chapter 3 : Types
  2. What is debugging?
  3. Tutorial: Learn to debug C# code using Visual Studio
  4. First look at the Visual Studio Debugger
  5. Use breakpoints in the Visual Studio debugger
  6. C# Breakpoints and Conditions
  7. How to Debug in Visual Studio
  8. Learn more about Large Language Models (LLMs) in this comprehensive, in-depth video. For the latest developments, you can also check the most recently published content on this topic.

Tasks

  1. Choose 3 bloggers who write about C# and describe why they matter to you.
  2. Search for dotPeek, what is it? Open and investigate one of your program dlls that you have written so far.
  3. Reach 15 reputation on Stack Overflow by answering questions, then achieve the Supporter badge.
  4. Pass all lessons on TypingClub.com with 5 stars up to lesson 137.
  5. Pass these exercises at exercism.io:
    • Allergies
    • Clock
  6. Project: Calculator Console Application
    • Create a console application that performs basic arithmetic operations (addition, subtraction, multiplication, and division) on two numbers entered by the user.
      • The application should prompt the user to enter two numbers.
      • The application should then prompt the user to choose an operation: addition, subtraction, multiplication, or division.
      • The application should perform the chosen operation and display the result.
      • The application should handle invalid inputs (e.g., division by zero).
  7. Toward the end of your step, and before your online presentation, attend a technical session with one of your track’s technical mentors and receive their feedback.
  8. At least 7 days before your deadline, start coordinating and scheduling your live presentation session as the final task of this step.
    for more details about the live presentation, please check "Guidelines for Delivering an Online Presentation".
  9. Hold your live presentation on LinkedIn.

Mentors Training

In the mentoring training path, you should watch the "fifth" and "sixth" videos out of the 8 videos for the "Communication Training" course. Here are the links:

To complete this section, please follow the instructions provided on this page.