5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     Microsoft C#     Programming in C# (Update)
Microsoft Visual C# is a principal development language for the .NET framework. Learn to manage program flow, use multithreading and asynchronous processing, and implement events, callbacks, and exception handling using C#.

Objectives

Programming in C#: Managing Program Flow

  • use the switch statement
  • program decisions using the If/Else statement
  • use the for and foreach iteration statements
  • use operators and evaluation expressions
  • use built-in delegate types to make code easier to create and read
  • create and use delegates
  • use lambda expressions
  • use anonymous methods
  • subscribe to an event
  • create event handlers
  • handle exceptions by implementing multiple catch blocks
  • use the finally block
  • create custom exception classes
  • implement context-specific exception handling for SQL exceptions, communication exceptions, and others
  • illustrate how to handle aggregate exceptions in multithreading