Sign In
Phil's Blog
Technical Computing Developer Community Resources
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET4
C++ Concurrency Runtime
ConcRT
File Classification Infrastructure
Hyper-V
IIS
IIS 7.5
IIS+Extension
NUMA
Parallel Computing
PDC'09
PowerShell
Server 2008 R2
Server Core
Visual Studio 2010
VS2010
w2k8r2
Windows 7
Windows HPC Server 2008 HPC CCS 2008 CCP beta
Windows Server
Windows Server 2008 R2
Windows+7
Windows+Server+2008
Windows+Server+2008+R2
WWSAPI
Archive
Archives
November 2011
(1)
July 2011
(1)
May 2011
(1)
March 2011
(2)
November 2010
(1)
September 2010
(3)
August 2010
(3)
July 2010
(1)
June 2010
(2)
May 2010
(2)
April 2010
(2)
March 2010
(4)
February 2010
(2)
January 2010
(3)
December 2009
(2)
November 2009
(5)
October 2009
(3)
September 2009
(3)
August 2009
(12)
July 2009
(11)
May 2009
(10)
April 2009
(2)
March 2009
(6)
February 2009
(1)
January 2009
(6)
December 2008
(2)
October 2008
(5)
September 2008
(1)
August 2008
(4)
July 2008
(2)
June 2008
(6)
May 2008
(4)
April 2008
(2)
March 2008
(4)
February 2008
(3)
January 2008
(5)
December 2007
(7)
November 2007
(4)
October 2007
(2)
MSDN Blogs
>
Phil's Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Phil's Blog
Windows Azure HPC Scheduler SDK Now Available!
Posted
2 months ago
by
PhilPenn
0
Comments
Easily Develop Distributed Parallel Computing Solutions for Windows Azure. A new optional extension of the Windows Azure SDK, the Windows Azure HPC Scheduler SDK enables developers to create a new class of Windows Azure solutions. The SDK...
Phil's Blog
LINQ to HPC Beta2 Now Available
Posted
6 months ago
by
PhilPenn
0
Comments
Note the recent release of Windows HPC Server 2008 R2 Service Pack 2 with a list of new features. A corresponding new distributed runtime for “big data” parallel computing is concurrently released in beta form. The “new” runtime...
Phil's Blog
Updated GAMESS for Windows HPC Server 2008 R2
Posted
9 months ago
by
PhilPenn
0
Comments
We recently completed a collaboration with the Quantum Theory Group at Ames Laboratory, Iowa State University, to update and tune the GAMESS application for Windows HPC Server 2008 R2 . Obtain the source code here and learn more about chemistry...
Phil's Blog
Put a VM on Azure
Posted
11 months ago
by
PhilPenn
0
Comments
Just expanding the reach of Giovanni’s excellent walk-thru on this topic, click here…
Phil's Blog
Use Windows Azure for HPC Workloads
Posted
11 months ago
by
PhilPenn
0
Comments
Windows HPC Server 2008 R2 Service Pack 1 (released in December, 2010) includes new functionality for “burst-mode” integration with Windows Azure worker-role compute nodes. The integrated solution, in it’s current form, is intended primarily...
Phil's Blog
Resources for Windows Server 2008 R2 Service Pack 1 Release Candidate
Posted
over 2 years ago
by
PhilPenn
0
Comments
The SP1 RC is now available for evaluation download. Please see the following associated resources: Technical Forum Frequently Asked Questions New Features Details SP1 Deployment Guide
Phil's Blog
IE9 & WP7 Announcements
Posted
over 2 years ago
by
PhilPenn
0
Comments
Two big product announcements in as many days! The IE9 beta is available for evaluation and the Windows Phone 7 Developer Kit is ready as well.
Phil's Blog
September MSDN Magazine – Focus on Concurrency
Posted
over 2 years ago
by
PhilPenn
0
Comments
Many of us are still awaiting the many-core machines we keep reading about. But, writing code for these systems really should begin today. In practice, there’s not a tremendous difference in writing code that targets an 8-core machine versus one...
Phil's Blog
New Book – Parallel Programming with Microsoft .NET
Posted
over 2 years ago
by
PhilPenn
0
Comments
The Microsoft Patterns & Practices team has announced completion of their latest publication subtitled Design Patterns for Decomposition and Coordination of Multicore Architectures . Draft chapters of this book have been available via...
Phil's Blog
Practical Tools for Analyzing Concurrency – Code Stepping
Posted
over 2 years ago
by
PhilPenn
0
Comments
One of the clear differences between the release of Visual Studio 2010 (VS2010) and any of its predecessors is the new support for developing parallel code for multi-core computers. If you are a .NET developer, the 4.0 .NET Framework includes PLINQ and...
Phil's Blog
Experimenting with Data and Services
Posted
over 2 years ago
by
PhilPenn
0
Comments
Like me, you may have missed the AzGroups.org Day of .NET event in Phoenix during the latter part of May. I highly recommend the Hanselman treatment of OData and especially if your a bit confused by the pesky rebranding engine that hopefully has...
Phil's Blog
Introducing LightSwitch and WebMatrix - New Visual Studio Tools
Posted
over 2 years ago
by
PhilPenn
0
Comments
You'll want to check-out these two new tools that extend the functionality of Visual Studio and make it easier to develop common types of desktop, web, and azure applications. Web Matrix is announced here ... LightSwitch is detailed here ...
Phil's Blog
University Parallel Computing Research Center (UPCRC) “Summer School”
Posted
over 2 years ago
by
PhilPenn
0
Comments
The UPCRC at the University of Illinois is hosting it’s 2010 Summer School on Multicore Programming (July 19-23), at the Siebel Center for Computer Science. Microsoft’s participation in this event represents a collaboration between Microsoft Developer...
Phil's Blog
Using PCP – Parallel.For() Overloads for Common Task Scheduling Scenarios
Posted
over 2 years ago
by
PhilPenn
0
Comments
A common pattern in parallel computing scenarios is the task scheduling/execution scenario of initialization(1) –> parallel-work-execution(N) –> finalization(1). The initialization phase runs once (as a single task) followed by the parallel...
Phil's Blog
Windows Server 2008 R2 Application Readiness
Posted
over 2 years ago
by
PhilPenn
0
Comments
Customers tell us that the verified compatibility of their applications is the #1 factor driving their upgrade decisions. Verifying compatibility with Windows Server 2008 R2 before the application ships promotes operational efficiency, improves scalability...
Phil's Blog
Phil @ Houston C# SIG
Posted
over 2 years ago
by
PhilPenn
0
Comments
If you’re in Houston on May 17, please consider yourself welcome to join us for a presentation on Visual Studio 2010 and the Parallel Computing Platform. More info here .
Phil's Blog
Using PCP - How to accomplish Reduction
Posted
over 2 years ago
by
PhilPenn
0
Comments
A common operation in parallel code design involves accumulating, or “reducing”, results from a number of concurrent operations into a single “all-up” result. With the Parallel Computing Platform , this operation is associated closely with...
Phil's Blog
New Windows Azure Reference Application Available
Posted
over 2 years ago
by
PhilPenn
0
Comments
Learning Windows Azure development? You’ll want to see the new “Bid-Now” sample application published on MSDN Code Gallery. Read about it at David Aiken’s blog .
Phil's Blog
2010 Scripting Games
Posted
over 2 years ago
by
PhilPenn
0
Comments
The Scripting Guys are back! Every year, the Scripting Guys host something called the Scripting Games. It’s a fun competition in which participants attempt to solve beginner or advanced puzzles with scripts in either Windows PowerShell or VBScript...
Phil's Blog
New Parallel Computing Platform (PCP) Developer Resources
Posted
over 2 years ago
by
PhilPenn
0
Comments
The Visual Studio Launch will open a new chapter for Developers writing Windows applications. Included with Visual Studio 2010 are several new parallel computing technologies and tools. C++ Developers will discover the C++ Concurrency...
Phil's Blog
New Windows Phone Training Kit and Developer Tools!
Posted
over 2 years ago
by
PhilPenn
0
Comments
Today, Microsoft released the first Windows Phone 7 Developer Training Kit. The Kit included hands-on-labs that corresponds to the free Windows Phone 7 Developer tools CTP that was also released today. The training kit includes three Silverlight labs...
Phil's Blog
Parallel Computing Platform Developer Lab
Posted
over 2 years ago
by
PhilPenn
0
Comments
Microsoft Developer & Platform Evangelism, in collaboration with the Microsoft Parallel Computing Platform product team, is hosting a developer lab at the Platform Adoption Center on April 12-15, 2010. This event is for Microsoft Partners and...
Phil's Blog
Get Windows Server App-Fabric beta2 via the Web Platform Installer
Posted
over 2 years ago
by
PhilPenn
0
Comments
AppFabric is a combination of the distributed caching features previously codenamed “Velocity” and the composite application management features previously codenamed “Dublin”. These extensions to Windows Server combine to enable a rich IIS-based...
Phil's Blog
MPI Project Template for Visual Studio 2008/2010
Posted
over 2 years ago
by
PhilPenn
0
Comments
This new Visual Studio Gallery template sets up a project that can be used as the starting point for developing an MPI application. After template installation, an “MPI Project” entry appears in the Visual Studio “New Project” dialog. If the...
Phil's Blog
Visual Studio 2010 Release Candidate Arrives
Posted
over 2 years ago
by
PhilPenn
1
Comments
Designing applications for “many-core” scale? You’ll want to consider the C++ Concurrency Runtime and .NET4 Parallel Extensions libraries included with Visual Studio 2010. These new Parallel Computing libraries integrate seamlessly...
Page 1 of 6 (140 items)
1
2
3
4
5
»