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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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
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)
April, 2008
MSDN Blogs
>
MSDN Magazine
>
April, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Basic Instincts: My Namespace Extensions with My Extensibility
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
With the My Extensibility feature, new in Visual Basic 2008, My namespace extensions can be activated or deactivated through the Project Properties Designer, or when an associated reference is added or removed from a project. This capability makes extending...
MSDN Magazine
CLR Inside Out: Measure Early and Often for Performance
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Many applications are written with almost no thought given to performance. But when the need for high performance does present itself, do you have the knowledge, skills, and tools to do a good job? In the April 2008 issue of MSDN Magazine , Vance Morrison...
MSDN Magazine
Bjarne Stroustrup interview
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Recently, our Editor in Chief Howard Dierking had the pleasure of talking to Bjarne Stroustrup, the creator of C++ , about a host of topics, from his thoughts on languages to general industry trends to his own personal reading list. We feature the interview...
MSDN Magazine
Free tools you may have missed
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Scott Mitchell in our Toolbox column has covered quite a few free tools you’ll love. Here are some you may have missed from Scott and some of our other authors as well. Check back again for more free tools next time. SubSonic is an application toolset...
MSDN Magazine
Building Voice Response Workflows
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Need an interactive voice response application for your organization's phone system? Office Communications Server (OCS) 2007 Speech Server introduces a .NET Framework API for creating IVR applications, plus a visual IVR application designer based on Windows...
MSDN Magazine
Windows with C++: Windows Imaging Component Basics
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
The Microsoft Windows Imaging Component (WIC) is an extensible framework for encoding, decoding, and manipulating images. WIC supports different image formats using an extensible set of imaging codecs. Each codec supports a different image format and...
MSDN Magazine
April 2008 issue of MSDN Magazine now online
Posted
over 4 years ago
by
MSDNMagazine
7
Comments
The April 2008 issue of MSDN Magazine is now available online. In the April issue, we take a look at some new technologies like voice apps and Silverlight animations, plus a look back at performance and scaling optimization. We also feature our...
MSDN Magazine
LINQ coverage in March MSDN Magazine
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
In the March 2008 installment of the Advanced Basics column in MSDN Magazine , Ken Getz shows you how to programmatically interact with the Office Open XML File Formats using Visual Studio 2008, LINQ to XML, and the Community Technology Preview (CTP)...
MSDN Magazine
OBA Solution Patterns In The Real World
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Office Business Applications (OBAs) bridge the divide between business data in line-of-business (LOB) systems and the information worker. You can think of it as a simple model that includes three major parts: the LOB system, the customized Office client...
MSDN Magazine
.NET Matters: Asynchronous Stream Processing
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Say you want to copy from one stream to another, using only the asynchronous methods on Stream. How can you loop such requests continually in order to process the whole stream? Is that even possible? In the March 2008 issue of MSDN Magazine , Stephen...
MSDN Magazine
An editor's top six pet peeves
Posted
over 4 years ago
by
MSDNMagazine
12
Comments
I'm sure many of you, our readers, have wondered what it takes to get an article published and what a good article looks like. Well, that's a pretty broad topic, but I can shed some light on the kinds of things that spell trouble for an article and...
MSDN Magazine
Foundations: Vector Graphics and the WPF Shape Class
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
In Windows Presentation Foundation (WPF), graphical objects have been elevated to a status nearly equal to controls, often participating in layout and receiving mouse, keyboard, and stylus input. In addition, these graphical objects are retained by the...
MSDN Magazine
Find Application Bottlenecks with Visual Studio Profiler
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Whether you write your applications in native C/C++, C#, or Visual Basic, Visual Studio Profiler significantly simplifies performance investigations and helps you write faster and more efficient applications. In the March 2008 issue of MSDN Magazine...
MSDN Magazine
Test Run: Web UI Automation with Windows PowerShell
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Windows PowerShell, the new Microsoft command shell and scripting language, is a great platform for several kinds of lightweight test automation. In the March 2008 issue of MSDN Magazine , James McCaffrey shows you how to use Windows PowerShell to create...
MSDN Magazine
Redefine Your Build Process with Continuous Integration
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
A growing number of development shops are adopting Continuous Integration (CI) as a best practice, and many more would get on the wagon if the cost of adoption was lower. It can take a veteran programmer a couple of days to get a basic CI server up and...
Page 1 of 1 (15 items)