In this latest edition of Expert to Expert (and Going Deep), the great Brian Beckman, astrophysicist and software architect, is joined by
Greg Meredith, a mathematician and computer scientist. It's just bound to be an intellectual jam session!The idea for the format of this…
Erik Meijer and team (developer Wes Dyer, in particular) have created a profound and beautiful .NET library that will take managed event based programming to new levels. Of course, many of you wish that you could write LINQ expressions over events. Well,
now you can thanks to Erik's and Wes…
Concurrency is a problem that faces all developers as we move to the age of ManyCore processor architectures. Managing state is an important aspect of programming generally and for parallel programming especially. The great Brian
Beckman demonstrates three ways of labeling a binary tree with…
Concurrency is a problem that faces all developers as we move to the age of ManyCore processor architectures. Managing state is an important aspect of programming generally and for parallel programming especially. The great Brian
Beckman demonstrates three ways of labeling a binary tree with…
Functional programming is increasing in popularity these days given the inherent problems with shared mutable state that is rife in the imperative world. As we march on to a world of multi and many-core chipsets, software engineering must evolve to better
equip software engineers with the tools to…
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…
What happens when 2 of the coolest technologies meet each other?
I saw this demo a few weeks back and just had to get it on the show.
Danny Kim from Full Armor (an MS Partner) shows us what they were able to do using Windows Workflow Foundation and Windows PoweShell to drive IT…
In this show, I'll show you how to use the Visual Studio Templates I created to help you build Windows PowerShell CmdLets. You can download the templates from
http://channel9.msdn.com/ShowPost.aspx?PostID=256835.
In this show, we take a look at some more Windows PowerShell Cmdlets and how we can use Windows PowerShell to easily manage Windows Vista.
Jeffrey Snover and I have written up a blog post on this show that is available on the Windows Vista Team blog. You can see the commands used in this…
In this episode, David shows you how you can build a simple set of Windows PowerShell cmdlts to access the Amazon Simple Storage Service (Amazon S3).
http://www.amazon.com/s3
The Cmdlets show how to implement parameters; support pipeline operations; support confirm, whatif, debug and…