Thank You for subscribing to our RSS Feed.
Updated: 4 hours 32 min ago
4 hours 33 min ago
April 2008
Speech Server 2007 lets you create sophisticated voice-response applications with Microsoft .NET Framework and Visual Studio tool integration. Here’s how.
4 hours 33 min ago
April 2008
Performance problems can creep into your Web app as it scales up, and when they do, you need to find the causes and the best strategies to address them.
4 hours 33 min ago
April 2008
Animating with Silverlight is easier than you think. Here we create a 3D app that folds a polyhedron using XAML, C#, and by emulating the DirectX math libraries.
4 hours 33 min ago
April 2008
Howard Dierking talks to the inventor of C++, Bjarne Stroustrup, about language zealots, the evolution of programming, and what’s in the future of programming.
4 hours 33 min ago
April 2008
Here the author uses Document Information Panels in the Microsoft 2007 Office system to manipulate metadata from Office docs for better discovery and management.
4 hours 33 min ago
April 2008
Here is what Howard Dierking has to say about the differences between services and distributed applications and how he has approached services in his projects.
4 hours 33 min ago
April 2008
See how to log Web application errors for better health monitoring, what to read if you’re thinking about LINQ, and which blog Scott recommends reading this month.
4 hours 33 min ago
April 2008
For the 2008 Imagine Cup, students have been challenged to use technology to enable a sustainable environment. Finalists in the U.S. competition recently presented their solutions in Los Angeles, and MSDN Magazine was there to see the innovative ideas participants have come up with.
4 hours 33 min ago
April 2008
In this month’s column, get the inside scoop on how to build performance into your apps from the start, rather than dealing with the fallout after you deploy them.
4 hours 33 min ago
April 2008
In this month’s column, learn how to integrate your own My Namespace extension into the Visual Basic development environment using the My Extensibility feature.
4 hours 33 min ago
April 2008
This month, use nested ListView controls to create hierarchical views of data and extend the eventing model of the ListView by deriving a custom ListView class.
4 hours 33 min ago
April 2008
Here we discuss code-access security in Windows Communication Foundation (WCF) and present a solution for enabling partially trusted clients for WCF services.
4 hours 33 min ago
April 2008
Language Integrated Query makes lots of things easier. Here we put LINQ, or more specifically the LINQ to SQL provider, to use testing SQL stored procedures.
4 hours 33 min ago
April 2008
Here we take a look at WCF clients and services, and explain how to tweak the addressing and message filtering behaviors so you can route services between them.
4 hours 33 min ago
April 2008
Windows Imaging Component (WIC) is an extensible framework for encoding, decoding, and manipulating images. See how to use WIC to encode and decode different image formats.
4 hours 33 min ago
April 2008
Learn how you can set up every mobile device in your company with a few lines of code and some XML--thanks to the provisioning APIs in the Windows Mobile SDK.
4 hours 33 min ago
April 2008
Are the transparent computer screens in the movie Minority Report or the flashy fingerprint analysis software programs used on CSI closer than we think? Maybe so.
Wed, 02/01/2012 - 01:00
February 2012
Asynchronous operations are essential for building responsive and scalable applications, but using the raw WinRT API for this requires writing lots of boiler-plate code. The Parallel Patterns Library offers a new task-based programming model that makes using asynchronous operations easy and productive.
Wed, 02/01/2012 - 01:00
February 2012
Learn how to use RESTful Web services and Windows Azure to build apps for the wide spectrum of mobile platforms and devices that could potentially be used by millions of users.
Wed, 02/01/2012 - 01:00
February 2012
Dive deep into the heart of ASP.NET MVC’s model binding subsystem, examining each layer of the model binding framework and ways to meet your application’s needs.