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)
October, 2008
MSDN Blogs
>
MSDN Magazine
>
October, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Security Development Lifecycle for Agile Development
Posted
over 5 years ago
by
tdorsey
0
Comments
The concept of Agile security does not have to be a contradiction in terms. The Microsoft SDL team has defined a set of process improvements that increase security focus while respecting the need to release new code on an ultra-short timeline. In the...
MSDN Magazine
Service Station: Authorization In WCF-Based Services
Posted
over 5 years ago
by
tdorsey
0
Comments
Once you start adopting service-oriented principles for your distributed applications, you are crossing a security boundary for every service call you make. Windows Communication Foundation (WCF) provides powerful facilities for implementing authorization...
MSDN Magazine
Building Concurrent Apps with F#
Posted
over 5 years ago
by
tdorsey
1
Comments
One stumbling block that developers encounter with asynchronous programming is that they become so concerned with getting concurrency right that they forget the core simplicity of the program. F# lets you separate simple programs from the concurrent control...
MSDN Magazine
Basic Instincts: Dynamic Data Entry With XML Literals
Posted
over 5 years ago
by
tdorsey
0
Comments
Wouldn't it be nice to generate all your maintenance screens in your data-driven applications automatically? In the October 2008 issue of MSDN Magazine , Beth Massi shows you how to create Windows Presentation Foundation (WPF) user interfaces at run time...
MSDN Magazine
.NET Matters: False Sharing in Parallel Programming
Posted
over 5 years ago
by
tdorsey
0
Comments
There’s no programming model that magically eliminates all concurrency-related issues, so understanding how memory and caches work is still important to write efficient parallel programs. In the October 2008 issue of MSDN Magazine , Stephen Toub, Igor...
MSDN Magazine
ASP.NET AJAX 4.0 and Data-driven Apps
Posted
over 5 years ago
by
tdorsey
0
Comments
Using AJAX, many tasks that were traditionally performed on the server can happen in the browser instead. But many developers would still like the full power and flexibility of server apps at their disposal. In the October 2008 issue of MSDN Magazine...
MSDN Magazine
Windows With C++: High-Performance Algorithms
Posted
over 5 years ago
by
tdorsey
1
Comments
Algorithm efficiency is not as straightforward as you might think. A well-designed algorithm on a single processor can often outperform an inefficient implementation on multiple processors. In the October 2008 issue of MSDN Magazine , Kenny Kerr walks...
MSDN Magazine
Foundations: Managing State With Durable Services
Posted
over 5 years ago
by
tdorsey
0
Comments
Long-running processes are common in distributed computing. Some business processes are made up of multiple execution sequences which may last many days or even weeks. In the October 2008 issue of MSDN Magazine , Juval Lowy discusses several techniques...
MSDN Magazine
Fixing Concurrency Problems In Your Code
Posted
over 5 years ago
by
tdorsey
0
Comments
Correctly engineered concurrent code must live by an extra set of rules. Reads and writes from memory and access to shared resources need to be regulated so that conflicts do not arise. Additionally, threads often need to coordinate to get the job done...
MSDN Magazine
Patterns In Practice: Cohesion And Coupling
Posted
over 5 years ago
by
tdorsey
0
Comments
Well designed code keeps things that have to change together as close together in the code as possible and allows unrelated things in the code to change independently, while minimizing duplication in the code. In the October 2008 issue of MSDN Magazine...
MSDN Magazine
Going Places: Ink-Enabled Apps For Tablet PC
Posted
over 5 years ago
by
tdorsey
0
Comments
The process for ink capture and analysis on the Tablet PC is straightforward in managed code. To the uninitiated developer, however, creating unmanaged Tablet PC applications can be rather daunting. In the October 2008 issue of MSDN Magazine , Gus Class...
MSDN Magazine
Parallel Programming with Visual Studio
Posted
over 5 years ago
by
tdorsey
0
Comments
Multicore systems are becoming increasingly prevalent, but the majority of software today will not automatically take advantage of this additional processing ability. And multithreaded programming, for anything but the most trivial of systems, is incredibly...
MSDN Magazine
Design Considerations For Parallel Programming
Posted
over 5 years ago
by
tdorsey
1
Comments
Concurrent programming is notoriously difficult, even for experts. You have all of the correctness and security challenges of sequential programs plus all of the difficulties of parallelism and concurrent access to shared resources. In the October 2008...
MSDN Magazine
Cutting Edge: Building A Secure AJAX Service Layer
Posted
over 5 years ago
by
tdorsey
0
Comments
A major advantage of AJAX and Silverlight applications is that they can transparently and continuously interact with a back-end service. The problem is that they run over HTTP, which wasn't designed with security in mind. In the September 2008 issue of...
Page 1 of 1 (14 items)