Tag: Development

Community

ListBox in Silverlight

(Mahesh Chand) A ListBox control is an items control that works as a ListBox control but only one item from the collection is visible at a time and clicking on the ListBox makes the collection visible and allows users to pick an item from the collection. Unlike a ListBox control, a ListBox does not

Community

Bend the .Net object to your will!

(John Batte) Have you ever had to implement ICloneable on a complex type? Gets out of hand in a hurry, doesn’t it? How about IEquatable? Here’s a good one: what happens when you need to serialize an object graph using BinaryFormatter (so it can be transmitted or stored) and somewhere in the tree

Community

Partition Web Apps Intelligently

(Steve Michelotti) Microsoft’s Model-View-Controller framework makes it possible to implement “a separation of concerns” in ASP.NET — something that was difficult, if not impossible, previously. Learn how to take advantage of MVC to design better Web apps that separate their architectural elements