VB .Net Question:
Download Questions PDF

Explain about the feature Anonymous type?

Answer:

Anonymous type is a feature of VB.NET and it allows data types to be created from the code which requires it. This feature is present in VB as well as C#. They should be stored in variables declared with the keyword VAR. Dynamic typing is different and shouldn’t be confused with Anonymous type.

Download VB .Net Interview Questions And Answers PDF

Previous QuestionNext Question
Which is the tool which can convert Visual basic old version to .NET compatibility version?Explain about the Ruby interface generator?