Microsoft to merge VB.NET and C#

  • (2 Pages)
  • +
  • 1
  • 2

26 Replies - 12925 Views - Last Post: 13 May 2009 - 03:21 PM

#16 Ace26   User is offline

  • D.I.C Head

Reputation: 42
  • View blog
  • Posts: 186
  • Joined: 10-August 08

Re: Microsoft to merge VB.NET and C#

Posted 05 March 2009 - 04:54 AM

View Postbaavgai, on 3 Mar, 2009 - 11:02 AM, said:

View Postsnoj, on 3 Mar, 2009 - 12:07 PM, said:

MS trying to make tools/features available in both languages?


If you want something available in both languages, you merely make it part of the common framework and it's shared by any .NET language.

This seems like something more that that. It looks like they want to make the languages themselves similar. The result of that will mostly likely be a still born VB.

It is obviously a cost saving measure of some kind. Supporting only one .NET language is doubtless more efficient than two. It remains to be seen how far and silly they'll go with it.


I tend 2 agree with Baavgai
Was This Post Helpful? 0
  • +
  • -

#17 gabehabe   User is offline

  • GabehabeSwamp
  • member icon




Reputation: 1440
  • View blog
  • Posts: 11,025
  • Joined: 06-February 08

Re: Microsoft to merge VB.NET and C#

Posted 05 March 2009 - 06:24 AM

Let's start an official anti VB/C#.NET merge petition. I'm totally against it, I love C# and despise VB. They're just gonna create some average shite that I won't care for any more.
Was This Post Helpful? 0
  • +
  • -

#18 RodgerB   User is offline

  • D.I.C Lover
  • member icon

Reputation: 66
  • View blog
  • Posts: 2,284
  • Joined: 21-September 07

Re: Microsoft to merge VB.NET and C#

Posted 06 March 2009 - 04:55 AM

They're giving both languages the same features, not turning C# into something like this...

For(Integer i=0; To 6)
{
	MessageBox.Show(CStr(i));
	End;
}



Shudders at the thought...
Was This Post Helpful? 0
  • +
  • -

#19 Locke   User is offline

  • Sarcasm Extraordinaire!
  • member icon

Reputation: 552
  • View blog
  • Posts: 5,624
  • Joined: 20-March 08

Re: Microsoft to merge VB.NET and C#

Posted 06 March 2009 - 01:43 PM

Yeah, good god, how hard was it to write that?? :blink:
Was This Post Helpful? 0
  • +
  • -

#20 KYA   User is offline

  • Wubba lubba dub dub!
  • member icon

Reputation: 3213
  • View blog
  • Posts: 19,241
  • Joined: 14-September 07

Re: Microsoft to merge VB.NET and C#

Posted 06 March 2009 - 10:27 PM

Anyone else have the sudden urge to gouge your eyeballs out?
Was This Post Helpful? 0
  • +
  • -

#21 AdamSpeight2008   User is offline

  • MrCupOfT
  • member icon

Reputation: 2298
  • View blog
  • Posts: 9,535
  • Joined: 29-May 08

Re: Microsoft to merge VB.NET and C#

Posted 07 March 2009 - 12:48 AM

View PostRodgerB, on 6 Mar, 2009 - 10:55 AM, said:

For(Integer i=0; To 6)
{
	MessageBox.Show(CStr(i));
	End;
}


Bug: It'll only display the message once.
Was This Post Helpful? 1

#22 wydok   User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 25
  • Joined: 16-March 09

Re: Microsoft to merge VB.NET and C#

Posted 16 March 2009 - 08:42 PM

As long as I get still get my work done, it doesn't make any difference to me.
Was This Post Helpful? 0
  • +
  • -

#23 kzimmerm   User is offline

  • D.I.C Head

Reputation: 3
  • View blog
  • Posts: 70
  • Joined: 08-February 09

Re: Microsoft to merge VB.NET and C#

Posted 27 March 2009 - 10:02 AM

I always wanted to learn C#.... Just started to master VB.NET... shucks... got to go out and spend another $60 on a book... lol :blink:

Do you know how many tree of usless Microsoft Press books I own? :crazy:

Interesting

It's almost the weekend... :D
Was This Post Helpful? 0
  • +
  • -

#24 RodgerB   User is offline

  • D.I.C Lover
  • member icon

Reputation: 66
  • View blog
  • Posts: 2,284
  • Joined: 21-September 07

Re: Microsoft to merge VB.NET and C#

Posted 29 March 2009 - 10:39 PM

View PostAdamSpeight2008, on 7 Mar, 2009 - 05:48 PM, said:

View PostRodgerB, on 6 Mar, 2009 - 10:55 AM, said:

For(Integer i=0; To 6)
{
	MessageBox.Show(CStr(i));
	End;
}


Bug: It'll only display the message once.

I'm really out of prac.. I just worked that out when I looked over it today.
Was This Post Helpful? 0
  • +
  • -

#25 AdamSpeight2008   User is offline

  • MrCupOfT
  • member icon

Reputation: 2298
  • View blog
  • Posts: 9,535
  • Joined: 29-May 08

Re: Microsoft to merge VB.NET and C#

Posted 29 March 2009 - 11:05 PM

No body has called me a sad <beep> for debugging at this stage a fictional language.

EditAt least not in polite society.

This post has been edited by AdamSpeight2008: 29 March 2009 - 11:07 PM

Was This Post Helpful? 0
  • +
  • -

#26 noorahmad   User is offline

  • Untitled
  • member icon

Reputation: 210
  • View blog
  • Posts: 2,290
  • Joined: 12-March 09

Re: Microsoft to merge VB.NET and C#

Posted 13 May 2009 - 01:33 AM

private static string vbpluscsharp()
{
 dim i as integer;
 String str
 str=Nothing;
 if (str not = Nothing)
  {
   MsgBox("C#");
  }
else
  {
  MessageBox.Show("VB.Net")
  }
}
MessageBox("VB & C# are Merged")


Was This Post Helpful? 0
  • +
  • -

#27 AdamSpeight2008   User is offline

  • MrCupOfT
  • member icon

Reputation: 2298
  • View blog
  • Posts: 9,535
  • Joined: 29-May 08

Re: Microsoft to merge VB.NET and C#

Posted 13 May 2009 - 03:21 PM

Explained further.
Luca Bolognese: C# and VB.NET Co-Evolution - The Twain Shall Meet
Was This Post Helpful? 0
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2