Tag: Development

Community

WCF Service Binding Explained

(Prashant Jadhav) This article offers a brief explanation on the basic concepts of the Communication part in the Windows Communication Foundation – WCF. To further illustrate the concepts, the article provides examples of configuration settings in the service’s web.config file and the client code.

Community

Objects and the ListBox

(Larry Blake) Custom Objects are the foundation of OOP (Object Oriented Programming). An Object is a logical entity that can be referenced and manipulated using program code. It typically contains both a data portion and executable methods. For example, consider this fragment:

Community

Microsoft Charts Overview

(Matt Goebel and Rachel Baker) Charts are great for displaying information to users in a graphical, tangible way. To support charts in .NET applications, Microsoft provides an add-on for .NET 3.5 SP1 and Visual Studio 2008 to support robust charts without purchasing expensive, proprietary software.