It is ok, folks. It is our time now. We can stand with our heads up high today. Get ready to roar.
Dump C# today
~Softwaremaker (BLOG) M. Twain: "I didn't have time to write a short letter, so I wrote a long one instead"
Softwaremaker wrote: Dump C# today
Oh No... A lotta people are gonna hate you.
Maung Maung
MaungMaung wrote: Oh No... A lotta people are gonna hate you.
Thats ok. 3 million people are going to love me
Softwaremaker wrote: Thats ok. 3 million people are going to love me
ER! most C# people can read and write VB.NET code, I'm one of them. Why can't you guys learn C#?
Thanh wrote: Softwaremaker wrote: Thats ok. 3 million people are going to love me ER! most C# people can read and write VB.NET code, I'm one of them. Why can't you guys learn C#?
What makes you think that VB.NET programmers can't read and write C# code?
I am one of the VB.NET guy who can also read and write C# code.
Cheers,
Thanh wrote:Why can't you guys learn C#?
Hahaha. But I do write C#.
Ignore me: I am just a sh**-disturber sometimes
For ppl like us, VB.NET and C# differs in the same way as it potato differs in American and English accent...
Looking and VB.NET and C# code everyday, I forgot the difference between the two already...
Softwaremaker wrote: Ignore me: I am just a sh**-disturber sometimes
Let's ban him.
xtreme.net wrote:Looking and VB.NET and C# code everyday, I forgot the difference between the two already...
The melody of logic will always play out the truth. ~ Narumi Ayumu, Spiral
icelava wrote:Anybody care to explain why the VB compiler, for such a simple operation, likes to box the int32 into an object reference rather than just referring to the primitive type itself?
Erm... Cause its not good as C#?
Sorry I'm just playing...
and creating noise in the forum... looks like i've gotta delete this post
how did you declare the variables to store the first number and second number?
MaungMaung wrote: Thanh wrote: Softwaremaker wrote: Thats ok. 3 million people are going to love me ER! most C# people can read and write VB.NET code, I'm one of them. Why can't you guys learn C#? What makes you think that VB.NET programmers can't read and write C# code? I am one of the VB.NET guy who can also read and write C# code. Cheers, Maung Maung
Ah, I never assume that VB.NET programers can't read and write C# code. Would that go against my profession because I used to write VB code myself? I just point out to those who don't like C# and never want to learn it. To me, they are both the same family and it's always good to at least understand the other. I have to sometimes read Java code and its design and architecture which I find extremely useful in the opposite world. The more language we know, the better there is.
There are many ways to emit out the same exact IL with VB.NET as well as C#. It is just that VB.NET carries a lot of legacy weight with it and it has to appeal for the VB6 folks to move forward, thats why there are some idiosyncrancies to deal with.
If VB.NET could start on the same footing as C#, this legacy would all disappear
weehyong wrote:how did you declare the variables to store the first number and second number?