Can i have both C# and vb.net code in same assembly?how?
Answer Posted / 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 |
Post New Answer View All Answers
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What are the main differences between asp and asp.net?
Are cookies client side or server side?
Explain the difference between the web config and machine config.
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What are the different session state management options available in asp.net?
What is paging in context of Memory?
What is asp.net? How is it different from asp?
Is there any alternative to avoid name collisions other then Namespaces?
What is the purpose of master page?
What parameters can you pass in the url of the api?
What is aspect-oriented programming?
What is meant by ispostback in asp net?
What is the use of placeholder control?
What are the differences between code behind and code inline?