Archives for posts with tag: Join

Join Ryan and Steve each week as they cover the Microsoft cloud. You can follow and interact with the show at @cloudcovershow

In this episode:  

  • Learn about the Diagnostics capabilities in Windows Azure.
  • Discover how to remotely configure each instance’s Diagnostics configuration.
  • Listen as we discuss debugging versus monitoring along with which techniques to use in Windows Azure. 

Show Links:

Programming Windows Azure
Developing and Deploying with SQL Azure whitepaper
Windows Azure Architecture Guidance, Part 1
Announcing Windows Azure CDN Pricing
Web Role Crash Dumps

Join ISV Developer Evangelist Henrik Westergaard Hansen from Microsoft Denmark as he sits down with lead developer Richard Flamsholt to talk about EQATEC’s latest offering: the first publicly available code profiler for Silverlight applications.

The company’s EQATEC Profiler was released back in April 2008 to much appreciation among developers because it was – and still is – the world’s only code profiler for .NET Compact Framework applications, and also quite easy to use. Now, EQATEC has leveraged that technology in the newly released version 3.1 of their profiler so it works with Silverlight applications, too, as well as full .NET and .NETCF apps.

Join Henrik and Richard for two actual demonstrations and a talk about how this code profiler works internally and what the secret is. An early version of the SilverFace application Scott Guthrie showcased at PDC09 is briefly profiled, as is EQATEC’s own large Silverlight client-app for their EQATEC Analytics service. In that client a real performance bottleneck is identified and fixed so data in a particular view loads 2.25 times faster.

Download EQATEC Profiler at http://www.eqatec.com/tools/profiler and follow @eqatec on Twitter.

Are you wondering how to get started with Windows Azure?  Join me in this quick video featuring Steve Marx as we walk through a simple ‘Hello World’ application in Windows Azure.  See how easy it is to get started using Windows Azure Tools for Visual Studio – develop, debug, and publish to the cloud in minutes.

Join Danny Shih as he introduces the TaskCompletionSource<TResult> type.  He’ll cover basic usage and walk through a full scenario

Learn more about the .NET Framework 4 and keep abreast of Parallel Computing tools and techniques via the Concurrency Dev Center.

See all videos in this series.

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 System.Collections.Concurrent namespace and keep abreast of Parallel Computing tools and techniques via the Concurrency Dev Center.

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 about the System.Collections.Concurrent namespace and keep abreast of Parallel Computing tools and techniques via the Concurrency Dev Center.

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 Studio 2010.

Learn more about the System.Collections.Concurrent namespace and keep abreast of Parallel Computing tools and techniques via the Concurrency Dev Center.

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 with .NET4 and Visual Studio 2010.

Learn more about the System.Collections.Concurrent namespace and keep abreast of Parallel Computing tools and techniques via the Concurrency Dev Center.

Join James Brundage, Software Tester from the PowerShell Team, as he walks through how to write a multitouch finger paint in ~30 lines of Windows PowerShell script using WPK (WPF PowerShell Kit).  You can download WPK and this example as part of the PowerShell Pack. (http://code.msdn.microsoft.com/PowerShellPack) .

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 thread-safe data-structures available with .NET4 and Visual Studio 2010.

Learn more about the System.Collections.Concurrent namespace and keep abreast of Parallel Computing tools and techniques via the Concurrency Dev Center.