Sign in
MSDN Magazine
The official blog of MSDN Magazine
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET
Announcements
ASP.NET
C++
concurrency
Conferences
data services
Editor's Choice
Editor's Notes
LINQ
mobile apps
Office
performance
Security
SharePoint
Silverlight
SQL Server
Testing
Thoughts
Threading
Visual Basic
Visual Studio
WCF
Windows Mobile
WPF
Archive
Archives
April 2013
(2)
March 2013
(3)
February 2013
(2)
January 2013
(2)
October 2012
(5)
September 2012
(1)
June 2012
(2)
May 2012
(2)
April 2012
(5)
March 2012
(4)
February 2012
(3)
January 2012
(7)
November 2011
(4)
October 2011
(4)
September 2011
(16)
August 2011
(7)
March 2011
(2)
February 2011
(1)
January 2011
(1)
December 2010
(1)
October 2010
(1)
July 2010
(6)
June 2010
(2)
May 2010
(5)
April 2010
(2)
March 2010
(5)
December 2009
(1)
November 2009
(1)
October 2009
(3)
September 2009
(2)
August 2009
(1)
March 2009
(1)
December 2008
(9)
November 2008
(15)
October 2008
(14)
September 2008
(12)
August 2008
(14)
July 2008
(18)
June 2008
(18)
May 2008
(14)
April 2008
(15)
March 2008
(14)
February 2008
(14)
January 2008
(14)
December 2007
(12)
November 2007
(12)
October 2007
(16)
September 2007
(11)
August 2007
(15)
July 2007
(7)
June 2007
(9)
May 2007
(13)
April 2007
(7)
March 2007
(15)
February 2007
(6)
January 2007
(17)
December 2006
(6)
November 2006
(9)
October 2006
(6)
June, 2008
MSDN Blogs
>
MSDN Magazine
>
June, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Building a WCF Router
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
In the April 2008 issue of MSDN Magazine , Michele Leroux Bustamante started a series of columns in which she demonstrates how to create a simple Windows Communication Foundation (WCF) router that allows messages to flow transparently between the calling...
MSDN Magazine
A Survey of .NET Languages And Paradigms
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Hundreds of languages target Windows either directly through the Win32 API or through the CLR, and more are being built every day. While you've probably heard about many of these new languages and language paradigms, you may be wondering what it all means...
MSDN Magazine
A C++ Library That Simplifies Windows Forms
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
One problem with GUI programming in C++ is that most libraries are too low level, putting much of the burden on the programmer. In the June 2008 issue of MSDN Magazine , John Torjo introduces you eGUI++, a C++ library that gives you a high-level interface...
MSDN Magazine
Workflows That Capture Data And Create Office Documents
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Business processes that call for workflow often require that process-related documents be consumed or created. In the June 2008 issue of MSDN Magazine , Rick Spiewak discusses how to capture data InfoPath forms and other Office documents to capture data...
MSDN Magazine
Cutting Edge: AJAX Design Patterns and Client-Side Templates
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
In the May 2008 issue of MSDN Magazine , Dino Esposito continued his discussion of AJAX programming by introducing the Single-Page Interface (SPI) model for Web app development and describing some AJAX design patterns that follow from the SPI model. In...
MSDN Magazine
Security: a One-Time Password Solution
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Passwords can be a big security and manageability headache for enterprise IT administrators. Because passwords are cached on computer hard drives and stored on servers, they are susceptible to cracking. In the June 2008 issue of MSDN Magazine , Dan Griffin...
MSDN Magazine
Virtual Labs: Testing with LINQ
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Today we are launching another new Virtual Labs. In the April 2008 issue of MSDN Magazine , James McCaffrey showed you how to simplify SQL stored procedures test automation using LINQ using the LINQ to SQL provider. The article now features a link to...
MSDN Magazine
CLR Inside Out: the Large Object Heap
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
The CLR garbage collector divides objects into small and large categories. When an object is large, some attributes associated with it become more significant than if the object is small. With the June 2008 issue of MSDN Magazine , Maoni Stephens explains...
MSDN Magazine
Windows With C++: Decoding Windows Vista Icons With WIC
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
In the April 2008 issue of MSDN Magazine , Kenny Kerr introduced the Windows Imaging Component (WIC) , showing you how you can use it to encode and decode different image formats. In the June 2008 issue, Kenny shows you how to extend WIC by writing your...
MSDN Magazine
Tools for Identifying Concurrency Issues
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Performance improvements in many-core systems can only be achieved by writing efficient parallel programs. However, testing parallel applications is not straightforward. In the June 2008 issue of MSDN Magazine , Rahul V. Patil and Boby George look at...
MSDN Magazine
Visual C++ 2008 Feature Pack
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Although the Visual C++ compiler has been improved in a areas including performance, security, and standards conformance, seemingly little has been done in the way of new library and productivity features for quite some time. That has changed with the...
MSDN Magazine
Foundations: Bitmaps And Pixel Bits
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
A combination of the retained-mode graphics system and notification mechanisms such as dependency properties unleash the flexibility and power of Windows Presentation Foundation (WPF, allowing these objects to be targets of data bindings and animations...
MSDN Magazine
Going Places: Building Adaptable Windows Mobile Apps
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
In 2008 there are now more than 140 different Windows Mobile phones available that support a variety of different options. Developers to be aware of these differences and to plan for them by building what are called adaptable applications—apps that work...
MSDN Magazine
MSDN Magazine Virtual Labs for June!
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
With the June 2008 issue of MSDN Magazine we are launching an exciting new feature for our readers: Virtual Labs! In the Virtual Labs, you can get immediate hands-on experience with our sample code while reading along in the associated article. The labs...
MSDN Magazine
CLR Inside Out: More Measuring for Performance
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
To reliably create high-performance programs, you need to understand the performance of the individual components you use. Thus, measurement has to be an integral part of the design process. In the April 2008 issue of MSDN Magazine , Vance Morrison showed...
MSDN Magazine
Microsoft Robotics Studio
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
Microsoft Robotics Studio is more than just a way to play with robots. Robotics Studio allows you to build service-based applications for a wide range of hardware devices. In the June 2008 issue of MSDN Magazine , Sara Morgan covers the Robotics Studio...
MSDN Magazine
Connect Enterprise Apps With BizTalk Services
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Microsoft has blended the most compelling characteristics of Enterprise Service Bus (ESB) into a new idea it calls the Internet Service Bus (ISB). These technologies let you manage multiple service connections through a central bus that provides an abstraction...
Page 1 of 1 (17 items)