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)
August, 2007
MSDN Blogs
>
MSDN Magazine
>
August, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Extend your WCF services with the Windows Process Activation Service (WAS)
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
With Windows Communication Foundation (WCF) you can host WCF-based services in any Windows process, including a console application, a Windows Forms app, or a Windows Presentation Foundation (WPF) UI application. You can self-host WCF services in Windows...
MSDN Magazine
ScriptManager and ASP.NET AJAX
Posted
over 6 years ago
by
MSDNMagazine
2
Comments
ScriptManager is a server-side control that sits on your Web Form and enables the core of ASP.NET AJAX . In the September issue of MSDN Magazine, Ben Rush explains how the ScriptManager control represents a central component of ASP.NET AJAX, and shows...
MSDN Magazine
Flexible Content Display With WPF Flow Documents
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
Flow Documents and XML Paper Specification (XPS) Documents are related technologies in Windows Presentation Foundation (WPF), but while XPS is geared towards printing and page-oriented content, Flow Documents are aimed at screen reading and provide a...
MSDN Magazine
Security Briefs: Exploring Claims-Based Identity
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
Authentication and auditing features are built into the Windows operating system and are usually quite easy to integrate into an application. But what happens when you want to extend reach to users who aren't joined to a domain or don't have Windows accounts...
MSDN Magazine
Foundations: Declarative WCF Security
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
In the August issue of MSDN Magazine, Juval Lowy presents a declarative security framework for Windows Communication Foundation (WCF) that makes security configuration closer to the simplicity you'll find in other aspects of WCF configuration. This declarative...
MSDN Magazine
September 2007 MSDN Magazine now online
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
The September 2007 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/07/09/default.aspx . In this issue you'll find a variety of different takes on current Web development technologies from Microsoft. We explain...
MSDN Magazine
Integrate Windows Live and SharePoint search into your site
Posted
over 6 years ago
by
MSDNMagazine
2
Comments
With so many search providers to choose from, it's important that your site uses an abstracted implementation that doesn't rely on specifics of the underlying search engine. That way, you can decide later whether you'll use Live Search or SharePoint or...
MSDN Magazine
.NET Framework 3.5 networking enhancements
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
The .NET Framework System.Net namespace gives you programmatic access to a number of key networking protocols, such as HTTP and SMTP. In the September issue of MSDN Magazine, we'll look at some new and enhanced networking features that are planned for...
MSDN Magazine
Lambda expressions in Visual Basic 2008
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
Lambda expressions are callable entities that are defined within a function. You can return a lambda expression from a function and you can pass lambda expressions to other functions. Support for lambda expressions as introduced in Visual Basic 2008,...
MSDN Magazine
Office Space: Solution Deployment with SharePoint 2007
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
In his May 2007 MSDN Magazine column, Ted Pattison explained how to create, test, and debug Windows SharePoint Services (WSS) components. Now, in the August 2007 issue. Ted takes a look at the deployment side . WSS 3.0 introduces a new deployment mechanism...
MSDN Magazine
Team System: Work Items and Undo Support
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
In our Team System column , Brian Randell shows you how to extend and enhance Visual Studio Team System on both the client and server. Continuing the project Brian started in our January 2007 issue , we'll delve further into building a Word 2003 add-in...
MSDN Magazine
OPC: A New Standard for Packaging Your Data
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
The 2007 Microsoft Office System Open XML specification , recently approved by the ECMA International standards organization, includes a new file packaging technology. An underlying component of this standard is Open Packaging Conventions (OPC). OPC provides...
MSDN Magazine
Unit Testing: Replacing Component Servers with Test Doubles
Posted
over 6 years ago
by
MSDNMagazine
0
Comments
Effectively replacing component servers for testing purposes is a common — but often misunderstood — issue for developers. Most people call these replacements stubs or mocks, but these are only two of the "test double" types you can employ in unit testing...
MSDN Magazine
Office Development on MSDN
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
Earlier this month I posted to let you know about an article in our August issue on open packaging standards . For more Office development information, be sure to check out the Office-related videos, podcasts, and screencasts available on Channel 9 ....
MSDN Magazine
.NET Matters: Tales from the CryptoRandom
Posted
over 6 years ago
by
MSDNMagazine
1
Comments
You need to generate some random numbers in your application and started to use System.Random, but a colleague suggests using RNGCryptoServiceProvider instead. Do you retool your code to use RNGCryptoServiceProvider, or is there a better way to proceed...
Page 1 of 1 (15 items)