|
|
|
Online course
C#(csharp) 4.0
This course will show the main changes and innovations of the new version of C #.
|
Development tools
Core Concepts
Vídeo
4) Processes
Description: In this video, we will discuss the concepts of processes and threads. Using the GetProcesses static method in the Process class, we can get all the current processes through a linq query. |
[Mark this item as viewed]
|
Vídeo
12) Thread Info
Description: In this video, this example continues the discussion of threads. We will see how to get information about the current thread, current AppDomain, and current Context. |
[Mark this item as viewed]
|
Design Pattern
Vídeo
22) Builder Design Pattern
Description: In this case, we will cover the Builder Design Pattern. This pattern separates the construction of a complex object from its representation so that the same construction process can create different representations. |
[Mark this item as viewed]
|
Vídeo
28) Mediator Design Pattern
Description: This pattern defines an object that encapsulates how a set of objects interact. Mediator promotes loose coupling by keeping objects from referring to each other explicitly, and it lets you vary their interaction independently.
|
[Mark this item as viewed]
|
Vídeo
29) Observer Design Pattern
Description: this case, we will cover the Observer Design Pattern. This pattern defines a one-to-many dependency between objects so that when one object changes state, all its dependents are notified and updated automatically. |
[Mark this item as viewed]
|
|