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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of response redirect in asp.net?

1102


What is loop in asp.net?

1155


Explain repository pattern in asp.net mvc? : asp.net mvc

1083


Can you change a Master Page dynamically at runtime?

1014


What is autopostback true?

1122


What are Session states available and its Uses?

2265


Define resource files.

1019


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

1142


Where viewstate value is stored in asp.net?

1141


What is the use of session state and application state and difference between them?

960


What is a gridview in asp.net?

1073


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

1073


How do u deploy your asp.net application?

1101


How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.

1981


What is the question mark in a url?

1013