12/31/2010Video tutorial
Clustering MSDTC and SSIS - Course Failover Clustering Lesson 12 Now that we have clustered Sql Server, its time to cluster others components that Sql Server use, starting by clustering MSDTC (Microsoft Distributed Transaction Coordinator) which is used for some replication configurations
11/30/2010Video tutorial
Mediator Design Pattern - Course C# 4.0 - Lesson 24 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.
11/30/2010Video tutorial
Facade Design Pattern - Course C# 4.0 - Lesson 23 This pattern Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.
11/30/2010Video tutorial
Decorator Design Pattern - Course C# 4.0 - Lesson 22 This pattern attaches additional responsibilities to an object dynamically. Decorators provide a flexible alternative to sub-classing for extending functionality.
11/30/2010Video tutorial
Composite Design Pattern - Course C# 4.0 - Lesson 21 This pattern composes objects into tree structures to represent part-whole hierarchies. Composite lets clients treat individual objects and compositions of objects uniformly.
11/30/2010Video tutorial
Command Design Pattern - Course C# 4.0 - Lesson 20 This pattern encapsulates a request as an object, thereby letting you parameterize clients with different requests, queue or log requests, and support undoable operations.
11/30/2010Video tutorial
Builder Design Pattern - Course C# 4.0 - Lesson 18 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.
10/31/2010Video tutorial
Using PLinq - Course C# 4.0 Lesson 13 In this video, we see a different way of calling a method on a separate thread. This new approach has been added in .NET 4.0.
10/31/2010Video tutorial
Thread Info - Course C# 4.0 Lesson 12 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.
10/31/2010Video tutorial
Using Dynamic - Course C# 4.0 Lesson 10 In .NET 4.0 Microsoft added the dynamic keyword to C#. In this example, we will try to illustrate one use of the dynamic keyword.
10/31/2010Video tutorial
Structures - Course C# 4.0 Lesson 8 In this video, we discuss structures in C# to understand the difference between them and classes.
10/31/2010Video tutorial
Processes - Course C# 4.0 Lesson 4 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.
10/31/2010Video tutorial
Observer Design Pattern - Course C# 4.0 Lesson 25 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.