Wednesday, January 24, 2007

cross-language integration

In India, we get chewing gum named "center-shock". It looks like a popular "center-fresh" gum but when you put it in your mouth and start chewing it a very sour shot will give you an unforgettable shock.

Now if you want to test (instead of taste) this center-shock of .net ‘cross-language integration’. Then try creating a C# class and use it in a VB .net code

This is C# class:
public class MyCsClass
{
public int yogee;
public int yoGee;
public int bariable;
public int xariable;
}

1 comment:

Yogee said...

To be noted... a good coder will never run into this problem...

Just for reference: http://msdn2.microsoft.com/en-us/library/04xykw57(VS.71).aspx