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)
March, 2008
MSDN Blogs
>
MSDN Magazine
>
March, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Team System: Team Foundation Server (TFS) check-in notes and policies
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
In the past editions of our Team System column, Brian A. Randell has used the Team Foundation Server (TFS) version control and work item tracking APIs to build a Microsoft Word 2003 add-in that provides support for check-ins and work item association...
MSDN Magazine
F# Functional Programming Techniques in the .NET Framework
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
A recent entry into the Microsoft .NET Framework family, F# provides type safety, performance, and the ability to work like a scripting language, all as part of the .NET environment. This functional language was created by Don Syme of Microsoft Research...
MSDN Magazine
Extreme ASP.NET: Controls for Silverlight and Data-binding
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
In the March 2008 issue of MSDN Magazine , in our Extreme ASP.NET column, Fritz Onion explains how the new ListView control can literally replace all other data-binding controls in ASP.NET . Fritz demonstrates how ListView makes several data-binding tasks...
MSDN Magazine
Building Web apps with the ASP.NET MVC Framework
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
The ASP.NET team has been listening to developers' needs and started development of a new Web application framework that sits side-by-side with the Web Forms you know and love. This new framework is based around the Model View Controller (MVC) pattern...
MSDN Magazine
March 2008 issue of MSDN Magazine now online
Posted
over 5 years ago
by
MSDNMagazine
2
Comments
The March 2008 issue of MSDN Magazine is now available online. In the March issue, we delve into some under-the-hood development topics that maybe aren't as flashy to your end users, but are likely to help you write faster, more dependable apps that your...
MSDN Magazine
Apply Test-Driven Development to your Database Projects
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Visual Studio Team System Database Edition, also known as DBPro or Data Dude, introduced a product lifecycle methodology to database development. DBPro also introduced a database unit-testing designer that makes it easy to either generate or write T-SQL...
MSDN Magazine
CLR Inside Out: Improving Application Startup Performance
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
as waiting for an application to start is frustrating to many users, focusing on your client application's startup performance can greatly enhance your customers' first and lasting impressions of your handiwork. And because startup performance matters...
MSDN Magazine
Wicked Code: Silverlight Tips, Tricks, and Best Practices
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Silverlight is a new cross-browser, cross-platform solution from Microsoft that helps you build rich Internet applications and rich, immersive media experiences in the browser. In the Launch issue of MSDN Magazine , Jeff Prosise shares a list of best...
MSDN Magazine
Office Space: Simplify SharePoint Development with STSDEV
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
To simplify the task of setting up SharePoint projects and deploying components, Ted Pattison and some other SharePoint MVPs created a simple code generator for SharePoint development that could automatically produce all the source files needed for a...
MSDN Magazine
Office Business Apps with Visual Studio 2008 and VSTO 3.0
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Visual Studio 2008 includes VSTO 3.0, which lets you begin solution development for both Office 2003 applications and the 2007 Microsoft Office system, such as developing Microsoft Outlook customizations. In the Launch issue of MSDN Magazine , Steve Fox...
MSDN Magazine
Test Run: Custom Test Automation with Team System
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Custom test automation scripts have the advantages of being quick to write and providing maximum flexibility. However, a downside to using custom test automation is manageability. Your testing effort can become overwhelmed by the sheer volume of test...
MSDN Magazine
SQL Server 2008 - All For You Sweepstakes
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
So I'm not generally one for random promotions - just like I'm that guy who will predictably break the chain in an email forward. However, I do want to let you know about the SQL Server 2008 "All For You" Sweepstakes for a couple reasons...
MSDN Magazine
Tame Your Software Dependencies for More Flexible Apps
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
When your application design is too tightly coupled, every class is directly or indirectly coupled to every other class in your design. Making changes in this type of system is difficult at best because a change in any one class can have a ripple effect...
MSDN Magazine
Security Briefs: Buffer overrun defenses in Visual C++
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
There are a number of reasons for the many buffer overruns in production C and C++ code. The languages provide direct access to vulnerable memory, but developers also make mistakes, and there have historically been few defenses offered by compilers. In...
Page 1 of 1 (14 items)