Can you mix .net languages within a single project? So pre-compiled, I would like to call classes and methods of other source files.
For both web and apps?
You can mix languages in a single assembly with ILMerge and MSBuild.
Here is a very good example about it.