By Unknown Selasa, 31 Desember 2013 Contains ExtensionMethods IN Condition VB.NET SQL Like 'In' Function For .NET SQL has a wonderful terse and natural syntax for checking if an item is inside of a collection by using the IN keyword . Which can be expr...
By Unknown Selasa, 07 Mei 2013 .NET ExtensionMethods VB.NET XmlReader Extending XmlReader Class: IsEndElement() Introduction You may find, as I did, the lack of symmetry in the XmlReader Class quite odd. If we look at the NodeType property, which ex...