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)
January, 2008
MSDN Blogs
>
MSDN Magazine
>
January, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
.NET Matters: Stream Pipeline
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
If your app is encrypting and compressing quite a bit of data, and you have multiple processors available to do the work, is there any way I can get this encryption and compression process to use both processors? These are computationally intensive operations...
MSDN Magazine
A Custom Expression Encoder Publishing Plug-In
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
Microsoft Expression Encoder helps you encode and publish Silverlight experiences for the web. In addition, Expression Encoder includes an extensible plug-in architecture -- you can easily write plug-ins that enhance the encoding and publishing process...
MSDN Magazine
WinUnit Simplifies Unit Testing for Native C++ Applications
Posted
over 5 years ago
by
MSDNMagazine
2
Comments
Have you been frustrated by so-called "engineering experts" who extol the virtues of unit testing, yet can offer little more than hand waving when asked for tool recommendations for native code? In the February issue of MSDN Magazine , Maria Blees introduces...
MSDN Magazine
{ End Bracket } roundup
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Since we started blogging about the MSDN Magazine articles and columns six-or-so months ago, one column hasn't gotten the attention it really deserves. The { End Bracket } column closes out each issue and, as our editor Joan Levinson noted, "We needed...
MSDN Magazine
Create a Language Compiler for the .NET Framework
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Compiler hackers are celebrities in the world of computer science. There's a certain intellectual mystique about individuals who dedicate their time to learning and understanding the ins and outs of lambda expressions, type systems, and assembly languages...
MSDN Magazine
Visual Basic: XML, Reflection, and Generics
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
LINQ-enabled languages like Visual Basic give you a rich set of query operators that can be applied to various data sources, such as in-memory collections, databases, datasets, and XML. That alone is pretty cool, but Visual Basic 9.0 actually goes beyond...
MSDN Magazine
CLR Inside Out: Using DLRConsole and Marshaling Between Managed and Unmanaged Code
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Dynamic languages are traditionally associated with an interactive environment, giving you a run-evaluate-print loop (REPL), and allowing for an explorative trial-and-error approach to programming. The Dynamic Language Runtime (DLR) is a dynamic language...
MSDN Magazine
February 2008 issue of MSDN Magazine now online
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
The January 2008 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/08/02/ . The February issue explores the theme of "extensions" -- extending language support, extending tools, extending applications with new...
MSDN Magazine
Managing Directory Security Principals in the .NET Framework 3.5
Posted
over 5 years ago
by
MSDNMagazine
0
Comments
Directory services are an important though rarely mastered component of enterprise application development. There has always been some support for directories in the .NET Framework, but the .NET Framework 3.5 provides a new AccountManagement namespace...
MSDN Magazine
Wicked Code: Drag and Drop with ASP.NET AJAX
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
Hidden away inside the PreviewDragDrop.js file supplied by the ASP.NET AJAX Futures Community Technology Preview (CTP) lies support for rich, browser-based drag-and-drop user interfaces. The model it uses is patterned after the old OLE drag-drop model...
MSDN Magazine
Uncover Hidden SQL Server Data to Optimize Application Performance
Posted
over 5 years ago
by
MSDNMagazine
4
Comments
Many application performance problems can be traced to poorly performing database queries; however, there are many ways you can improve database performance. SQL Server 2005 gathers a lot of information that you can use to identify the causes of such...
MSDN Magazine
HTTP Programming with WCF and the .NET Framework 3.5
Posted
over 5 years ago
by
MSDNMagazine
3
Comments
Combining Web-centric communication with SOAP and WS-* standards into one service stack and object model is one of the features that makes WCF in the .NET Framework 3.5 so compelling. In the January issue of MSDN Magazine , Justin Smith explains some...
MSDN Magazine
Foundations: Templates for Uncommon Controls
Posted
over 5 years ago
by
MSDNMagazine
2
Comments
For programmers who enjoy turning common controls into uncommon visual objects, Windows Presentation Foundation (WPF) offers an exciting feature known as the template. By creating a new template—most often in XAML without a lick of code—you can completely...
MSDN Magazine
Cutting Edge: Customize Controls with AJAX Extenders
Posted
over 5 years ago
by
MSDNMagazine
1
Comments
Input controls are essential in any application, but Web controls are often little more than wrappers around HTML <INPUT> tags. Clearly, better input controls are needed, especially for anyone who is writing ASP.NET AJAX applications. In the January...
Page 1 of 1 (14 items)