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)
February, 2008
MSDN Blogs
>
MSDN Magazine
>
February, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
MSDN Magazine
Windows with C++: Windows Services Enhancements
Posted
over 4 years ago
by
MSDNMagazine
1
Comments
Windows Vista and Windows Server 2008 bring some significant changes to services. Many of these features are focused on making it simpler to produce services that are more secure, but among the non-security-related service features are a few aimed at...
MSDN Magazine
Build Web Server Solutions with IIS 7 End-To-End Extensibility
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
The IIS 7.0 architecture is designed to be extensible from top to bottom, allowing you to replace any part of the built-in feature set with a custom implementation that suits your needs. As a result, IIS 7.0 implements all of its own features on top of...
MSDN Magazine
Write an IM App with WCF in the .NET Compact Framework
Posted
over 4 years ago
by
MSDNMagazine
1
Comments
Mobile devices often do not have static IP addresses or dynamic DNS entries that follow them around, making it difficult receive data pushed down from servers. But the .NET Compact Framework 3.5 solves many of these problems with two new binding elements...
MSDN Magazine
Foundations: Workflow Services in the .NET Framework 3.5
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
What's compelling about Windows Workflow Foundation in the .NET Framework 3.5 is that it provides true integration with Windows Communication Foundation (WCF). This integration means that workflows can now more easily consume and coordinate services and...
MSDN Magazine
Cutting Edge: Modal dialog boxes with ASP.NET AJAX
Posted
over 4 years ago
by
MSDNMagazine
1
Comments
Dialog boxes have been around in Windows for a long time, and they do have their advantages. But if you want your Web application to have dialog boxes, you're basically stuck with popups, and, as you know, most users disable them with popup blockers....
MSDN Magazine
Launch 2008 issue of MSDN Magazine now online
Posted
over 4 years ago
by
MSDNMagazine
2
Comments
The Launch 2008 issue of MSDN Magazine is now available online at http://msdn.microsoft.com/msdnmag/issues/08/LA/ . As you can probably guess from the name, this issue highlights the launch of Visual Studio 2008 and the .NET Framework 3.5. In our lead...
MSDN Magazine
Cutting Edge: More Controls with AJAX Extenders
Posted
over 4 years ago
by
MSDNMagazine
2
Comments
Last month, Dino Esposito discussed how ASP.NET input controls such as textboxes and buttons could be enhanced by using AJAX control extenders via the .NET Framework 3.5 and the newest version of ASP.NET. In the February issue of MSDN Magazine , Dino...
MSDN Magazine
Data Points: Designing an Entity Data Model
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
The Entity Framework is an exciting new technology for ADO.NET developers that enables you to view data using a logical model instead of a physical model. At the heart of the Entity Framework is the Entity Data Model (EDM), which defines the entity types...
MSDN Magazine
Office Space: Security Programming in SharePoint 2007
Posted
over 4 years ago
by
MSDNMagazine
1
Comments
You may already know the fundamentals of security programming with Windows and ASP.NET security, but how well do you know the security layer that Windows SharePoint Services 3.0 (WSS) adds on top? In the February issue of MSDN Magazine , Ted Pattison...
MSDN Magazine
Building State Machines with Windows Workflow Foundation
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
The .NET Framework 3.0 enabled developers to build both sequential workflows and state machine workflows. State machine workflows, when designed and implemented correctly, they are just as valuable as sequential workflows. Furthermore, this style of workflow...
MSDN Magazine
Integrating the Policy Injection Application Block with WCF Services
Posted
over 4 years ago
by
MSDNMagazine
1
Comments
Enterprise Library 3.0 introduced the Policy Injection Application Block (PIAB) to solve the problem of implementation concerns leaking into the services -- a problem not only in service-oriented design, but in object-oriented design as well. To leverage...
MSDN Magazine
Database Development - What is it to you?
Posted
over 4 years ago
by
MSDNMagazine
4
Comments
As I mentioned in a recent editor's note , one topic that you said you would like to see more of is database development. While this request was not entirely unexpected, it's not all that clearly defined in my mind either. I think that the reason has...
MSDN Magazine
What's New for WCF in Visual Studio 2008
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
Visual Studio 2008 and the underlying .NET Framework 3.5 offer new tools and support for Windows Communication Foundation (WCF), extending the functionality and making WCF easier to use in your own applications. In the February issue of MSDN Magazine...
MSDN Magazine
Test Run: The Microsoft UI Automation Library
Posted
over 4 years ago
by
MSDNMagazine
0
Comments
There are several techniques you can use to test the user interface of a Windows application such as the System.Reflection classes or Win32 API functions such as FindWindow. But the development of the UI Automation library may be one of the most important...
Page 1 of 1 (14 items)