If you've created an anonymous object, you've probably written code like this: Dim anon = New With { .FirstName = "Peter", .LastName = "Vogel" } This code would give you a new, anonymous object with ...
As a freelancer, I've had to work with databases quite often. In my earlier years, I worked with Microsoft Access, creating Visual Basic for Applications forms to interact with my data tables and ...