Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Can i have both C# and vb.net code in same assembly?how?

Answers were Sorted based on User's Feedback



Can i have both C# and vb.net code in same assembly?how?..

Answer / ashok

yes

Is This Answer Correct ?    9 Yes 2 No

Can i have both C# and vb.net code in same assembly?how?..

Answer / lily antony

Yes you can add C# and VB.Net code in the same asssembly.
For that add a new item to the project.
Give the name of the file as Class1.vb if you want to add a
vb code and Class1.cs if you want to add C# code.

When you compile the project it will compile to a single
assembly.
The language does not matter in the end since everthing
will be compile to MSIL.

Is This Answer Correct ?    10 Yes 3 No

Can i have both C# and vb.net code in same assembly?how?..

Answer / prashanthreddy

Create C# class file and vb class file separately. Compile
them separately as modules and then finally add them to your
assembly.

Is This Answer Correct ?    3 Yes 0 No

Can i have both C# and vb.net code in same assembly?how?..

Answer / sanjeev

Yes, as Antony said, we can do the same but VB files will
not be available in any C# application where we are using
that class assembly.

Is This Answer Correct ?    1 Yes 0 No

Can i have both C# and vb.net code in same assembly?how?..

Answer / basavraj

Yes We can add same both code one Assembly .Bcoz Shared
Assembly is Same Application

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How do you specify whether your data should be passed as Query string and Forms (Mainly about POST and GET)

2 Answers  


Can you clarified A Web service can only be written in .NET or not?

0 Answers   Siebel,


For a webapplication if i want to gice access controls like admin,users how can i give security like rolebased?

2 Answers   CTS, Syncfusion,


Explain the difference between sql invalidation and sql notification.

0 Answers  


What is difference Between Authentication and authorization?

0 Answers   MCN Solutions,


Why and where this web.config file is used?

0 Answers   Amazon,


Can session variables be accessed from code-behind?

2 Answers   Microsoft, RMS,


which is better arraylist or dictionary?

2 Answers  


Web API supports which protocol?

0 Answers  


Difference between singleton and singlecall.

0 Answers  


Which method is used to enforce garbage collection in .net?

0 Answers  


What is the difference between Session and response.Redirect?

0 Answers   Microsoft,


Categories