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
Explain weak typing and strong typing.
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
How can we register exception filter from the action?
What are the uses of list view control in Asp.net?
What describes a query?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What is the difference between debug and release?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Explain exception handling in .net.
How to create multi language website in asp.net mvc? : Asp.Net MVC
Why asp.net is used?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What do you mean by caching in asp.net?
How does session work?