The Wayback Machine - https://web.archive.org/web/20110410205403/http://www.developer.com:80/net/
April 10, 2011
RSS RSS feed

Microsoft & .NET Section Index

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.

Dynamic Programming with Lambda Expressions
Add ultimate flexibility and power to your programs with function parameters and Lambda Expressions.

Installing SQL Server 2008
Need your server and your site up and running quick? Let Greg Larsen show you what you need to know to get SQL Server running and configured.

Building in the Cloud with Azure Storage and the Azure SDK
Learn how to use Windows Azure, Azure Storage and the Azure SDK to quickly and efficiently build cloud applications

Take advantage of the Windows 7 TaskBar in your next project
Looking to enhance your applications support for new features in Windows 7? In this article we'll demonstrate several of the new features of the TaskBar and show you how to take advantage of them.

Improved COM Interoperability
Learn about the COM Interoperability improvements comingwith the next release of the .NET Framework and how theywill make your COM Interop such as Office applications mucheasier.

Constructing your First PowerShell Provider
PowerShell, it seems, is going to be here for awhile. So today we'll focus on a few of the major PowerShell Provider concepts.

Real World REST Using Jersey, AJAX and JSON
In this article Bob Reselman gives us a brief overview of REST, and explains the basic operational concepts behind Jersey.

Converting Data to XML with LINQ to XML
Sometimes when you have all kinds of data what you really need is XML. LINQ to XML let's you employ functional construction to convert your data into XML.

Setting Up Azure and Deploying Your First Application
Learn how to use Windows Azure to setup and deploy your first application hosted in the "cloud."

Tuning and Testing Enterprise Web Services with SoapUI and JMeter
Need to take some of the frustration out of troubleshooting your web services? Read on to find out how.

Using new location-aware data types in SQL Server 2008
Learn how leverage location based data using Microsoft SQL Server 2008 from C# applications and combine them with interactive maps.

Implementing Skins and Themes for ASP.NET
Skins and themes make it much easier to quickly, uniformly, and easily change the way your web application looks.

Understanding and Benefiting from Code Contracts in .NET 4.0
One of the fundamental programming challenges is managing state. Chances are you have written dozens and dozens of methods that at the beginning check that certain conditions are met, and that another set of conditions is met when the method returns. With Code Contracts in .NET 4.0, you can make things considerably easier. Read on to learn how.

Sitemap | Contact Us