Prepare for your Next Interview
This is a discussion on what is the differance b/w c# and vb within the C# forums, part of the Software Development category; hi, i want to know what is the differance b/w c# and vb....
|
|||
|
Re: what is the differance b/w c# and vb
Hi Swati,
The basic difference between two programming languages is syntactical (keywords, language construct etc). For more u can go through Microsoft whitepaper ---V V--- Regards, Vikas Vaidya |
| The Following User Says Thank You to vikasvaidya For This Useful Post: | ||
|
|||
|
Re: what is the differance b/w c# and vb
hi!! swati , c# is object oriented language which is used to devlop a program in dot net environment where as vb is object based language. vb.net is used for developing an application in dot net environment which is object oriented extension of classic vb.
|
| The Following User Says Thank You to abhijeet srivastava For This Useful Post: | ||
|
|||
|
Re: what is the differance b/w c# and vb
Since your asking about C#, I will make the assumption that your also asking about VB.Net.
C# uses the 'c structure' when coding. Learning and programming in c# has a big advantage as this will help you learn c++ or c much easier. But you would likely only use c if your writing quick apps or programs which would be loaded on a chip. VB.Net uses the 'basic structure' when coding. You can leverage this for programming VBA (visual basic for applications) which is used in Word and Excel, and VBS (visual basic script). Visual Studio does a pretty decent job of HIDING some things from you when programming in VB. How events are wired up on VB appear simple when you compare them to C#'s delegates. In the end I would suggest actually spending time on both, but C# seems like the more commonly used language. |
|
|||
|
Re: what is the differance b/w c# and vb
c# is foundation language fot entire dot net platform .
C# is object oriented language which supprt dont. frame work asp.net pages which is used in distributed programming ado .net for used data acesing with help of c# without c# .net framework is uncomplete . otherside vb is language which provide gui tools for windows application like controls addbutoon ,radio buton vb was selected in .net frame work for tools utilization |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Detailed differance in C language and C++ language? | prachidamle30 | C and C++ | 6 | 03-13-2008 09:42 AM |
| what is the technical differance b/w oracle and sql server | swati_narula | Oracle | 1 | 03-05-2008 12:07 AM |
| differance in different version of winrunner | rud | WinRunner | 4 | 10-21-2007 10:50 AM |
| Differance between "==" & string.equals() | Geek_Guest | Java | 4 | 07-26-2007 04:00 AM |