Burton Smith is a Technical Fellow at Microsoft who thinks about ways in which our platform needs to be structured to support general purpose computers that will soon have
clustered super computer processing power as we move closer to manycore everywhere (not too far off into the future...).…
I attended
Lang.NET 2008 and, as expected, learned a great deal from some of the industry's finest language and compiler minds. One of the most interesting talks was
Gilad Bracha's session on his new programming language, Newspeak. Newspeak is really compelling from a language design perspective…
While in Cambridge recently to interview Tim Harris and Simon Peyton-Jones about the great work they're doing on Software Transactional Memory (STM), I got to meet some of the folks in the Machine Learning group
(Christopher Bishop leads the ML research team and is a leading figure in the…
Dan Reed is Microsoft's Director of Scalable/Multi-Core Systems Research and head of the
recently formed Universal Parallel Computing Research Centers (UPCRC): one at the University of California at Berkeley (UC-Berkeley) and a second at the University of Illinois
at Urbana-Champaign (UIUC).…
Ever wonder how we make Windows skus (not why necessarily, though we do cover that briefly, but
how, exactly)? How do OEMs like Dell or HP or Whoever get Windows skus onto the millions of PCs they make? Closer to home, how does Microsoft build Windows skus, anyway? How do we build Windows for that…
Author: Hi, I am Daniel Moth
Introduction: The Managed AddIn Framework (MAF) is a set of assemblies that are part of .NET Framework v3.5. They offer a platform for developers to build extensibility into their client applications by enabling addins (aka plugins) to be written
for a host. In…
Author: Hi, I am Daniel Moth
Introduction: In a previous
video (part 1), you learnt how to get started with the Managed AddIn Framework (MAF). This video is part 2 and relies on knowledge gained in part 1. In this video you will learn how to enable a
v1 AddIn to work with a v2 Host and…