I’m trying to figure out how much overlap there is between the different languages of the .NET framework, and what the real differences are. Is there an overlap of libraries/methods/functions…? If I’m googling a question for, say, VB .NET, and C# answers come up, what can I take from the C#-relevant info and what differences/incompatibilities should I look out for?
I’m trying to figure out how much overlap there is between the different languages
Share
There’s a list of differences that claims to be complete here. And wikipedia has a page comparing them.