Microsoft Logo
Gray Pipe
  • Developer Network
    • Downloads
      • Visual Studio
      • Subscription access
      • SDKs
      • Trial software
    • Programs
      • Subscriptions
      • Students
      • ISV
      • Startups
      • TechRewards
      • Events
    • Community
      • Magazine
      • Forums
      • Blogs
      • Channel 9
    • Documentation
      • APIs and reference
      • Dev centers
      • Samples
      • Retired content
Developer Network Developer
Sign in
MSDN subscriptions
Get tools
magazine
  • Issues and downloads
    • All issues
    • 2017
      • January 2017
    • 2016
      • December 2016
      • Connect(); 2016
      • November 2016
      • October 2016
      • September 2016
      • August 2016
      • July 2016
      • June 2016
      • May 2016
      • April 2016
      • March 2016
      • February 2016
      • January 2016
    • 2015
      • December 2015
      • November 2015
      • Windows 10 issue
      • October 2015
      • September 2015
      • August 2015
      • July 2015
      • June 2015
      • May 2015
      • April 2015
      • March 2015
      • February 2015
      • January 2015
    • 2014
      • Special 2014
      • December 2014
      • November 2014
      • October 2014
      • September 2014
      • August 2014
      • July 2014
      • June 2014
      • May 2014
      • April 2014
      • March 2014
      • February 2014
      • January 2014
    • 2013
      • Government 2013
      • December 2013
      • November 2013
      • October 2013
      • September 2013
      • August 2013
      • July 2013
      • June 2013
      • May 2013
      • April 2013
      • March 2013
      • February 2013
      • January 2013
    • 2012
      • December 2012
      • November 2012
      • Windows 8
      • October 2012
      • September 2012
      • August 2012
      • July 2012
      • June 2012
      • May 2012
      • April 2012
      • March 2012
      • February 2012
      • January 2012
    • 2011
      • December 2011
      • November 2011
      • October 2011
      • September 2011
      • August 2011
      • July 2011
      • June 2011
      • May 2011
      • April 2011
      • March 2011
      • February 2011
      • January 2011
    • 2010
      • December 2010
      • November 2010
      • October 2010
      • September 2010
      • August 2010
      • July 2010
      • June 2010
      • May 2010
      • April 2010
      • March 2010
      • February 2010
      • January 2010
    • 2009
      • December 2009
      • November 2009
      • October 2009
      • September 2009
      • August 2009
      • July 2009
      • June 2009
      • May 2009
      • April 2009
      • March 2009
      • February 2009
      • January 2009
  • Subscribe
  • Submit article
search clear
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Issues and downloads 2011 March 2011

March 2011

SharePoint Online: Cloud-Based Collaboration with SharePoint Online

SharePoint Online:  Cloud-Based Collaboration with SharePoint Online
Learn how SharePoint Online development is similar to and different from SharePoint 2010 development by following along with Chris Mayo as he builds solutions that run in the cloud.
Chris Mayo

BizTalk EDI Solutions : Processing Health Care Claims with BizTalk Server 2010

BizTalk EDI Solutions :  Processing Health Care Claims with BizTalk Server 2010
BizTalk Server 2010 introduces a variety of new functionality for developing and configuring EDI solutions. This article walks through each of the key stages to BizTalk EDI development and introduces a number of techniques to aid the developer.
Mark Beckner

Writing a Debugging Tools for Windows Extension

Debugger APIs:   Writing a Debugging Tools for Windows Extension
Learning how to debug is a crucial developer skill. Fortunately, Visual Studio provides great tools for helping you debug your code. We'll cover the basics of building a custom debugger extension so you can analyze dump files (and also live systems) with ease.
Andrew Richards

Building Data-Centric Web Apps with ASP.NET MVC and Ext JS

RIA Frameworks:  Building Data-Centric Web Apps with ASP.NET MVC and Ext JS
When migrating data from other sources into a single database used by your app, you'll probably have to employ some matching and de-duplication processes to end up with a useful data store. We'll show you four different matching algorithms and the F# code to implement them.
Juan Carlos Olamendy

Building and Using Custom OutputCache Providers in ASP.NET

