The Wayback Machine - https://web.archive.org/web/20110709020055/http://www.developer.com/net/
July 8, 2011
RSS RSS feed

Microsoft & .NET Section Index

Understanding the SQL Azure Editions, Subscriptions Types and Pricing

Developers who are building applications for the Windows Azure platform would also be interested in the database offering, SQL Azure. This article provides an overview of the SQL Azure editions, various subscription types and pricing structure.

Introduction to SQL Azure

The cloud computing platform from Microsoft, called Azure, provides data storage and processing capabilities. This article provides an insight to SQL Azure.

Implementing AutoComplete Text Functionality in Silverlight

AutoComplete text functionality has become a popular part of application development. Read this article to learn about implementation of AutoComplete functionality in Silverlight using an AutoCompleteBox control.

How to Use MEF in Silverlight

In this article I will explain about the Managed Extensibility Framework (MEF) and demonstrate the its use in Silverlight. I will also provide the source code of a sample Silverlight application implementing the MEF concept.

Implementing Windows Notification functionality using Silverlight 4.0

Microsoft Silverlight now supports Windows Notification. Read through this article to learn about implementing Silverlight 4.0 Windows notification functionality in an Out-Of-Browser application.

Understanding the Hardware Capabilities of WP7 Devices

Developers targeting the newly revamped Windows Phone platform will benefit from knowing the minimum hardware capabilities specified. Having knowledge of these capabilities will allow application developers to better target their applications to take advantage of these capabilities. In this article, we will walk through the various hardware specifications outlined for the Windows Phone devices.

Implementing Data Validation in Silverlight

Data validation is always an important task while developing an application of any sort. In this article I will explain the concept of data validation in Silverlight 4.0 applications.

Calling a WCF service in Silverlight

Recently Windows Communication Foundation (WCF) has generated a lot of interest in the .net world. This tutorial will show you how to create and consume a WCF service in a Silverlight application.

Creating User Controls in Silverlight

Usercontrols are very useful in terms of creating project level re-usable controls. Read this tutorial to learn about creating and using a usercontrol in a Silverlight application.

Implementing an Out-Of-Browser Application in Silverlight

It is commonly assumed that Silverlight applications are strictly meant to run on the browser, which is not true. In this tutorial I will show you how to implement an Out-Of-Browser application in Silverlight.

Azure Toolkits Coming for Mobile Devices

Microsoft releases toolkits to help Windows Phone, iPhone, and Android developers create apps that work with its Windows Azure cloud services.

How to Create a Media Player in Silverlight

Silverlight provides a wide range of multimedia support which includes video files, audio files and photos. In this article we will learn how to handle and implement multimedia in a Silverlight application.

Deciding on a Microsoft Web Server: Cassini, IIS, and IIS Express

Microsoft recently introduced IIS 7.5 Express to give developers the full feature set of IIS including HTTPS support with the convenience of Cassini. In this article we will discuss Cassini, IIS, and IIS Express and will help you decide which one you should use for a given web project.

Creating a Simple Windows Azure Application

To get on the Microsoft Windows Azure cloud computing bandwagon, you need to understand how to develop applications targeting the platform. Discover how to create your first “Hello World” cloud application.

Explaining Cloud Computing to Your Pointy Haired Boss

Any day now your pointy-haired boss is going to ask you about this cloud stuff. Do you have a strategy? Can you even define it? Discover how easily it is to explain the cloud to your boss, and begin to start a longer discussion on all aspects of cloud computing.

Scala vs. F#, Round 2: Application Programming Features
How do Scala and F# compare when it comes to application development features such as frameworks, object orientation, and runtime properties?

7 Popular Open Source Projects for .NET Developers
Get an introduction to seven open source solutions embraced by millions of .NET developers around the globe.

Video: Storing Blobs in Microsoft Azure with the Zend Framework
Learn the fundamentals behind storing BLOBs within the Windows Azure cloud using the Zend Framework's Zend_Service_WindowsAzure component.

Distributed Application Communication Using WCF
Learn how to define, implement, configure and host a Windows Communication Foundation (WCF) service and then consume the service in a client.

Spruce up your next application with the WPF Ribbon
Is it time to give your next application a major user interface face lift? Try the WPF Ribbon as used in Microsoft Office 2007.

Rapid UI Prototyping with Microsoft Expression Blend 3
In today's environment prototyping your UI can be paramount. This article will show users how to use the Microsoft Expression Blend 3 prototyping tool and discuss the differences between static, interactive and convertible prototypes.

Incremental Intellisense Improvements in VS2010
Learn about the history of debugging and evolutionary improvements in Intellisense in VS2010.

Creating Windows 7 Jump Lists With The API Code Pack and Visual Studio 2008
One of the most clearly visible new features in Windows 7 is the new taskbar. Read on to learn how you can use jump lists from your C# applications with help from the Windows API Code Pack.

Dynamic Language Support in the .NET 4.0 Framework
The focus of this article will be on the dynamic language support (DLR) that will be released as a part of the upcoming 4.0 version of the .NET Framework.

Declaring Anonymous Types in VB
Using an anonymous type in VB, which is essential for technologies like LINQ, means that the compiler will generate a class for you based on context and named initializers saving you time and effort. To learn more read on.

Sitemap | Contact Us