Tag: Development

Community

Create Anonymous Types

(Bill Wagner) C# developers create types every day. But how often do developers think about how well their types behave with the type system? Do they write the methods and define the behavior their users will expect one day? What capabilities will the .NET Framework expect from any type?

Community

Back to Basics: Interfaces

(Karl Seguin) When it comes to object-oriented programming there are few concepts as basic and important as interfaces. Only recently though, and at a snails pace, have .NET developers started to take advantage of the simple benefits interfaces have to offer. This interest stems from the core role i

Community

Bar Chart in Silverlight

(Mahesh Chand) The Silverlight Toolkit released on November 2008 comes with a data visualization assembly called Microsoft.Windows.Controls.DataVisualization.dll that hosts the functionality related to charts in Silverlight. This article demonstrates how to draw charts using the Silverlight Toolkit

Community

WCF and MSMQ—Take a Message

(Steve Stefanovich) The inherent advantages to introducing queues into an application architecture are well understood. Queues, when used properly, can: –Increase application robustness, as clients can send messages even when services are not running. –Increase application scalability, becau