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)
November, 2007
MSDN Blogs
>
MSDN Magazine
>
November, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Data Points: Data Binding in WPF
Posted
over 6 years ago
by
MSDNMagazine
2
Comments
Did you know that Windows® Presentation Foundation (WPF) provides powerful data-binding capabilities? With WPF, you can perform data manipulation using Microsoft® .NET Framework code, XAML, or a combination. You can bind to controls, public...
MSDN Magazine
CLR Inside Out: Writing Reliable .NET Code
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
What does it mean to be reliable? When you’re talking about software, it means more than being dependable and predictable. There are a number of key attributes that define reliability, including resilience and recoverability, all of which depend...
MSDN Magazine
Toolbox November/December Update
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
Every month in MSDN Magazine , our Toolbox column , written by Scott Mitchell , highlights handy utilities that simplify development tasks and extend the reach of your applications. In the December installment of Toolbox , Scott shows you the .netLIVEHELP...
MSDN Magazine
Test Run QA: Quick and Easy UI Test Automation Suites
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
Here's a question from a reader who's working with the code that James McCaffrey (also known as Dr. James McCaffrey in our article archives) provided in his article Build Quick and Easy UI Test Automation Suites with Visual Studio .NET from the January...
MSDN Magazine
December 2007 MSDN Magazine now online
Posted
over 6 years ago
by
MSDNMagazine
4
Comments
The December 2007 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/07/12/default.aspx . The December issue is something of a grab bag, with articles about Visual Basic and Office development, mainframe interop...
MSDN Magazine
Office Space: Event handling in SharePoint 2007
Posted
over 6 years ago
by
MSDNMagazine
2
Comments
The ability to handle server-side events is a key element of building custom business solutions based on SharePoint sites. Windows SharePoint Services (WSS) 3.0 and Microsoft Office SharePoint Server (MOSS) 2007 both employ the new event-handling infrastructure...
MSDN Magazine
Cutting Edge: Managing the User Experience in AJAX
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
In recent columns, Dino Esposito has been enthusiastic about how AJAX technologies help you build Web sites in which the old stop-and-go pattern is replaced by a more interactive structure. In the November issue of MSDN Magazine, Dino reviews the problems...
MSDN Magazine
Foundations: Synchronization contexts in Windows Communication Foundation
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
The .NET Framework 2.0 introduced a little-known feature called the synchronization context, which is used to bounce a method call between a calling thread and a target thread or threads, in case the method cannot execute on the original calling thread...
MSDN Magazine
Custom check-in policies for Visual Studio Team System
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
In the past three editions of our Team System column, Brian A. Randell explored the Team Foundation Server (TFS) version control and work item tracking APIs. Brian used the APIs to build a Microsoft Word 2003 add-in that provides support for check-ins...
MSDN Magazine
Test Run Q&A: Test automation
Posted
over 6 years ago
by
MSDNMagazine
2
Comments
This post represents the beginning of a little experiment: we're going to post questions directed to our column authors via the column e-mail aliases, and let you take part in the conversation. Our authors will answer as they are available, and we encourage...
MSDN Magazine
Basic Instincts: Extension methods in Visual Basic
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
You typically extend a class by deriving from a base class and enhancing the functionality in the derived class. A new feature in Visual Basic 2008, you extend any existing type's functionality, even when a type is not inheritable. In the November issue...
MSDN Magazine
.NET Matters: Debugging finalizers
Posted
over 6 years ago
by
MSDNMagazine
2
Comments
I have a bunch of custom types that, for one reason or another, need to implement IDisposable. I want to make sure that the other developers on my team using this class always dispose of my types correctly. What can I do to warn one of my teammates if...
Page 1 of 1 (12 items)