Differences between VB.Net and C#, related to OOPS concepts

Answer Posted / k l baiju

c# is faster than vb.net
C# can access unmanaged code in the background
c# has more functionality

Is This Answer Correct ?    29 Yes 23 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does asp.net page work?

525


Define session in asp.net.

561


What is server side in asp.net?

498


Why we use content place holder in asp.net?

502


In Code-Behind class which kind of code (server or client) is found ?

597






What is query string? What are its advantages and limitations?

514


What are the event handlers that can be included in the Global.asax file?

578


What is the concept of view state in asp.net?

565


In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?

597


How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?

549


Can viewstate be accessed in another page?

509


Is data edited in the Repeater control?

590


What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?

1427


In early binding will the method invoked on com component will verify it?s existance in the system or not ?

2140


What is the difference between dispose() and finalize()?

499