Manage Program Flow Público

Manage Program Flow

Khrystal Colon
Curso por Khrystal Colon, actualizado hace más de 1 año Colaboradores

Descripción

Managing program flow and events Manage Program Flow (25-30%)

Información de los módulos

Descripción

Use the Task Parallel library, including the parallel. For method, PLINQ, Tasks; create continuation tasks; spawn threads by using ThreadPool; unblock the UI; use async and await keywords; manage data by using concurrent collections
Implement multithreading and asynchronous processing      Use the Task Parallel library, including theParallel.For method, PLINQ, Tasks;create continuation tasks; spawn threads by using ThreadPool; unblock the UI; use async and await keywords; manage data by using concurrent collections
Mostrar menos

Descripción

Synchronize resources; implement locking; cancel a long-running task; implement thread-safe methods to handle race conditions

Descripción

Iterate across collection and array items; program decisions by using switch statements, if/then, and operators; evaluate expressions

Descripción

Create event handlers; subscribe to and unsubscribe from events; use built-in delegate types to create events; create delegates; lambda expressions; anonymous methods

Descripción

Handle exception types; use catch statements; use base class of an exception; implement try-catch-finally blocks; throw exceptions; rethrow an exception; create custom exceptions; handle inner exceptions; handle aggregate exceptions
Handle exception types, including SQL exceptions, network exceptions, communication exceptions, network timeout exceptions; use catch statements; use base class of an exception; implement try-catchfinally blocks; throw exceptions; rethrow an exception; create custom exceptions; handle inner exceptions; handle aggregate exceptions
Mostrar menos
Mostrar resumen completo Ocultar resumen completo