Using C# and VB.NET in one solution

Posted by Younes on Stack Overflow See other posts from Stack Overflow or by Younes
Published on 2010-05-25T09:31:49Z Indexed on 2010/05/25 9:41 UTC
Read the original article Hit count: 379

Filed under:
|
|

I'm busy on a small project to convert an Access2003 db to .NET. I am trying to integrate my functionality in an excisting project that is being used for Administration of some kind. The code in this project is vb.net. I started by setting up my Data Access Layer, which seems to work fine. I can make new web pages that acces the data I need. However when i start to use class files to set up my Business Logic Layer i can't build my project when using C# instead of VB. I Dislike VB and like to program in C# as i know the syntax alot better etc. Is it possible to program using C# knowing that VB.NET was the language chosen to buold the entire project on? If not, what will be the smartest way to integrate my module into the project using my favorite programming language? (Make a project and reference to the dll?)

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET