Click here to Skip to main content
16,012,028 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Let us take an ex of 3-tire:
in this 3-tire DAL should be in C#
and BAL should be in VB
Is it possible?
Posted

1 solution

Yes.
All you have to do is keep the different layers in different projects within the same solution, and they can each be in a different language. You cannot use two or more languages within the one project, is all. Multiple languages for each project within a solution is fine.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900