Saturday, March 24, 2012

Mixing Code

As a non-techie, I am curious if my developers can mix VB.Net and C# in the
same project and be OK. Seems to be some disagreement here..NET allows you to develop different classes in different languages,
After just trying then... NO you cant put vb.net and c# in the one
project...
You can put multiple projects under a solution and each of those projects
can be in a differrent language.
Why would you need to anyway?
"Loyd Christmas" <nospam@.hotmail.com> wrote in message
news:uBlCyi9KEHA.1192@.TK2MSFTNGP11.phx.gbl...
> As a non-techie, I am curious if my developers can mix VB.Net and C# in
the
> same project and be OK. Seems to be some disagreement here.
>
>
Currently you can mix languages within a solution, but not within a project.
In .NET 2.0 (codenamed Whidbey) you'll be able to mix languages in virtually
any way imaginable.
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
"Loyd Christmas" <nospam@.hotmail.com> wrote in message
news:uBlCyi9KEHA.1192@.TK2MSFTNGP11.phx.gbl...
> As a non-techie, I am curious if my developers can mix VB.Net and C# in
the
> same project and be OK. Seems to be some disagreement here.
>
>

0 comments:

Post a Comment