MSDN Magazine

The official blog of MSDN Magazine

Posts
  • MSDN Magazine

    .NET Terrarium 2.0 source code released

    • 0 Comments
    Remember .NET Terrarium, the interactive game meant to introduce .NET development techniques? Well, the Windows SDK team has released the source code for . NET Terrarium 2.0 on CodePlex . You can read more about this release on the Windows SDK blog and...
  • MSDN Magazine

    Advanced Basics: The LINQ Enumerable Class

    • 0 Comments
    The Enumerable class plays an important role in every LINQ query you create. Because the Enumerable class's extension methods can process many other classes—including Array and List—you can use methods of the Enumerable class not only to create LINQ queries...
  • MSDN Magazine

    State Sharing In A Peer Network With WPF

    • 0 Comments
    Peer applications cover the gamut from simple file sharing to instant messaging (IM) to full-on collaborative applications such as shared white boarding, Voice over IP (VoIP) calling and conferencing, social networking, and much more. In the July 2008...
  • MSDN Magazine

    { End Bracket } roundup

    • 0 Comments
    Back in January , we rounded up all of the recent { End Bracket } columns you may have missed, since I don’t always get around to featuring them before a new issue comes online. { End Bracket } provides a forum for developers to express opinions or share...
  • MSDN Magazine

    Thoughts on screen shots: hard-to-capture screens

    • 0 Comments
    Here's another bunch of handy tips in my ongoing series on a topic no one thought would ever spawn so much writing... Ever needed to capture a screen shot, but the system state just doesn't support or allow running another program or even a clipboard...
  • MSDN Magazine

    SQL Server Data Services

    • 0 Comments
    SQL Server Data Services (SSDS) is a robust, scale-free data service that internally uses proven SQL Server technology and exposes its functionality over industry standard Web service interfaces. In the July 2008 issue of MSDN Magazine , David Robinson...
  • MSDN Magazine

    Data Binding and WPF

    • 0 Comments
    Windows Presentation Foundation (WPF) offers excellent support for managing the display and editing of complex data. In the December 2007 edition of MSDN Magazine , John Papa did a great job of explaining essential WPF data binding concepts . In the July...
  • MSDN Magazine

    Test Run: Request/Response Testing with Windows PowerShell

    • 0 Comments
    The most fundamental form of Web testing is HTTP request/response testing. This involves programmatically sending an HTTP request to the Web application, fetching the HTTP response, and examining the response for an expected value. In the May 2008 issue...
  • MSDN Magazine

    Concurrent Affairs: Simplified APM With The AsyncEnumerator

    • 0 Comments
    In the November issue of MSDN Magazine, Jeffrey Richter demonstrates some recent additions to the C# programming language that make working with the APM significantly easier. In the June issue , Jeffrey introduces his AsyncEnumerator class , which intelligently...
  • MSDN Magazine

    July 2008 issue of MSDN Magazine now online

    • 0 Comments
    The July 2008 issue of MSDN Magazine is now available online. Here's what's in the issue: Data Services: Develop Robust and Scalable Apps with SQL Server Data Services We introduce SQL Server Data Services, which exposes its functionality over standard...
  • MSDN Magazine

    Patterns In Practice: The Open Closed Principle

    • 0 Comments
    The June 2008 issue features the first installment of a new MSDN Magazine column on software design fundamentals. We’ll discuss design patterns and principles in a manner that isn't bound to a specific tool or lifecycle methodology. In this issue, Jeremy...
  • MSDN Magazine

    Windows With C++: Decoding Windows Vista Icons With WIC

    • 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

    Foundations: Bitmaps And Pixel Bits

    • 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

    A C++ Library That Simplifies Windows Forms

    • 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

    • 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

    A Survey of .NET Languages And Paradigms

    • 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

    Going Places: Building Adaptable Windows Mobile Apps

    • 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

    Tools for Identifying Concurrency Issues

    • 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

    Virtual Labs: Testing with LINQ

    • 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

    Microsoft Robotics Studio

    • 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

    CLR Inside Out: the Large Object Heap

    • 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

    CLR Inside Out: More Measuring for Performance

    • 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

    Visual C++ 2008 Feature Pack

    • 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

    Connect Enterprise Apps With BizTalk Services

    • 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...
  • MSDN Magazine

    Security: a One-Time Password Solution

    • 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...
Page 8 of 18 (435 items) «678910»