Author: SSWUG Research

Community

Tools to Read (Parse) Your XML

(Jennifer Kyrnin) One of the most common questions about using XML is “What browser can I use to read my XML pages?” This question presupposes a number of things: –XML documents are meant to be like Web pages, and viewed in a browser –There are “browsers” or other tools that are meant to be

Community

Delegates in Visual Basic .NET

(John Spano) In your Visual Basic .NET journey, you have more than likely encountered a well used, but little understood phenomenon, called a delegate. You use them everyday, but might not know it. In this article we will take a look at what a delegate is and how it will help you to develop better

Community

Custom Object Binding to a GridView

(Brian Mains) In this article, I’m going to look at the aspects of binding a custom collection to the GridView control. It isn’t as easy as binding a DataSet, DataTable, or DataView object, but is still possible. It is good to understand how the GridView works with custom objects because most enterp