News

The data binding model in WPF lets you bind any properties to many different things, including resources, files, objects, and properties. While Windows Forms and WebForms allow fairly flexible binding ...
In this article, I'll describe how the Microsoft Hadoop on Windows Azure project eases big data analytics for data-oriented developers and provide brief summaries of free SaaS previews that aid ...
The built-in gadgets are nice, but the real power of Windows gadgets lies in the fact that you as a developer can create your own, customized gadgets. The scope and kind of applications you can create ...
There is a downside: Upgrading to VB.NET is not a simple task, even with help from the Migration Wizard. First, Microsoft broke compatibility between VB6 and VB.NET in the process of preparing VB for ...
The installation package installs a Web service (called VSeWSS) on your computer that VS will use to communicate with SharePoint. One of the first challenges that you'll face after starting the ...
In-Depth Visual Studio 2010: Enabling ALM Visual Studio 2010 seriously raised the bar for application lifecycle management. From test and debug to team-based collaboration and project management, here ...
I'll show you how easy it is to piggyback on the free, built-in SharePoint functionality that lets users supply their own data to a custom Web Part. The sample project included with this article ...
I'll show you some templates for WinForms applications and how to use threads to solve some common issues. I'll also address some of the problems multiple threads can give you believe me, the world of ...
Benefits of Web-based apps include a lower cost of ownership due to central deployment and maintenance, as well as client/operating system independence. At the same time, Web interfaces are becoming ...
When working with priority queues, you must be careful to be consistent with the interpretation of the meaning of the priority values. In this example, and in the majority of algorithms that use ...
The preview that lets you play with Windows 8 and Metro-style applications is probably the most limited of the Visual Studio 11 tryouts. I followed John Papa's advice in his online Papa's Perspective ...
The Data Science Lab Principal Component Analysis (PCA) from Scratch Using the Classical Technique with C# Transforming a dataset into one with fewer columns is more complicated than it might seem, ...