what are pros and cons in using vb.net for asp.net and c#.net for asp.net
i just want to know if is there any difference in writing a code under vb.net to asp.net and c# to asp.net.
And is there any pros and cons of vb.net to c# please help.
I guess it comes down to preference actually, if you're used to working with languages like Java or C++ then you'll like C# more. They both run off the same Framework, and anything you can do in either language you can accomplish in the other.
Comment