By Matt Goebel
| Microsoft & .NET Article Published 30-Dec-09
Learn how to define, implement, configure and host a Windows Communication Foundation (WCF) service and then consume the service in a client.
By Chris Bennett
| Microsoft & .NET Article Published 28-Dec-09
Is it time to give your next application a major user interface face lift? Try the WPF Ribbon as used in Microsoft Office 2007.
By Vlad Kofman
| Microsoft & .NET Article Published 21-Dec-09
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.
By Paul Kimmel
| Microsoft & .NET Article Published 18-Dec-09
Learn about the history of debugging and evolutionary improvements in Intellisense in VS2010.
By Jani Järvinen
| Microsoft & .NET Article Published 15-Dec-09
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.
By Mark Strawmyer
| Microsoft & .NET Article Published 11-Dec-09
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.
By Paul Kimmel
| Microsoft & .NET Article Published 07-Dec-09
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.