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)
August, 2008
MSDN Blogs
>
MSDN Magazine
>
August, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Custom Controls for Silverlight 2
Posted
over 4 years ago
by
tdorsey
0
Comments
Silverlight 2 features a rich and robust control model that is the basis for the controls included in the platform and for third-party control packages. You can also use this control model to build controls of your own. In the August 2008 issue of MSDN...
MSDN Magazine
Foundations: Workflow Tips
Posted
over 4 years ago
by
tdorsey
0
Comments
In the August 2008 issue of MSDN Magazine , Matt Milner covers several topics regarding development with Windows Workflow Foundation , some that are intended to address specific reader questions, such as how to safely share a persistence database across...
MSDN Magazine
Basic Instincts: Increase LINQ Query Performance
Posted
over 4 years ago
by
tdorsey
0
Comments
LINQ is a powerful tool enabling quick filtering data based on a standard query language. It can tear through a structured set of data using a simple and straightforward syntax. In the August 2008 issue of MSDN Magazine , Jared Parsons demonstrates a...
MSDN Magazine
Web Apps You Can Draw On with Silverlight
Posted
over 4 years ago
by
tdorsey
0
Comments
One of the very cool features of Silverlight that hasn't gotten the attention it deserves is the InkPresenter control, which enables Internet users to draw directly onto Silverlight applications from their browser. In the August 2008 issue of MSDN Magazine...
MSDN Magazine
Create Animations with XAML and Expression Blend
Posted
over 4 years ago
by
tdorsey
0
Comments
One of the neat things about XAML is that you can not only declare your objects using an XML syntax, but that you can define transformations to rotate, move, and skew your objects. In the August 2008 issue of MSDN Magazine , in an article adapted from...
MSDN Magazine
Team System: Essential Power Tools
Posted
over 4 years ago
by
tdorsey
0
Comments
Microsoft has a long history of introducing new features to shipped products, often under the banner of Power Toys or Power Tools. In the August 2008 issue of MSDN Magazine , Brian Randell takes you on a tour of some useful tools for Visual Studio Team...
MSDN Magazine
Patterns In Practice: Object Role Stereotypes
Posted
over 4 years ago
by
tdorsey
0
Comments
Designing software is often an exercise in managing complexity. You can take steps to limit the complexity of any given class by only assigning it a discrete set of responsibilities, applying a concept known as object role stereotypes. In the August 2008...
MSDN Magazine
Data Points: The Entity Framework In Layered Architectures
Posted
over 4 years ago
by
tdorsey
0
Comments
When you evaluate any new technology, pattern, or strategy, you have to consider how that new piece of the puzzle is going to mesh with your existing application architecture. With the Entity Framework, integration is not a problem. In the July 2008 issue...
MSDN Magazine
A BizTalk Server-based EDI Solution
Posted
over 4 years ago
by
tdorsey
0
Comments
Electronic Document Interchange (EDI) encompasses the largest share of real-world business-to-business commerce—nearly 90 percent of the current market—and is growing rapidly year over year. In the August 2008 issue of MSDN Magazine , Mark Beckner introduces...
MSDN Magazine
ADO.NET Data Services Basics
Posted
over 4 years ago
by
tdorsey
0
Comments
Separation of presentation and data is not a new idea, but with the growing popularity of technologies such as AJAX and Silverlight, it has become much more prevalent. ADO.NET Data Services Framework began as a way to help developers looking to expose...
MSDN Magazine
Going Places: What Can a Robot Teach You?
Posted
over 4 years ago
by
tdorsey
0
Comments
WiMo is a fully programmable robot that you don't need to be an Electrical Engineer to build. In its simplest form, you can build a functional WiMo out of nothing more than a Windows Mobile phone and some Legos—no soldering iron required. In the August...
MSDN Magazine
Windows with C++: Asynchronous WinHTTP
Posted
over 4 years ago
by
tdorsey
0
Comments
A common misconception is that you need to use the .NET Framework if you want your application to access the Web. The truth is that both managed and native code need to deal with many of the same issues. In the August 2008 issue of MSDN Magazine , Kenny...
MSDN Magazine
August 2008 issue of MSDN Magazine now online
Posted
over 4 years ago
by
tdorsey
0
Comments
The August 2008 issue of MSDN Magazine is now available online. Here's what's in the issue: Data 2.0: Expose And Consume Data in A Web Services World The ADO.NET Data Services Framework creates a simple REST-based framework for exposing and consuming...
MSDN Magazine
Foundations: Code Access Security in WCF
Posted
over 4 years ago
by
tdorsey
0
Comments
In the .NET Framework 3.5, WCF only allows a limited set of scenarios to execute in partial trust. Ideally, you would like to tap into the full power of WCF from distributed transactions to reliable calls to various security credential types without trading...
Page 1 of 1 (14 items)