Name some of the features of C# which are not present in VB.NET?
Answer Posted / Vikram Singh
Some differences between C# and VB.NET include support for pointers in C#, nullable value types, anonymous methods, extension methods, lambda expressions, and Linq (Language Integrated Query) which provides a more powerful way of querying data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
What are the features of c# which are not present in vb.net?
What is early binding?
What is option strict?
Explain an assembly?
Explain the difference between system.string and system.stringbuilder classes?
What is the use of assembly?
How to store images in sql server database through vb.net?
How to retrieve images in sql server database through vb.net?
How to send xml file on server using http protocol?
Explain the difference between datatable and dataset?
Explain how can we remove handlers at run time?