Saturday, May 22, 2010

I am going to develop small software which one is better vb,C#?

can you tell me the advantages vb,c# on


space memory,set up enviroment.....

I am going to develop small software which one is better vb,C#?
No noticeable advantages to either one. The differences in performance and capabilities are so negligible, that you can find programs that will translate C# code to VB.NET and vice versa.





Just use the language that is most comfortable for you, and have a good time. :)





Good luck.
Reply:Try to use dot net when you are using either c# or vb. It is a very efficient platform.
Reply:Coding, Packaging %26amp; Deploying in VB is easier.





But if you want to develop the software for latest generation of Windows then you may have trouble using VB to develop applications as some parts of the VB application are no longer supported. So The best would be VB.NET or C#





Between VB.NET %26amp; C# - if you already familiar with VB - go for VB.NET or else go for C# as its more flexible.
Reply:VISUAL BASIC will be better for u it is easy to programme on this language.


it GUI language which enables u to see what u r doing
Reply:Hi,





I think the comparison should be between VB.net and C#.





VB.Net has some level backward compatibity for old VB, so if you are an old vb programmer your code may have overhead of this feature. But C# is a totally new language designed to .Net Platform, it is strongly typed and bit more options than vb.net. Also the case insensitivity may cost a bit to the CLR in case of VB.net.





VB.NET is also designed for the framework. It is strongly typed. All languages that work in .NET must work with the framework. True, C# does have a few more tricks up its sleave that VB.NET does not, but not that many.





The Microsoft.VisualBasic namespace has many functions that are found in earlier version of VB to support migration. However, many of those functions can be found in a similar form in the framework, and I'd recommend learning those in order to stick to generic framework methods (vs. language specific). If you still need to use some older style VB function, you can. And you can use them in any .NET language because the Microsoft.VisualBasic classes are part of the framework.





When .NET code is compiled, it's all distilled down to MicroSoft Intermediate Language (MSIL) that lives in the assembly (DLL/EXE). This makes the case issue irrelevant when it comes to performance.[/quote]





Until you get into advanced coding techniques where you may need to take advantage of some of the minor differences between the .NET languages you will find that they both perform and behave the same. All .NET languages support all aspects of the framework while each provides a few things the others don't.
Reply:im an software diploma holder i had been done an PROJECT in VB so i recomend u to do ur software in "VB language"coz u can understand "vb" even u dont know anything abt any computer language.trust me in aur colleage we also did our projects in "VB".....also in market u get vbs books ===="BLACK BOOK";;PROJECTS IN VB";;an TECHMAX PUBLICATIONS"VISUAL BASIC PROGRAMMING ("ask for "TY DIPLOMA IN COMPUTERS")".........ur frnd ROHAN

magnolia

No comments:

Post a Comment