Posts
-
VS2008 Training Kit: Introduction to the Microsoft Client Continuum
Avg Rating: 0
Hi and welcome to another Visual Studio 2008 Training Kit screencast.
This session was presented by Adam Kinney and is the from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
Now with Silverlight added to the group, a continuous series of... -
VS2008 Training Kit: ADO Synchornization Services
Avg Rating: 0
Hi and welcome to another Visual Studio 2008 Training Kit screencast.
This session was presented by Steve Lasker and is the from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
Synchronization Services allows you to maintain a local, synchonizable... -
VS2008 Training Kit: .NET Framework 3.5 Enhancements
Avg Rating: 0
Hi and welcome to another Visual Studio 2008 Training Kit screencast.
This session was presented by Jack Gudenkauf and is the from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
There are numerous enhancements included in the .NET Framework... -
VS2008 Training Kit: Using LINQ with Relational Data
Avg Rating: 5
(1)Hi and welcome to another Visual Studio 2008 Training Kit screencast.
This session was presented by Mike Pizzo and is the from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
One of the most common forms of data used in applications... -
VS2008 Training Kit: What's new in Visual Basic 9.0?
Avg Rating: 5
(1)Hi and welcome to another Visual Studio 2008 Training Kit screencast.
This session was presented by Amanda Silver and is the from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
Do you remember your first Basic program? Visual... -
VS2008 Training Kit: What's new in C# 3.0?
Avg Rating: 5
(1)Hi and welcome to another Visual Studio 2008 Training Kit screencast.
This session was presented by Luke Hoban and is the from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
During this brief session, you will learn about some... -
VS2008 Training Kit: .NET Language Integrated Query (LINQ)
Avg Rating: 5
(1)Hi and welcome to another Visual Studio 2008 Training Kit screencast.
This session was presented by Luca Bolognese and is the from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
Language Integrated Query (LINQ) provides the ability...
-
VS2008 Training Kit: Lap around Visual Studio 2008 & .NET Framework 3.5
Avg Rating: 0
Hi and welcome to the first Visual Studio 2008 Training kit screencasts.
This session was presented by James Conard and is the first session from the Visual Studio 2008 training kit available from http://go.microsoft.com/?linkid=7602397.
Visual Studio 2008 and the .NET Framework...
-
The DFO Show - Hosting Windows PowerShell Part 3
Avg Rating: 3
(1)In this final part, David shows how you can build a simple MMC Snapin using managed code, to host Windows PowerShell.
The custom MMC view is created using a windows forms usercontrol, and provides custom actions for the listed services.The code used in the demo is available at http://blogs.msdn.com/daiken/archive/2007/06/22/hosting-windows-powershell-sample-code.aspx.
... -
The DFO Show - Hosting Windows PowerShell Part 2
Avg Rating: 3
(1)In this 2nd part of 3, David builds upon part 1, by using the PSObject.BaseObject to access the strongly typed data.
Then you will see how to enable interaction between PowerShell and your GUI via a custom host, using PSHost and PSHostUserInterface.
The code used in the demo is...