Quantcast
Channel: philpenn (HD) - Channel 9
Browsing latest articles
Browse All 50 View Live

Image may be NSFW.
Clik here to view.

New File Classification Infrastructure - Part 2, Compressing Stagnant Files

The File Classification Infrastructure (FCI) is a new Windows Server technology included within the File Server Role.  FCI is available with Windows Server 2008 R2.  FCI is used to: 1. Define file...

View Article



Image may be NSFW.
Clik here to view.

New File Classification Infrastructure - Part 3, Business Critical Files

The File Classification Infrastructure (FCI) is a new Windows Server technology included within the File Server Role.  FCI is available with Windows Server 2008 R2.  FCI is used to: 1. Define file...

View Article

Image may be NSFW.
Clik here to view.

New File Classification Infrastructure - Part 4, The FCI API

The File Classification Infrastructure (FCI) is a new Windows Server technology included within the File Server Role.  FCI is available with Windows Server 2008 R2.  FCI is used to: 1. Define file...

View Article

Image may be NSFW.
Clik here to view.

Windows PowerShell : Arrays, Conditionals, Collections, and Loops

Join James Brundage, Windows PowerShell Test Team SDE, as he introduces Arrays, Conditionals, Collections, and Loops.   Continue your video tour of Windows PowerShell V2 via MSDN Channel9 and TechNET...

View Article

Image may be NSFW.
Clik here to view.

Windows PowerShell : -Object Family of CmdLets and the Object Pipeline

Join James Brundage, Windows PowerShell Test Team SDE, as he introduces the -Object family of cmdlets.   Continue your video tour of Windows PowerShell V2 via MSDN Channel9 and TechNET Edge.  Find...

View Article


Image may be NSFW.
Clik here to view.

Windows PowerShell : Create Object CmdLets

Join James Brundage, Windows PowerShell Test Team SDE, as he demonstrates how to create your own Object CmdLets.   Continue your video tour of Windows PowerShell V2 via MSDN Channel9 and TechNET Edge....

View Article

Image may be NSFW.
Clik here to view.

Windows PowerShell : Remote Sessions

Join Krishna Vutukuri, Windows PowerShell SDE, as he demonstrates how to create and use Romote Sessions.   Learn how to invoke remote commands, establish remote session persistence, and enter an...

View Article

Image may be NSFW.
Clik here to view.

Windows PowerShell : Advanced Remote Sessions

Join Krishna Vutukuri, Windows PowerShell SDE, as he demonstrates advanced remoting concepts including command execution across a set of machines, session connection optimization, user-prompts within...

View Article


Image may be NSFW.
Clik here to view.

Windows PowerShell : Remote Session Custom Configuration

Join Krishna Vutukuri, Windows PowerShell SDE, as he demonstrates how to customize remote session behaviour using session configuration concepts.   Example usage scenarios include invocation of...

View Article


Image may be NSFW.
Clik here to view.

Windows PowerShell : Variables, Types, and Operators

Join James Brundage, PowerShell Test Team SDE, as he introduces Variables, Types, and Operators.   Windows PowerShell is a Windows command-line shell designed for ease-of-use not only by system...

View Article

Image may be NSFW.
Clik here to view.

Deploying IIS 7.5 + FASTCGI + PHP on Server Core

Windows Server 2008 R2 Server Core introduces support for subsets of the 2.0/3.0/3.5 .NET Framework in addition to a number of other new optional features and roles.   These additions extend the role...

View Article

Image may be NSFW.
Clik here to view.

New Parallel Capabilities of the Visual Studio 2010 Profiler

Visual Studio 2010 (currently in beta) includes new Parallel Performance Analysis tools. The new Profiler is a must-have tool for Developers interested in designing new "many-core" parallel-computing...

View Article

Image may be NSFW.
Clik here to view.

Thread Visualization in the VS2010 Profiler

Join James Rapp once again as he dives deeper into the new parallel performance analysis tools available in Visual Studio 2010.  In this video, he discusses ways of managing the quantity of data...

View Article


Image may be NSFW.
Clik here to view.

BlockingCollection<T> Demonstration in Producer-Consumer Scenarios

Join Josh and Steve as they demonstrate how to use the new .NET4 BlockingCollection<T> class in class Producer/Consumer parallel computing scenarios.BlockingCollection<T> is one of many new...

View Article

Image may be NSFW.
Clik here to view.

Concurrent Visualization Techniques in the VS2010 Profiler

Join Bill Colburn as he demonstrates useful features of the Concurrency Visualizer available in VS2010.   He discusses visualization of parallel-for loops, I/O reports, sorting the display of threads,...

View Article


Image may be NSFW.
Clik here to view.

Lazy<T> Optimized Resource Initialization

Join Josh and Steve as they demonstrate how to use the new .NET4 Lazy<T> class in optimized object initialization scenarios.Lazy<T> is one of many new thread-safe data-structures available...

View Article

Image may be NSFW.
Clik here to view.

The .NET4 Countdown Synchronization Primitive

Join Josh and Steve as they demonstrate how to use the new .NET4 Countdown event synchronization primitive in task coordination scenarios.Countdown and related constructs are new with .NET4 and Visual...

View Article


Image may be NSFW.
Clik here to view.

Thread Blocking Analysis in the VS2010 Profiler

Join Bill Colburn once again as he demonstrates useful analysis techniques within the VS2010 Concurrency Visualizer.  In this screencast, he demonstrates thread synchronization reports, unblocking...

View Article

Image may be NSFW.
Clik here to view.

How to Cancel Work using .NET4 CancellationToken

Join Josh and Steve as they demonstrate how to safely cancel tasks in a parallel task execution scenario.CancellationToken and related constructs are new with .NET4 and Visual Studio 2010.Learn more...

View Article

Image may be NSFW.
Clik here to view.

Concurrent Programming with .NET4 Collections

Join Josh and Steve as they demonstrate how to use various concurrency-safe Collections classes.Collections and related constructs are new with .NET4 and Visual Studio 2010.Learn more about the...

View Article

Image may be NSFW.
Clik here to view.

Refactoring "for" Loops to Run in Parallel

Join Danny Shih as he demonstrates how to use the Task Parallel Library (TPL) to refactor sequential "for" loops so that they execute in parallel.  He’ll also cover breaking out of parallelized...

View Article


Image may be NSFW.
Clik here to view.

Task and Task<TResult>, Waiting and Continuations

Join Danny Shih as he introduces the heart of the Task Parallel Library (TPL).  He’ll talk about two core types (Task and Task<TResult>) and two functionalities that they support (waiting and...

View Article


Image may be NSFW.
Clik here to view.

TaskCompletionSource

Join Danny Shih as he introduces the TaskCompletionSource<TResult> type.  He’ll cover basic usage and walk through a full scenarioLearn more about the .NET Framework 4 and keep abreast of...

View Article

Image may be NSFW.
Clik here to view.

Speeding up Parallel.For using the Range Partitioner

Join Danny Shih as he demonstrates using the range partitioner feature.  Parallel.For is great, but being a general solution, it does not perform optimally for certain specific scenarios, such as when...

View Article

Image may be NSFW.
Clik here to view.

Windows PowerShell : A Brief Introduction to using WPF Containers in WPK

Join James Brundage, Software Tester from the Windows PowerShell team as he introduces how you can use WPK (the WPF PowerShell Kit) to work with common UI containers in WPF.   WPK is available as part...

View Article

Browsing latest articles
Browse All 50 View Live




Latest Images