Cache Integration:  Building and Using Custom OutputCache Providers in ASP.NET
With the .NET Framework 4.0, you can now boost performance by replacing the default ASP.NET output cache with your own implementation. We show you how to do this with the MongoDB "NoSQL" database in a simple ASP.NET MVC app and then we swap out the custom provider to leverage features of Azure.
Brandon Satrom

Tips and Tricks for Loading Silverlight Locale Resources

Silverlight Localization:  Tips and Tricks for Loading Silverlight Locale Resources
Your customers deserve to enjoy your Silverlight app with locale-appropriate resources. We'll show you some tricks for creating, loading, and changing locales at run time.
Matthew Delisle

Columns

Editor's Note:
How to Get Rejected

A guide to not getting published in MSDN Magazine.
Keith Ward

Don't Get Me Started:
Missing the (Power) Point

It’s time to start licensing PowerPoint users until they learn the true point of the program.
David Platt

Test Run:
Diffusion Testing

The doctor prescribes a little-known technique that—under the right circumstances—lets you automatically generate new test case data from existing test cases that yield a pass result, saving time and work.
James McCaffrey

UI Frontiers:
Touch Gestures on Windows Phone

Charles this month takes a look at multi-touch APIs and delves into the workings of the new gesture support in the Silverlight for Windows Phone Toolkit.
Charles Petzold

Cutting Edge:
Application Extensibility: MEF vs. IoC

You can create extensible apps using the Managed Extensibility Framework (MEF), which is built right into the .NET Framework 4. We'll walk through an example to compare plug-in implementations using both MEF and Inversion of Control frameworks.
Dino Esposito

Forecast: Cloudy:
Cloud Services Mashup

Learn how to combine multiple cloud services into a single app, taking advantage of services offered by Windows Azure, Windows Azure Access Control, Bing Maps and Facebook.
Joseph Fultz

Toolbox:
Data Integration Tools and Resources

Data integration is the cornerstone of many apps these days, which means you’ll need to add database expert to the many hats you wear. Or maybe not. We’ll show you some handy tools and resources for maximizing data access while minimizing muss and fuss.
Terrence Dorsey

Data Points:
Server-Side Paging with the Entity Framework and ASP.NET MVC 3

You don't always need to get huge amounts of data with your database queries. See how Julie Lerman uses new features of ASP.NET MVC 3 and Entity Framework to perform efficient server-side paging when you don't need to return those big data payloads.
Julie Lerman

Mobile Matters
Windows Phone Navigation: The Basics

In the first installment of our new monthly column focusing on Windows Phone 7 development, we present the basics of the page navigation model, best practices to get the most out of the current APIs and some actionable, easy-to-follow recipes to create complex navigations not implemented with those APIs.
Jaime Rodriguez and Yochay Kiriaty

The Working Programmer:
Multiparadigmatic .NET, Part 6: Reflective Metaprogramming

Code generation can simplify many programming tasks, but harnessing reflection gives you an entirely new kind of variability. Now names can refer to elements within the program at a much later time than the compiler traditionally permits. We'll show you how it works.
Ted Neward

MSDN Magazine Blog

More MSDN Magazine Blog entries >


Current Issue


January 2017 issue

Browse All MSDN Magazines


Subscribe to MSDN Flash newsletter


Receive the MSDN Flash e-mail newsletter every other week, with news and information personalized to your interests and areas of focus.

Follow us
  • http://www.facebook.com/microsoftdeveloper
  • https://twitter.com/msdev
  • http://plus.google.com/111221966647232053570/
Sign up for the MSDN Newsletter
Is this page helpful?
Your feedback about this content is important.
Let us know what you think.
Additional feedback?
1500 characters remaining
Thank you!
We appreciate your feedback.

Dev centers

  • Windows
  • Office
  • Visual Studio
  • Microsoft Azure
  • More...

Learning resources

  • Microsoft Virtual Academy
  • Channel 9
  • MSDN Magazine

Community

  • Forums
  • Blogs
  • Codeplex

Support

  • Self support

Programs

  • BizSpark (for startups)
  • DreamSpark
  • Imagine Cup
United States (English)
  • Newsletter
  • Privacy & cookies
  • Terms of use
  • Trademarks
logo © 2017 Microsoft