Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between the C#.NET and VB.NET?

Answers were Sorted based on User's Feedback



What is the difference between the C#.NET and VB.NET?..

Answer / rt

VB.NET is an object based language, whereas C# is an pure object oriented language.
VB.NET was the extension of vb6, whereas C# was the new language which was introduced with .net.

Is This Answer Correct ?    4 Yes 1 No

What is the difference between the C#.NET and VB.NET?..

Answer / praveena

Syntactically, Visual Basic .NET and Visual C# .NET are two
different languages, just as Visual Basic, Visual C, and
Visual C++ are different languages. Visual C# .NET looks
more familiar to Visual C, Visual C++, and Java
programmers, and Visual Basic ...

Is This Answer Correct ?    4 Yes 2 No

What is the difference between the C#.NET and VB.NET?..

Answer / vasu

The Common Language Specification (CLS) is an agreement among language designers and class library designers to use a common subset of basic language features that all languages have to follow.

Common Type System (CTS) describes how types are declared, used and managed in the runtime and facilitates cross-language integration, type safety, and high performance code execution.CTS defines rules that languages must follow, which helps ensure that objects written in different languages can interact with each other.


Common Language Runtime is the underpinning of the .NET Framework. CLR takes care of code management at program execution and provides various beneficial services such as memory management, thread management, security management, code verification, compilation, and other system services. The managed code that targets CLR benefits from useful features such as cross-language integration, cross-language exception handling, versioning, enhanced security, deployment support, and debugging.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between the C#.NET and VB.NET?..

Answer / sheeladanduboyina

As a Developer or Programmer Difference between C#.net,Vb.net would be concentrating more on Syntax Difference.

Mainly Difference between the Keywords used in OOPS Fundamentals.

Is This Answer Correct ?    0 Yes 0 No

What is the difference between the C#.NET and VB.NET?..

Answer / bernaridho

First, .NET is programming-library, not
programming-language. Second, C# and VB (I prefer to call it
Visual BASIC) are two different programming-languages with
significant differences in terms of syntax and semantic. One
of significant difference is Visual BASIC use the term
Module, while C# does not use the term at all. This design
decision helps Visual BASIC programmers understand what
module is, while C# programmers are out of luck. The
craziness toward the usage of term class does not help
programmers what a module is.

Is This Answer Correct ?    0 Yes 1 No

What is the difference between the C#.NET and VB.NET?..

Answer / praveen

C# is console vb.net is a windows application
C# uses internal Vb.net uses friend
C# uses abstract vb.net uses Must Inherit
C# uses Must not inherit vb.net uses sealed class

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More Dot Net General Interview Questions

Explain when should you use .net web forms over asp.net mvc?

0 Answers  


What are Satellite Assemblies? How you will create this? How will you get the different language strings?

3 Answers  


What is RPC? What is the use of it?

0 Answers   Accenture,


Explain what do the terms “boxing” and “unboxing” mean?

0 Answers  


What are Attributes in .NET?

0 Answers  


What is Event - Delegate? clear syntax for writing a event delegate

0 Answers  


Why do we use msmq?

0 Answers  


When we use windows api in .net is it managed or unmanaged code?

0 Answers  


What is IIS and how we deploy website on IIS.

2 Answers   NetLink,


What is an exe and a dll?

0 Answers  


How can you turn-on and turn-off cas?

0 Answers  


Write a program to create a user control with name and surname as data members and login as method and also the code to call it.

0 Answers  


Categories