Answer Posted / sudhanshu
in vb.net we cannot overide assembly because a hell problem
occur.A hell is that you cannot change version.msc overcome
this problem by usng overversion with config .in this
concept we change version means that olderversion to newer
version and newer version to older version. Assembly
versioning allows the application to specify not only the
library it needs to run (which was available under Win32),
but also the version of the assembly.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Web API uses which library for JSON serialization?
In which event of the page viewstate is available?
What is a viewbag?
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?
How can you send an email message from an asp.net web page?
What is the difference between debug and release?
What is the use of data set in asp.net?
By default, Web API sends HTTP response with which of the following status code for all uncaught exception?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What are the advantages and disadvantages of Using Cookies?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Why do we need url encoding?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is session authentication?
Can we have multiple master pages in asp net?