Related Articles
Here the author introduces SQL Server Data Services, which exposes its functionality over standard Web service interfaces.
David Robinson
MSDN Magazine July 2008
...
Read more!
Here we explain how the new hierarchyID data type in SQL Server 2008 helps solve some of the problems in modeling and querying hierarchical information.
Kent Tegels
MSDN Magazine September 2008
...
Read more!
Here Brian Randell presents everything you need to know to get started with Visual Studio 2005 Team Edition for Database Professionals.
Brian A. Randell
MSDN Magazine February 2007
...
Read more!
The Entity Framework is a hot topic, but how do you know when to use EntityClient, Object Services, Entity SQL, or LINQ? Find out here.
John Papa
MSDN Magazine May 2008
...
Read more!
Building a data access layer using LINQ to SQL and the ADO.NET Entity Framework allows you to decouple your application from the persistence technology you're using.
Anthony Sneed
MSDN Magazine December 2008
...
Read more!
Popular Articles
Learn how to automate custom SharePoint application deployments, use the SharePoint API, and avoid the hassle of custom site definitions.
E. Wilansky, P. Olszewski, and R. Sneddon
MSDN Magazine May 2008
...
Read more!
Here we present techniques for programmatic and declarative data binding and display with Windows Presentation Foundation.
Josh Smith
MSDN Magazine July 2008
...
Read more!
Now you can perform efficient, sophisticated text analysis using regular expressions in SQL Server 2005.
David Banister
MSDN Magazine February 2007
...
Read more!
Kenny Kerr sings the praises of the new Visual C++ 2008 Feature Pack, which brings modern conveniences to Visual C++.
Kenny Kerr
MSDN Magazine May 2008
...
Read more!
Here are some design patterns that allow you to achieve higher cohesion and looser coupling for more flexible, reusable applications.
Jeremy Miller
MSDN Magazine October 2008
...
Read more!
Our Blog
Because Windows Workflow Foundation (WF) is based on a runtime that manages the execution of workflows and activities, testing must, in almost all cases, involve the use of the runtime – and this can introduce some interesting challenges.
In the November 2008 issue of MSDN Magazine, Matt Milner presents some techniques for unit testing ...
Read more!
Silverlight and SharePoint provide a simple, yet powerful, infrastructure for building intranet and extranet applications with sophisticated user interface designs and interactions.
In the November 2008 issue of MSDN Magazine, Steve Fox and Paul Stubbs demonstrate how to build a SharePoint Web Part as a wrapper for a Silverlight application.
...
Read more!
With the releases of LINQ to SQL and the ADO.NET Entity Framework, developers now have two products from Microsoft designed to tie together relational data and object-oriented programming.
In the December 2008 issue of MSDN Magazine, Anthony Sneed provides a roadmap to these technologies and demonstrates how you can create ...
Read more!
So many factors can affect the performance of a Web page—the distance between server and client, the size of the elements on the page, how the browser loads these elements, available bandwidth. Finding those bottlenecks and identifying the culprits is no easy task.
In the November 2008 issue of MSDN Magazine, Jim Pierson introduces ...
Read more!
Windows Presentation Foundation (WPF) adds functionality to the Microsoft .NET Framework so that you actually can reliably keep bound controls synchronized with their data sources.
In the December 2008 issue of MSDN Magazine, Ken Getz demonstrates how to use the ObservableCollection class provided by WPF to keep bound controls in ...
Read more!