What are the features present in vb 2005?



What are the features present in vb 2005?..

Answer / Navdeep Kumar Singh

"The Visual Basic .NET (VB.NET) version 2005 includes several significant features such as:
1. LINQ (Language Integrated Query): Allows developers to perform database queries directly within their code.
2. Implicit Line Continuation: Allows a programmer to write long lines of code without worrying about reaching the maximum line limit.
3. XML Literals: Simplifies working with XML data by allowing XML markup inside VB.NET code.
4. Anonymous Methods: Allows developers to create methods on-the-fly without having to define them elsewhere.
5. Extension Methods: Allows developers to extend existing classes with additional functionality."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

I have an opening for "APRIMO" Developer in Mumbai Location

1 Answers  


What is the Difference between Dataset and Datareader?

7 Answers  


What is code security?

1 Answers  


What is "Polymorphism" and what are Polymorphism in VB.Net?

2 Answers  


what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.

1 Answers   MCN Solutions,


What is the relation between Garbage collector and finalize and destructor?

2 Answers   Kanbay,


Explain about garbage collection?

1 Answers  


Which control is an example of an object in vb net?

1 Answers  


What is the difference between datagrid and gridview?

1 Answers  


Explain internal keyword in .net framework?

1 Answers  


What is "Friend" in VB.Net?

5 Answers  


Write a program that accepts an array of numbers and a number, and return a string “Yes” if the number is found in the array, “No” if the number is not found in the array.

2 Answers  


Categories